Uses of Interface
org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager
-
Packages that use SlotManager Package Description org.apache.flink.runtime.resourcemanager org.apache.flink.runtime.resourcemanager.active org.apache.flink.runtime.resourcemanager.slotmanager -
-
Uses of SlotManager in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager that return SlotManager Modifier and Type Method Description SlotManagerResourceManagerRuntimeServices. getSlotManager()Constructors in org.apache.flink.runtime.resourcemanager with parameters of type SlotManager Constructor Description ResourceManager(org.apache.flink.runtime.rpc.RpcService rpcService, UUID leaderSessionId, ResourceID resourceId, HeartbeatServices heartbeatServices, DelegationTokenManager delegationTokenManager, SlotManager slotManager, ResourceManagerPartitionTrackerFactory clusterPartitionTrackerFactory, BlocklistHandler.Factory blocklistHandlerFactory, JobLeaderIdService jobLeaderIdService, ClusterInformation clusterInformation, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, ResourceManagerMetricGroup resourceManagerMetricGroup, Duration rpcTimeout, Executor ioExecutor)ResourceManagerRuntimeServices(SlotManager slotManager, JobLeaderIdService jobLeaderIdService)StandaloneResourceManager(org.apache.flink.runtime.rpc.RpcService rpcService, UUID leaderSessionId, ResourceID resourceId, HeartbeatServices heartbeatServices, DelegationTokenManager delegationTokenManager, SlotManager slotManager, ResourceManagerPartitionTrackerFactory clusterPartitionTrackerFactory, BlocklistHandler.Factory blocklistHandlerFactory, JobLeaderIdService jobLeaderIdService, ClusterInformation clusterInformation, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, ResourceManagerMetricGroup resourceManagerMetricGroup, Duration startupPeriodTime, Duration rpcTimeout, Executor ioExecutor) -
Uses of SlotManager in org.apache.flink.runtime.resourcemanager.active
Constructors in org.apache.flink.runtime.resourcemanager.active with parameters of type SlotManager Constructor Description ActiveResourceManager(ResourceManagerDriver<WorkerType> resourceManagerDriver, org.apache.flink.configuration.Configuration flinkConfig, org.apache.flink.runtime.rpc.RpcService rpcService, UUID leaderSessionId, ResourceID resourceId, HeartbeatServices heartbeatServices, DelegationTokenManager delegationTokenManager, SlotManager slotManager, ResourceManagerPartitionTrackerFactory clusterPartitionTrackerFactory, BlocklistHandler.Factory blocklistHandlerFactory, JobLeaderIdService jobLeaderIdService, ClusterInformation clusterInformation, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, ResourceManagerMetricGroup resourceManagerMetricGroup, ThresholdMeter startWorkerFailureRater, Duration retryInterval, Duration workerRegistrationTimeout, Duration previousWorkerRecoverTimeout, Executor ioExecutor) -
Uses of SlotManager in org.apache.flink.runtime.resourcemanager.slotmanager
Classes in org.apache.flink.runtime.resourcemanager.slotmanager that implement SlotManager Modifier and Type Class Description classFineGrainedSlotManagerImplementation ofSlotManagersupporting fine-grained resource management.
-