T
- type of the ResourceIDRetrievable
public abstract class ActiveResourceManagerFactory<T extends ResourceIDRetrievable> extends ResourceManagerFactory<T>
ResourceManager
implementations.
The default implementation will call createActiveResourceManagerConfiguration(org.apache.flink.configuration.Configuration)
to
create a new configuration which is configured with active resource manager relevant
configuration options.
Constructor and Description |
---|
ActiveResourceManagerFactory() |
Modifier and Type | Method and Description |
---|---|
ResourceManager<T> |
createResourceManager(Configuration configuration,
ResourceID resourceId,
RpcService rpcService,
HighAvailabilityServices highAvailabilityServices,
HeartbeatServices heartbeatServices,
FatalErrorHandler fatalErrorHandler,
ClusterInformation clusterInformation,
String webInterfaceUrl,
MetricRegistry metricRegistry,
String hostname) |
createResourceManager, createResourceManagerRuntimeServicesConfiguration
public ResourceManager<T> createResourceManager(Configuration configuration, ResourceID resourceId, RpcService rpcService, HighAvailabilityServices highAvailabilityServices, HeartbeatServices heartbeatServices, FatalErrorHandler fatalErrorHandler, ClusterInformation clusterInformation, @Nullable String webInterfaceUrl, MetricRegistry metricRegistry, String hostname) throws Exception
createResourceManager
in class ResourceManagerFactory<T extends ResourceIDRetrievable>
Exception
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.