public class CheckpointMetadata extends Object implements org.apache.flink.util.Disposable
| 构造器和说明 |
|---|
CheckpointMetadata(long checkpointId,
Collection<OperatorState> operatorStates,
Collection<MasterState> masterStates) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
dispose() |
long |
getCheckpointId() |
Collection<MasterState> |
getMasterStates() |
Collection<OperatorState> |
getOperatorStates() |
String |
toString() |
public CheckpointMetadata(long checkpointId,
Collection<OperatorState> operatorStates,
Collection<MasterState> masterStates)
public long getCheckpointId()
public Collection<OperatorState> getOperatorStates()
public Collection<MasterState> getMasterStates()
public void dispose()
throws Exception
dispose 在接口中 org.apache.flink.util.DisposableExceptionCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.