T - type of the workers of the ResourceManagerpublic interface ResourceManagerFactory<T extends ResourceIDRetrievable>
ResourceManager factory.| Modifier and Type | Method and Description |
|---|---|
ResourceManager<T> |
createResourceManager(org.apache.flink.configuration.Configuration configuration,
ResourceID resourceId,
RpcService rpcService,
HighAvailabilityServices highAvailabilityServices,
HeartbeatServices heartbeatServices,
MetricRegistry metricRegistry,
FatalErrorHandler fatalErrorHandler,
ClusterInformation clusterInformation,
String webInterfaceUrl,
JobManagerMetricGroup jobManagerMetricGroup) |
default String |
generateEndpointIdWithUUID() |
default String |
getEndpointId() |
ResourceManager<T> createResourceManager(org.apache.flink.configuration.Configuration configuration, ResourceID resourceId, RpcService rpcService, HighAvailabilityServices highAvailabilityServices, HeartbeatServices heartbeatServices, MetricRegistry metricRegistry, FatalErrorHandler fatalErrorHandler, ClusterInformation clusterInformation, @Nullable String webInterfaceUrl, JobManagerMetricGroup jobManagerMetricGroup) throws Exception
Exceptiondefault String generateEndpointIdWithUUID()
default String getEndpointId()
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.