Uses of Interface
org.apache.nifi.processors.hadoop.util.SequenceFileReader
Packages that use SequenceFileReader
-
Uses of SequenceFileReader in org.apache.nifi.processors.hadoop
Classes in org.apache.nifi.processors.hadoop that implement SequenceFileReaderModifier and TypeClassDescriptionclassThis class reads a SequenceFile and generates FlowFiles, one per KeyValue pair in the SequenceFile.classThis class reads a SequenceFile and generates FlowFiles, one per each KeyValue Pair in the SequenceFile.Methods in org.apache.nifi.processors.hadoop with parameters of type SequenceFileReaderModifier and TypeMethodDescriptionprotected Set<org.apache.nifi.flowfile.FlowFile> GetHDFSSequenceFile.getFlowFiles(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem hdfs, SequenceFileReader<Set<org.apache.nifi.flowfile.FlowFile>> reader, org.apache.hadoop.fs.Path file)