public interface ClusterPartitionManager
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Map<IntermediateDataSetID,DataSetMetaInfo>> |
listDataSets()
Returns all datasets for which partitions are being tracked.
|
CompletableFuture<Void> |
releaseClusterPartitions(IntermediateDataSetID dataSetToRelease)
Releases all partitions associated with the given dataset.
|
CompletableFuture<Map<IntermediateDataSetID,DataSetMetaInfo>> listDataSets()
CompletableFuture<Void> releaseClusterPartitions(IntermediateDataSetID dataSetToRelease)
dataSetToRelease
- dataset for which all associated partitions should be releasedCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.