public interface SchedulingExecutionVertex<V extends SchedulingExecutionVertex<V,R>,R extends SchedulingResultPartition<V,R>> extends Vertex<ExecutionVertexID,IntermediateResultPartitionID,V,R>
ExecutionVertex
.限定符和类型 | 方法和说明 |
---|---|
org.apache.flink.api.common.InputDependencyConstraint |
getInputDependencyConstraint()
Get
InputDependencyConstraint . |
ExecutionState |
getState()
Gets the state of the execution vertex.
|
getConsumedResults, getId, getProducedResults
ExecutionState getState()
org.apache.flink.api.common.InputDependencyConstraint getInputDependencyConstraint()
InputDependencyConstraint
.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.