| Package | Description |
|---|---|
| org.apache.flink.runtime.checkpoint | |
| org.apache.flink.runtime.checkpoint.metadata |
| Modifier and Type | Class and Description |
|---|---|
class |
FullyFinishedOperatorState
A special operator state implementation representing the operators whose instances are all
finished.
|
| Modifier and Type | Method and Description |
|---|---|
OperatorState |
FullyFinishedOperatorState.copyAndDiscardInFlightData() |
OperatorState |
OperatorState.copyAndDiscardInFlightData() |
| Modifier and Type | Method and Description |
|---|---|
Map<OperatorID,OperatorState> |
PendingCheckpoint.getOperatorStates() |
Map<OperatorID,OperatorState> |
CompletedCheckpoint.getOperatorStates() |
| Modifier and Type | Method and Description |
|---|---|
static List<KeyedStateHandle> |
StateAssignmentOperation.getManagedKeyedStateHandles(OperatorState operatorState,
KeyGroupRange subtaskKeyGroupRange)
Collect
managedKeyedStateHandles which have intersection with
given KeyGroupRange from operatorState. |
static List<KeyedStateHandle> |
StateAssignmentOperation.getRawKeyedStateHandles(OperatorState operatorState,
KeyGroupRange subtaskKeyGroupRange)
|
| Modifier and Type | Method and Description |
|---|---|
void |
FinishedTaskStateProvider.fulfillFinishedTaskStatus(Map<OperatorID,OperatorState> operatorStates)
Fulfills the state for the finished subtasks and operators to indicate they are finished.
|
void |
DefaultCheckpointPlan.fulfillFinishedTaskStatus(Map<OperatorID,OperatorState> operatorStates) |
static <T extends StateObject> |
StateAssignmentOperation.reDistributePartitionableStates(Map<OperatorID,OperatorState> oldOperatorStates,
int newParallelism,
java.util.function.Function<OperatorSubtaskState,StateObjectCollection<T>> extractHandle,
OperatorStateRepartitioner<T> stateRepartitioner,
Map<OperatorInstanceID,List<T>> result) |
| Constructor and Description |
|---|
CompletedCheckpoint(org.apache.flink.api.common.JobID job,
long checkpointID,
long timestamp,
long completionTimestamp,
Map<OperatorID,OperatorState> operatorStates,
Collection<MasterState> masterHookStates,
CheckpointProperties props,
CompletedCheckpointStorageLocation storageLocation) |
StateAssignmentOperation(long restoreCheckpointId,
Set<ExecutionJobVertex> tasks,
Map<OperatorID,OperatorState> operatorStates,
boolean allowNonRestoredState) |
VertexFinishedStateChecker(Set<ExecutionJobVertex> vertices,
Map<OperatorID,OperatorState> operatorStates) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract OperatorState |
MetadataV2V3SerializerBase.deserializeOperatorState(DataInputStream dis,
MetadataV2V3SerializerBase.DeserializationContext context) |
protected OperatorState |
MetadataV2Serializer.deserializeOperatorState(DataInputStream dis,
MetadataV2V3SerializerBase.DeserializationContext context) |
protected OperatorState |
MetadataV3Serializer.deserializeOperatorState(DataInputStream dis,
MetadataV2V3SerializerBase.DeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
Collection<OperatorState> |
CheckpointMetadata.getOperatorStates() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
MetadataV2V3SerializerBase.serializeOperatorState(OperatorState operatorState,
DataOutputStream dos) |
protected void |
MetadataV2Serializer.serializeOperatorState(OperatorState operatorState,
DataOutputStream dos) |
protected void |
MetadataV3Serializer.serializeOperatorState(OperatorState operatorState,
DataOutputStream dos) |
| Constructor and Description |
|---|
CheckpointMetadata(long checkpointId,
Collection<OperatorState> operatorStates,
Collection<MasterState> masterStates) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.