- SequenceFileWriter<K extends org.apache.hadoop.io.Writable,V extends org.apache.hadoop.io.Writable> - org.apache.flink.streaming.connectors.fs中的类
-
A
Writer that writes the bucket files as Hadoop
SequenceFiles.
- SequenceFileWriter() - 类 的构造器org.apache.flink.streaming.connectors.fs.SequenceFileWriter
-
Creates a new SequenceFileWriter that writes sequence files without compression.
- SequenceFileWriter(String, SequenceFile.CompressionType) - 类 的构造器org.apache.flink.streaming.connectors.fs.SequenceFileWriter
-
Creates a new SequenceFileWriter that writes sequence with the given
compression codec and compression type.
- SequenceFileWriter(SequenceFileWriter<K, V>) - 类 的构造器org.apache.flink.streaming.connectors.fs.SequenceFileWriter
-
- setAsyncTimeout(long) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
-
Sets the default timeout for asynchronous operations such as recoverLease and truncate.
- setAsyncTimeout(long) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
-
已过时。
Sets the default timeout for asynchronous operations such as recoverLease and truncate.
- setBatchRolloverInterval(long) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
-
Sets the roll over interval in milliseconds.
- setBatchSize(long) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
-
Sets the maximum bucket size in bytes.
- setBatchSize(long) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
-
已过时。
Sets the maximum bucket size in bytes.
- setBucketer(Bucketer<T>) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
-
Sets the
Bucketer to use for determining the bucket files to write to.
- setBucketer(Bucketer) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
-
已过时。
Sets the
Bucketer to use for determining the bucket files to write to.
- setClock(Clock) - 类 中的静态方法org.apache.flink.streaming.connectors.fs.DateTimeBucketer
-
已过时。
This sets the internal
Clock implementation.
- setFSConfig(Configuration) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
-
Specify a custom Configuration that will be used when creating
the FileSystem for writing.
- setFSConfig(Configuration) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
-
Specify a custom Configuration that will be used when creating
the FileSystem for writing.
- setFSConfig(Configuration) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
-
已过时。
Specify a custom Configuration that will be used when creating
the FileSystem for writing.
- setFSConfig(Configuration) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
-
已过时。
Specify a custom Configuration that will be used when creating
the FileSystem for writing.
- setInactiveBucketCheckInterval(long) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
-
Sets the default time between checks for inactive buckets.
- setInactiveBucketThreshold(long) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
-
Sets the default threshold for marking a bucket as inactive and closing its part files.
- setInProgressPrefix(String) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
-
Sets the prefix of in-progress part files.
- setInProgressPrefix(String) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
-
已过时。
Sets the prefix of in-progress part files.
- setInProgressSuffix(String) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
-
Sets the suffix of in-progress part files.
- setInProgressSuffix(String) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
-
已过时。
Sets the suffix of in-progress part files.
- setInputType(TypeInformation<?>, ExecutionConfig) - 类 中的方法org.apache.flink.streaming.connectors.fs.AvroKeyValueSinkWriter
-
- setInputType(TypeInformation<?>, ExecutionConfig) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
-
- setInputType(TypeInformation<?>, ExecutionConfig) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
-
已过时。
- setInputType(TypeInformation<?>, ExecutionConfig) - 类 中的方法org.apache.flink.streaming.connectors.fs.SequenceFileWriter
-
- setKey(K) - 类 中的方法org.apache.flink.streaming.connectors.fs.AvroKeyValueSinkWriter.AvroKeyValue
-
- setPartPrefix(String) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
-
Sets the prefix of part files.
- setPartPrefix(String) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
-
已过时。
Sets the prefix of part files.
- setPartSuffix(String) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
-
Sets the prefix of part files.
- setPendingPrefix(String) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
-
Sets the prefix of pending part files.
- setPendingPrefix(String) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
-
已过时。
Sets the prefix of pending part files.
- setPendingSuffix(String) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
-
Sets the suffix of pending part files.
- setPendingSuffix(String) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
-
已过时。
Sets the suffix of pending part files.
- setSyncOnFlush(boolean) - 类 中的方法org.apache.flink.streaming.connectors.fs.StreamWriterBase
-
Controls whether to sync FSDataOutputStream on flush.
- setUseTruncate(boolean) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
-
Sets whether to use FileSystem.truncate() to truncate written bucket files back to
a consistent state in case of a restore from checkpoint.
- setValidLengthPrefix(String) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
-
Sets the prefix of valid-length files.
- setValidLengthPrefix(String) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
-
已过时。
Sets the prefix of valid-length files.
- setValidLengthSuffix(String) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
-
Sets the suffix of valid-length files.
- setValidLengthSuffix(String) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
-
已过时。
Sets the suffix of valid-length files.
- setValue(V) - 类 中的方法org.apache.flink.streaming.connectors.fs.AvroKeyValueSinkWriter.AvroKeyValue
-
- setWriter(Writer<T>) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
-
Sets the
Writer to be used for writing the incoming elements to bucket files.
- setWriter(Writer<T>) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
-
已过时。
Sets the
Writer to be used for writing the incoming elements to bucket files.
- shouldStartNewBucket(Path, Path) - 接口 中的方法org.apache.flink.streaming.connectors.fs.Bucketer
-
已过时。
Returns true when a new bucket should be started.
- shouldStartNewBucket(Path, Path) - 类 中的方法org.apache.flink.streaming.connectors.fs.DateTimeBucketer
-
已过时。
- shouldStartNewBucket(Path, Path) - 类 中的方法org.apache.flink.streaming.connectors.fs.NonRollingBucketer
-
已过时。
- snapshotState(FunctionSnapshotContext) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
-
- snapshotState(FunctionSnapshotContext) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
-
已过时。
- StreamWriterBase<T> - org.apache.flink.streaming.connectors.fs中的类
-
Base class for
Writers that write to a
FSDataOutputStream.
- StreamWriterBase() - 类 的构造器org.apache.flink.streaming.connectors.fs.StreamWriterBase
-
- StreamWriterBase(StreamWriterBase<T>) - 类 的构造器org.apache.flink.streaming.connectors.fs.StreamWriterBase
-
- StringWriter<T> - org.apache.flink.streaming.connectors.fs中的类
-
A
Writer that uses
toString() on the input elements and writes them to
the output bucket file separated by newline.
- StringWriter() - 类 的构造器org.apache.flink.streaming.connectors.fs.StringWriter
-
Creates a new StringWriter that uses "UTF-8" charset to convert
strings to bytes.
- StringWriter(String) - 类 的构造器org.apache.flink.streaming.connectors.fs.StringWriter
-
Creates a new StringWriter that uses the given charset to convert
strings to bytes.
- StringWriter(StringWriter<T>) - 类 的构造器org.apache.flink.streaming.connectors.fs.StringWriter
-
- SystemClock - org.apache.flink.streaming.connectors.fs中的类
-
A
Clock that uses
System.currentTimeMillis() to determine the system time.
- SystemClock() - 类 的构造器org.apache.flink.streaming.connectors.fs.SystemClock
-