Interface TaskExecutorClusterPartitionReleaser
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface for releasing cluster partitions on a task executor.
-
Method Summary
Modifier and TypeMethodDescriptionvoidreleaseClusterPartitions(ResourceID taskExecutorId, Set<IntermediateDataSetID> dataSetsToRelease)
-
Method Details
-
releaseClusterPartitions
void releaseClusterPartitions(ResourceID taskExecutorId, Set<IntermediateDataSetID> dataSetsToRelease)
-