Uses of Class
org.apache.pulsar.io.hdfs2.sink.HdfsSinkConfig
-
Packages that use HdfsSinkConfig Package Description org.apache.pulsar.io.hdfs2 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.io.hdfs2.sink Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of HdfsSinkConfig in org.apache.pulsar.io.hdfs2
Methods in org.apache.pulsar.io.hdfs2 with parameters of type HdfsSinkConfig Modifier and Type Method Description protected HdfsResourcesAbstractHdfsConnector. resetHDFSResources(HdfsSinkConfig hdfsSinkConfig) -
Uses of HdfsSinkConfig in org.apache.pulsar.io.hdfs2.sink
Fields in org.apache.pulsar.io.hdfs2.sink declared as HdfsSinkConfig Modifier and Type Field Description protected HdfsSinkConfigHdfsAbstractSink. hdfsSinkConfigMethods in org.apache.pulsar.io.hdfs2.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)
-