Interface OperatorInfo
- All Known Subinterfaces:
OperatorCoordinatorCheckpointContext
- All Known Implementing Classes:
OperatorCoordinatorHolder
public interface OperatorInfo
An interface to access basic properties of an operator in the context of its coordinator.
-
Method Summary
Modifier and TypeMethodDescriptionintstatic Collection<OperatorID>getIds(Collection<? extends OperatorInfo> infos) int
-
Method Details
-
operatorId
OperatorID operatorId() -
maxParallelism
int maxParallelism() -
currentParallelism
int currentParallelism() -
getIds
-