@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.
Constructor and Description |
---|
PartitionCommitInfo() |
PartitionCommitInfo(long checkpointId,
int taskId,
int numberOfTasks,
List<String> partitions) |
Modifier and Type | Method and Description |
---|---|
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–2024 The Apache Software Foundation. All rights reserved.