public static class StreamingFileCommitter.CommitMessage extends Object implements Serializable
Need to ensure that the partitions are ready to commit. That is to say, the files in the partition have become readable rather than temporary.
| 限定符和类型 | 字段和说明 |
|---|---|
long |
checkpointId |
int |
numberOfTasks |
List<String> |
partitions |
int |
taskId |
| 构造器和说明 |
|---|
CommitMessage()
Pojo need this constructor.
|
CommitMessage(long checkpointId,
int taskId,
int numberOfTasks,
List<String> partitions) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.