类的使用
org.apache.pulsar.io.hdfs3.sink.HdfsAbstractSink
-
使用HdfsAbstractSink的程序包 程序包 说明 org.apache.pulsar.io.hdfs3.sink.seq Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.io.hdfs3.sink.text Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
org.apache.pulsar.io.hdfs3.sink.seq中HdfsAbstractSink的使用
org.apache.pulsar.io.hdfs3.sink.seq中HdfsAbstractSink的子类 修饰符和类型 类 说明 classHdfsAbstractSequenceFileSink<K,V,HdfsK,HdfsV>HDFS Sink that writes it contents to HDFS as Sequence Files.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. -
org.apache.pulsar.io.hdfs3.sink.text中HdfsAbstractSink的使用
org.apache.pulsar.io.hdfs3.sink.text中HdfsAbstractSink的子类 修饰符和类型 类 说明 classHdfsAbstractTextFileSink<K,V>Base class for HDFS Sinks that writes there contents to HDFS as Text Files.classHdfsStringSinkA Simple Sink class for Hdfs Text File.
-