Uses of Class
org.apache.pulsar.io.hdfs3.sink.HdfsAbstractSink
Packages that use HdfsAbstractSink
-
Uses of HdfsAbstractSink in org.apache.pulsar.io.hdfs3.sink.seq
Subclasses of HdfsAbstractSink in org.apache.pulsar.io.hdfs3.sink.seqModifier and TypeClassDescriptionclassHdfsAbstractSequenceFileSink<K,V, HdfsK, HdfsV> HDFS Sink that writes it contents to HDFS as Sequence Files.classThis Sink should be used when the records are originating from a sequential source, and we want to retain the record sequence.This class uses the record's sequence id as the sequence id in the HDFS Sequence File if it is available, if not a sequence id is auto-generated for each new record.classA Simple Sink class for Hdfs Sequence File. -
Uses of HdfsAbstractSink in org.apache.pulsar.io.hdfs3.sink.text
Subclasses of HdfsAbstractSink in org.apache.pulsar.io.hdfs3.sink.textModifier and TypeClassDescriptionclassBase class for HDFS Sinks that writes there contents to HDFS as Text Files.classA Simple Sink class for Hdfs Text File.