Uses of Class
org.apache.camel.component.hdfs.HdfsInputStream
-
Packages that use HdfsInputStream Package Description org.apache.camel.component.hdfs -
-
Uses of HdfsInputStream in org.apache.camel.component.hdfs
Methods in org.apache.camel.component.hdfs that return HdfsInputStream Modifier and Type Method Description static HdfsInputStream
HdfsInputStream. createInputStream(String hdfsPath, org.apache.camel.component.hdfs.HdfsInfoFactory hdfsInfoFactory)
Methods in org.apache.camel.component.hdfs with parameters of type HdfsInputStream Modifier and Type Method Description long
HdfsFileType. next(HdfsInputStream hdfsInputStream, Holder<Object> key, Holder<Object> value)
protected void
HdfsConsumer. updateNewExchange(org.apache.camel.Exchange exchange, int index, HdfsInputStream hdfsFile)
-