Constructor and Description |
---|
ApplicationClusterEntryPoint(Configuration configuration,
PackagedProgram program,
ResourceManagerFactory<?> resourceManagerFactory) |
Modifier and Type | Class and Description |
---|---|
class |
KubernetesResourceManagerFactory
ActiveResourceManagerFactory implementation which creates ActiveResourceManager
with KubernetesResourceManagerDriver . |
Modifier and Type | Method and Description |
---|---|
static DefaultDispatcherResourceManagerComponentFactory |
DefaultDispatcherResourceManagerComponentFactory.createJobComponentFactory(ResourceManagerFactory<?> resourceManagerFactory,
JobGraphRetriever jobGraphRetriever) |
static DefaultDispatcherResourceManagerComponentFactory |
DefaultDispatcherResourceManagerComponentFactory.createSessionComponentFactory(ResourceManagerFactory<?> resourceManagerFactory) |
Constructor and Description |
---|
DefaultDispatcherResourceManagerComponentFactory(DispatcherRunnerFactory dispatcherRunnerFactory,
ResourceManagerFactory<?> resourceManagerFactory,
RestEndpointFactory<?> restEndpointFactory) |
Modifier and Type | Class and Description |
---|---|
class |
StandaloneResourceManagerFactory
ResourceManagerFactory which creates a StandaloneResourceManager . |
Modifier and Type | Method and Description |
---|---|
static ResourceManagerServiceImpl |
ResourceManagerServiceImpl.create(ResourceManagerFactory<?> resourceManagerFactory,
Configuration configuration,
ResourceID resourceId,
RpcService rpcService,
HighAvailabilityServices highAvailabilityServices,
HeartbeatServices heartbeatServices,
DelegationTokenManager delegationTokenManager,
FatalErrorHandler fatalErrorHandler,
ClusterInformation clusterInformation,
String webInterfaceUrl,
MetricRegistry metricRegistry,
String hostname,
Executor ioExecutor) |
Modifier and Type | Class and Description |
---|---|
class |
ActiveResourceManagerFactory<WorkerType extends ResourceIDRetrievable>
Factory class for creating
ActiveResourceManager with various implementations of ResourceManagerDriver . |
Modifier and Type | Class and Description |
---|---|
class |
YarnResourceManagerFactory
ActiveResourceManagerFactory implementation which creates a ActiveResourceManager
with YarnResourceManagerDriver . |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.