Uses of Class
org.apache.pulsar.io.hdfs2.sink.seq.HdfsAbstractSequenceFileSink
-
Packages that use HdfsAbstractSequenceFileSink Package Description org.apache.pulsar.io.hdfs2.sink.seq Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of HdfsAbstractSequenceFileSink in org.apache.pulsar.io.hdfs2.sink.seq
Subclasses of HdfsAbstractSequenceFileSink in org.apache.pulsar.io.hdfs2.sink.seq Modifier and Type Class Description classHdfsSequentialTextSinkThis 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.classHdfsTextSinkA Simple Sink class for Hdfs Sequence File.
-