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,
FatalErrorHandler fatalErrorHandler,
ClusterInformation clusterInformation,
String webInterfaceUrl,
ResourceManagerMetricGroup resourceManagerMetricGroup) |
default String |
generateEndpointIdWithUUID() |
default String |
getEndpointId() |
ResourceManager<T> createResourceManager(org.apache.flink.configuration.Configuration configuration, ResourceID resourceId, RpcService rpcService, HighAvailabilityServices highAvailabilityServices, HeartbeatServices heartbeatServices, FatalErrorHandler fatalErrorHandler, ClusterInformation clusterInformation, @Nullable String webInterfaceUrl, ResourceManagerMetricGroup resourceManagerMetricGroup) throws Exception
Exceptiondefault String generateEndpointIdWithUUID()
default String getEndpointId()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.