public static enum Dispatcher.DefaultJobManagerRunnerFactory extends Enum<Dispatcher.DefaultJobManagerRunnerFactory> implements Dispatcher.JobManagerRunnerFactory
JobManagerRunner
.Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
JobManagerRunner |
createJobManagerRunner(ResourceID resourceId,
JobGraph jobGraph,
Configuration configuration,
RpcService rpcService,
HighAvailabilityServices highAvailabilityServices,
HeartbeatServices heartbeatServices,
BlobServer blobServer,
JobManagerSharedServices jobManagerServices,
JobManagerJobMetricGroupFactory jobManagerJobMetricGroupFactory,
FatalErrorHandler fatalErrorHandler) |
static Dispatcher.DefaultJobManagerRunnerFactory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dispatcher.DefaultJobManagerRunnerFactory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dispatcher.DefaultJobManagerRunnerFactory INSTANCE
public static Dispatcher.DefaultJobManagerRunnerFactory[] values()
for (Dispatcher.DefaultJobManagerRunnerFactory c : Dispatcher.DefaultJobManagerRunnerFactory.values()) System.out.println(c);
public static Dispatcher.DefaultJobManagerRunnerFactory valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic JobManagerRunner createJobManagerRunner(ResourceID resourceId, JobGraph jobGraph, Configuration configuration, RpcService rpcService, HighAvailabilityServices highAvailabilityServices, HeartbeatServices heartbeatServices, BlobServer blobServer, JobManagerSharedServices jobManagerServices, JobManagerJobMetricGroupFactory jobManagerJobMetricGroupFactory, FatalErrorHandler fatalErrorHandler) throws Exception
createJobManagerRunner
in interface Dispatcher.JobManagerRunnerFactory
Exception
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.