public class SpeculativeExecutionJobVertex extends ExecutionJobVertex
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SpeculativeExecutionJobVertex.Factory
Factory to create
SpeculativeExecutionJobVertex. |
| 构造器和说明 |
|---|
SpeculativeExecutionJobVertex(InternalExecutionGraphAccessor graph,
JobVertex jobVertex,
VertexParallelismInformation parallelismInfo) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected ExecutionVertex |
createExecutionVertex(ExecutionJobVertex jobVertex,
int subTaskIndex,
IntermediateResult[] producedDataSets,
org.apache.flink.api.common.time.Time timeout,
long createTimestamp,
int executionHistorySizeLimit,
int initialAttemptCount) |
protected OperatorCoordinatorHolder |
createOperatorCoordinatorHolder(org.apache.flink.util.SerializedValue<OperatorCoordinator.Provider> provider,
ClassLoader classLoader,
CoordinatorStore coordinatorStore) |
archive, cancel, cancelWithFuture, canRescaleMaxParallelism, connectToPredecessors, fail, getAggregatedUserAccumulatorsStringified, getAggregateJobVertexState, getAggregateState, getCoLocationGroup, getGraph, getInputs, getJobId, getJobVertex, getJobVertexId, getMaxParallelism, getName, getOperatorCoordinators, getOperatorIDs, getParallelism, getProducedDataSets, getResourceProfile, getSlotSharingGroup, getSplitAssigner, getTaskInformationOrBlobKey, getTaskVertices, initialize, isFinished, isInitialized, isParallelismDecided, setMaxParallelism, setParallelism, suspendpublic SpeculativeExecutionJobVertex(InternalExecutionGraphAccessor graph, JobVertex jobVertex, VertexParallelismInformation parallelismInfo) throws JobException
JobExceptionprotected ExecutionVertex createExecutionVertex(ExecutionJobVertex jobVertex, int subTaskIndex, IntermediateResult[] producedDataSets, org.apache.flink.api.common.time.Time timeout, long createTimestamp, int executionHistorySizeLimit, int initialAttemptCount)
protected OperatorCoordinatorHolder createOperatorCoordinatorHolder(org.apache.flink.util.SerializedValue<OperatorCoordinator.Provider> provider, ClassLoader classLoader, CoordinatorStore coordinatorStore) throws Exception
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.