Modifier and Type | Class and Description |
---|---|
class |
StandaloneCheckpointRecoveryFactory
CheckpointCoordinator components in HighAvailabilityMode.NONE . |
class |
ZooKeeperCheckpointRecoveryFactory
CheckpointCoordinator components in HighAvailabilityMode.ZOOKEEPER . |
Modifier and Type | Method and Description |
---|---|
static ExecutionGraph |
ExecutionGraphBuilder.buildGraph(ExecutionGraph prior,
JobGraph jobGraph,
Configuration jobManagerConfig,
ScheduledExecutorService futureExecutor,
Executor ioExecutor,
SlotProvider slotProvider,
ClassLoader classLoader,
CheckpointRecoveryFactory recoveryFactory,
Time timeout,
RestartStrategy restartStrategy,
MetricGroup metrics,
int parallelismForAutoMax,
BlobWriter blobWriter,
org.slf4j.Logger log)
Builds the ExecutionGraph from the JobGraph.
|
Modifier and Type | Method and Description |
---|---|
CheckpointRecoveryFactory |
HighAvailabilityServices.getCheckpointRecoveryFactory()
Gets the checkpoint recovery factory for the job manager
|
Modifier and Type | Method and Description |
---|---|
CheckpointRecoveryFactory |
AbstractNonHaServices.getCheckpointRecoveryFactory() |
Modifier and Type | Method and Description |
---|---|
CheckpointRecoveryFactory |
ZooKeeperHaServices.getCheckpointRecoveryFactory() |
Modifier and Type | Method and Description |
---|---|
CheckpointRecoveryFactory |
AbstractYarnNonHaServices.getCheckpointRecoveryFactory() |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.