| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.functions.sink.filesystem |
| 限定符和类型 | 类和说明 |
|---|---|
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. |
| 限定符和类型 | 方法和说明 |
|---|---|
InProgressFileWriter<IN,BucketID> |
BucketWriter.openNewInProgressFile(BucketID bucketID,
org.apache.flink.core.fs.Path path,
long creationTime)
Used to create a new
InProgressFileWriter. |
InProgressFileWriter<IN,BucketID> |
BucketWriter.resumeInProgressFileFrom(BucketID bucketID,
InProgressFileWriter.InProgressFileRecoverable inProgressFileSnapshot,
long creationTime)
Used to resume a
InProgressFileWriter from a InProgressFileWriter.InProgressFileRecoverable. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.