Uses of Class
org.apache.flink.runtime.io.network.partition.DataSetMetaInfo
-
Packages that use DataSetMetaInfo Package Description org.apache.flink.runtime.io.network.partition org.apache.flink.runtime.resourcemanager org.apache.flink.runtime.rest.messages.dataset -
-
Uses of DataSetMetaInfo in org.apache.flink.runtime.io.network.partition
Methods in org.apache.flink.runtime.io.network.partition that return DataSetMetaInfo Modifier and Type Method Description DataSetMetaInfoDataSetMetaInfo. addShuffleDescriptors(Map<ResultPartitionID,ShuffleDescriptor> shuffleDescriptors)static DataSetMetaInfoDataSetMetaInfo. withNumRegisteredPartitions(int numRegisteredPartitions, int numTotalPartitions)Methods in org.apache.flink.runtime.io.network.partition that return types with arguments of type DataSetMetaInfo Modifier and Type Method Description CompletableFuture<Map<IntermediateDataSetID,DataSetMetaInfo>>ClusterPartitionManager. listDataSets()Returns all datasets for which partitions are being tracked.Map<IntermediateDataSetID,DataSetMetaInfo>ResourceManagerPartitionTracker. listDataSets()Returns all data sets for which partitions are being tracked.Map<IntermediateDataSetID,DataSetMetaInfo>ResourceManagerPartitionTrackerImpl. listDataSets() -
Uses of DataSetMetaInfo in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager that return types with arguments of type DataSetMetaInfo Modifier and Type Method Description CompletableFuture<Map<IntermediateDataSetID,DataSetMetaInfo>>ResourceManager. listDataSets() -
Uses of DataSetMetaInfo in org.apache.flink.runtime.rest.messages.dataset
Method parameters in org.apache.flink.runtime.rest.messages.dataset with type arguments of type DataSetMetaInfo Modifier and Type Method Description static ClusterDataSetListResponseBodyClusterDataSetListResponseBody. from(Map<IntermediateDataSetID,DataSetMetaInfo> dataSets)
-