Uses of Class
org.apache.pulsar.io.hdfs3.sink.HdfsSinkConfig
-
Packages that use HdfsSinkConfig Package Description org.apache.pulsar.io.hdfs3 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.io.hdfs3.sink Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of HdfsSinkConfig in org.apache.pulsar.io.hdfs3
Methods in org.apache.pulsar.io.hdfs3 with parameters of type HdfsSinkConfig Modifier and Type Method Description protected HdfsResourcesAbstractHdfsConnector. resetHDFSResources(HdfsSinkConfig hdfsSinkConfig) -
Uses of HdfsSinkConfig in org.apache.pulsar.io.hdfs3.sink
Fields in org.apache.pulsar.io.hdfs3.sink declared as HdfsSinkConfig Modifier and Type Field Description protected HdfsSinkConfigHdfsAbstractSink. hdfsSinkConfigMethods in org.apache.pulsar.io.hdfs3.sink that return HdfsSinkConfig Modifier and Type Method Description static HdfsSinkConfigHdfsSinkConfig. load(java.lang.String yamlFile)static HdfsSinkConfigHdfsSinkConfig. load(java.util.Map<java.lang.String,java.lang.Object> map)
-