Package | Description |
---|---|
org.apache.flink.runtime.io.network.partition | |
org.apache.flink.runtime.resourcemanager | |
org.apache.flink.runtime.rest.messages.dataset |
Modifier and Type | Method and Description |
---|---|
static DataSetMetaInfo |
DataSetMetaInfo.withNumRegisteredPartitions(int numRegisteredPartitions,
int numTotalPartitions) |
Modifier and Type | Method and Description |
---|---|
Map<IntermediateDataSetID,DataSetMetaInfo> |
ResourceManagerPartitionTracker.listDataSets()
Returns all data sets for which partitions are being tracked.
|
CompletableFuture<Map<IntermediateDataSetID,DataSetMetaInfo>> |
ClusterPartitionManager.listDataSets()
Returns all datasets for which partitions are being tracked.
|
Map<IntermediateDataSetID,DataSetMetaInfo> |
ResourceManagerPartitionTrackerImpl.listDataSets() |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Map<IntermediateDataSetID,DataSetMetaInfo>> |
ResourceManager.listDataSets() |
Modifier and Type | Method and Description |
---|---|
static ClusterDataSetListResponseBody |
ClusterDataSetListResponseBody.from(Map<IntermediateDataSetID,DataSetMetaInfo> dataSets) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.