@Internal @Deprecated public class SavepointMetadata extends Object
Constructor and Description |
---|
SavepointMetadata(int maxParallelism,
Collection<MasterState> masterStates,
Collection<OperatorState> initialStates)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addOperator(String uid,
BootstrapTransformation<?> transformation)
Deprecated.
|
List<OperatorState> |
getExistingOperators()
Deprecated.
|
Collection<MasterState> |
getMasterStates()
Deprecated.
|
int |
getMaxParallelism()
Deprecated.
|
List<BootstrapTransformationWithID<?>> |
getNewOperators()
Deprecated.
|
OperatorState |
getOperatorState(String uid)
Deprecated.
|
void |
removeOperator(String uid)
Deprecated.
|
public SavepointMetadata(int maxParallelism, Collection<MasterState> masterStates, Collection<OperatorState> initialStates)
public int getMaxParallelism()
public Collection<MasterState> getMasterStates()
public OperatorState getOperatorState(String uid) throws IOException
IOException
- If the savepoint does not contain operator state with the given uid.public void removeOperator(String uid)
public void addOperator(String uid, BootstrapTransformation<?> transformation)
public List<OperatorState> getExistingOperators()
OperatorState
that already exists within the savepoint.public List<BootstrapTransformationWithID<?>> getNewOperators()
OperatorID
and BootstrapTransformation
.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.