Uses of Interface
org.apache.flink.runtime.io.network.partition.ClusterPartitionManager
-
Packages that use ClusterPartitionManager Package Description org.apache.flink.runtime.resourcemanager org.apache.flink.runtime.resourcemanager.active -
-
Uses of ClusterPartitionManager in org.apache.flink.runtime.resourcemanager
Subinterfaces of ClusterPartitionManager in org.apache.flink.runtime.resourcemanager Modifier and Type Interface Description interfaceResourceManagerGatewayTheResourceManager's RPC gateway interface.Classes in org.apache.flink.runtime.resourcemanager that implement ClusterPartitionManager Modifier and Type Class Description classResourceManager<WorkerType extends ResourceIDRetrievable>ResourceManager implementation.classStandaloneResourceManagerA standalone implementation of the resource manager. -
Uses of ClusterPartitionManager in org.apache.flink.runtime.resourcemanager.active
Classes in org.apache.flink.runtime.resourcemanager.active that implement ClusterPartitionManager Modifier and Type Class Description classActiveResourceManager<WorkerType extends ResourceIDRetrievable>An active implementation ofResourceManager.
-