public interface ClusterPartitionManager
| 限定符和类型 | 方法和说明 |
|---|---|
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.