类的使用
org.apache.pulsar.io.hdfs3.sink.seq.HdfsAbstractSequenceFileSink
程序包
说明
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
org.apache.pulsar.io.hdfs3.sink.seq中HdfsAbstractSequenceFileSink的使用
修饰符和类型类说明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.