Uses of Class
org.apache.camel.component.hdfs.HdfsOutputStream

Uses of HdfsOutputStream in org.apache.camel.component.hdfs
 

Methods in org.apache.camel.component.hdfs that return HdfsOutputStream
static HdfsOutputStream HdfsOutputStream.createOutputStream(String hdfsPath, HdfsConfiguration configuration)
           
 HdfsOutputStream HdfsProducer.getOstream()
           
 

Methods in org.apache.camel.component.hdfs with parameters of type HdfsOutputStream
abstract  long HdfsFileType.append(HdfsOutputStream hdfsostr, Object key, Object value, org.apache.camel.TypeConverter typeConverter)
           
abstract  boolean HdfsProducer.SplitStrategyType.split(HdfsOutputStream oldOstream, long value, HdfsProducer producer)
           
 



Apache CAMEL