Class HdfsAbstractSequenceFileSink<K,V,HdfsK,HdfsV>

java.lang.Object
org.apache.pulsar.io.hdfs3.AbstractHdfsConnector
org.apache.pulsar.io.hdfs3.sink.HdfsAbstractSink<K,V>
org.apache.pulsar.io.hdfs3.sink.seq.HdfsAbstractSequenceFileSink<K,V,HdfsK,HdfsV>
Type Parameters:
K - - The incoming Key type
V - - The incoming Value type
HdfsK - - The HDFS Key type
HdfsV - - The HDFS Value type
All Implemented Interfaces:
AutoCloseable, Sink<V>
Direct Known Subclasses:
HdfsSequentialTextSink, HdfsTextSink

public abstract class HdfsAbstractSequenceFileSink<K,V,HdfsK,HdfsV> extends HdfsAbstractSink<K,V> implements Sink<V>
HDFS Sink that writes it contents to HDFS as Sequence Files.