Uses of Class
org.apache.camel.component.hdfs.HdfsOutputStream
-
Packages that use HdfsOutputStream Package Description org.apache.camel.component.hdfs -
-
Uses of HdfsOutputStream in org.apache.camel.component.hdfs
Methods in org.apache.camel.component.hdfs that return HdfsOutputStream Modifier and Type Method Description static HdfsOutputStream
HdfsOutputStream. createOutputStream(String hdfsPath, org.apache.camel.component.hdfs.HdfsInfoFactory hdfsInfoFactory)
Methods in org.apache.camel.component.hdfs with parameters of type HdfsOutputStream Modifier and Type Method Description long
HdfsFileType. append(HdfsOutputStream hdfsOutputStream, Object key, Object value, org.apache.camel.Exchange exchange)
abstract boolean
HdfsProducer.SplitStrategyType. split(HdfsOutputStream oldOstream, long value, HdfsProducer producer)
-