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.
@FunctionalInterface public interface TaskExecutorClusterPartitionReleaser
Interface for releasing cluster partitions on a task executor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreleaseClusterPartitions(ResourceID taskExecutorId, Set<IntermediateDataSetID> dataSetsToRelease)
-
-
-
Method Detail
-
releaseClusterPartitions
void releaseClusterPartitions(ResourceID taskExecutorId, Set<IntermediateDataSetID> dataSetsToRelease)
-
-