Package | Description |
---|---|
org.apache.flink.formats.hadoop.bulk | |
org.apache.flink.streaming.api.functions.sink.filesystem |
Modifier and Type | Class and Description |
---|---|
class |
HadoopPathBasedPartFileWriter<IN,BucketID>
The part-file writer that writes to the specified hadoop path.
|
Modifier and Type | Method and Description |
---|---|
InProgressFileWriter<IN,BucketID> |
HadoopPathBasedPartFileWriter.HadoopPathBasedBucketWriter.resumeInProgressFileFrom(BucketID bucketID,
InProgressFileWriter.InProgressFileRecoverable inProgressFileSnapshot,
long creationTime) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPartFileWriter<IN,BucketID>
An abstract writer for the currently open part file in a specific
Bucket . |
class |
OutputStreamBasedPartFileWriter<IN,BucketID>
The base class for all the part file writer that use
RecoverableFsDataOutputStream . |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.