public class DefaultDispatcherResourceManagerComponentFactory extends Object implements DispatcherResourceManagerComponentFactory
DispatcherResourceManagerComponent
components.Constructor and Description |
---|
DefaultDispatcherResourceManagerComponentFactory(DispatcherRunnerFactory dispatcherRunnerFactory,
ResourceManagerFactory<?> resourceManagerFactory,
RestEndpointFactory<?> restEndpointFactory) |
Modifier and Type | Method and Description |
---|---|
DispatcherResourceManagerComponent |
create(Configuration configuration,
Executor ioExecutor,
RpcService rpcService,
HighAvailabilityServices highAvailabilityServices,
BlobServer blobServer,
HeartbeatServices heartbeatServices,
MetricRegistry metricRegistry,
ExecutionGraphInfoStore executionGraphInfoStore,
MetricQueryServiceRetriever metricQueryServiceRetriever,
FatalErrorHandler fatalErrorHandler) |
static DefaultDispatcherResourceManagerComponentFactory |
createJobComponentFactory(ResourceManagerFactory<?> resourceManagerFactory,
JobGraphRetriever jobGraphRetriever) |
static DefaultDispatcherResourceManagerComponentFactory |
createSessionComponentFactory(ResourceManagerFactory<?> resourceManagerFactory) |
public DefaultDispatcherResourceManagerComponentFactory(@Nonnull DispatcherRunnerFactory dispatcherRunnerFactory, @Nonnull ResourceManagerFactory<?> resourceManagerFactory, @Nonnull RestEndpointFactory<?> restEndpointFactory)
public DispatcherResourceManagerComponent create(Configuration configuration, Executor ioExecutor, RpcService rpcService, HighAvailabilityServices highAvailabilityServices, BlobServer blobServer, HeartbeatServices heartbeatServices, MetricRegistry metricRegistry, ExecutionGraphInfoStore executionGraphInfoStore, MetricQueryServiceRetriever metricQueryServiceRetriever, FatalErrorHandler fatalErrorHandler) throws Exception
create
in interface DispatcherResourceManagerComponentFactory
Exception
public static DefaultDispatcherResourceManagerComponentFactory createSessionComponentFactory(ResourceManagerFactory<?> resourceManagerFactory)
public static DefaultDispatcherResourceManagerComponentFactory createJobComponentFactory(ResourceManagerFactory<?> resourceManagerFactory, JobGraphRetriever jobGraphRetriever)
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.