@Internal public class PartitionCommitInfo 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.
| 构造器和说明 |
|---|
PartitionCommitInfo() |
PartitionCommitInfo(long checkpointId,
int taskId,
int numberOfTasks,
List<String> partitions) |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getCheckpointId() |
int |
getNumberOfTasks() |
List<String> |
getPartitions() |
int |
getTaskId() |
void |
setCheckpointId(long checkpointId) |
void |
setNumberOfTasks(int numberOfTasks) |
void |
setPartitions(List<String> partitions) |
void |
setTaskId(int taskId) |
public long getCheckpointId()
public void setCheckpointId(long checkpointId)
public int getTaskId()
public void setTaskId(int taskId)
public int getNumberOfTasks()
public void setNumberOfTasks(int numberOfTasks)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.