- SequenceFileWriter<K extends org.apache.hadoop.io.Writable,V extends org.apache.hadoop.io.Writable> - Class in org.apache.flink.streaming.connectors.fs
-
A
Writer that writes the bucket files as Hadoop
SequenceFiles.
- SequenceFileWriter() - Constructor for class org.apache.flink.streaming.connectors.fs.SequenceFileWriter
-
Creates a new SequenceFileWriter that writes sequence files without compression.
- SequenceFileWriter(String, SequenceFile.CompressionType) - Constructor for class org.apache.flink.streaming.connectors.fs.SequenceFileWriter
-
Creates a new SequenceFileWriter that writes sequence with the given
compression codec and compression type.
- setAsyncTimeout(long) - Method in class org.apache.flink.streaming.connectors.fs.RollingSink
-
Sets the default timeout for asynchronous operations such as recoverLease and truncate.
- setBatchSize(long) - Method in class org.apache.flink.streaming.connectors.fs.RollingSink
-
Sets the maximum bucket size in bytes.
- setBucketer(Bucketer) - Method in class org.apache.flink.streaming.connectors.fs.RollingSink
-
Sets the
Bucketer to use for determining the bucket files to write to.
- setClock(Clock) - Static method in class org.apache.flink.streaming.connectors.fs.DateTimeBucketer
-
This sets the internal
Clock implementation.
- setInProgressPrefix(String) - Method in class org.apache.flink.streaming.connectors.fs.RollingSink
-
Sets the prefix of in-progress part files.
- setInProgressSuffix(String) - Method in class org.apache.flink.streaming.connectors.fs.RollingSink
-
Sets the suffix of in-progress part files.
- setInputType(TypeInformation<?>, ExecutionConfig) - Method in class org.apache.flink.streaming.connectors.fs.AvroKeyValueSinkWriter
-
- setInputType(TypeInformation<?>, ExecutionConfig) - Method in class org.apache.flink.streaming.connectors.fs.RollingSink
-
- setInputType(TypeInformation<?>, ExecutionConfig) - Method in class org.apache.flink.streaming.connectors.fs.SequenceFileWriter
-
- setKey(K) - Method in class org.apache.flink.streaming.connectors.fs.AvroKeyValueSinkWriter.AvroKeyValue
-
- setPartPrefix(String) - Method in class org.apache.flink.streaming.connectors.fs.RollingSink
-
Sets the prefix of part files.
- setPendingPrefix(String) - Method in class org.apache.flink.streaming.connectors.fs.RollingSink
-
Sets the prefix of pending part files.
- setPendingSuffix(String) - Method in class org.apache.flink.streaming.connectors.fs.RollingSink
-
Sets the suffix of pending part files.
- setValidLengthPrefix(String) - Method in class org.apache.flink.streaming.connectors.fs.RollingSink
-
Sets the prefix of valid-length files.
- setValidLengthSuffix(String) - Method in class org.apache.flink.streaming.connectors.fs.RollingSink
-
Sets the suffix of valid-length files.
- setValue(V) - Method in class org.apache.flink.streaming.connectors.fs.AvroKeyValueSinkWriter.AvroKeyValue
-
- setWriter(Writer<T>) - Method in class org.apache.flink.streaming.connectors.fs.RollingSink
-
Sets the
Writer to be used for writing the incoming elements to bucket files.
- shouldStartNewBucket(Path, Path) - Method in interface org.apache.flink.streaming.connectors.fs.Bucketer
-
Returns true when a new bucket should be started.
- shouldStartNewBucket(Path, Path) - Method in class org.apache.flink.streaming.connectors.fs.DateTimeBucketer
-
- shouldStartNewBucket(Path, Path) - Method in class org.apache.flink.streaming.connectors.fs.NonRollingBucketer
-
- snapshotState(long, long) - Method in class org.apache.flink.streaming.connectors.fs.RollingSink
-
- StreamWriterBase<T> - Class in org.apache.flink.streaming.connectors.fs
-
Base class for
Writers that write to a
FSDataOutputStream.
- StreamWriterBase() - Constructor for class org.apache.flink.streaming.connectors.fs.StreamWriterBase
-
- StringWriter<T> - Class in 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() - Constructor for class org.apache.flink.streaming.connectors.fs.StringWriter
-
Creates a new StringWriter that uses "UTF-8" charset to convert
strings to bytes.
- StringWriter(String) - Constructor for class org.apache.flink.streaming.connectors.fs.StringWriter
-
Creates a new StringWriter that uses the given charset to convert
strings to bytes.
- SystemClock - Class in org.apache.flink.streaming.connectors.fs
-
A
Clock that uses
System.currentTimeMillis() to determine the system time.
- SystemClock() - Constructor for class org.apache.flink.streaming.connectors.fs.SystemClock
-