public interface SchedulingExecutionVertex
ExecutionVertex
.Modifier and Type | Method and Description |
---|---|
Collection<SchedulingResultPartition> |
getConsumedResultPartitions()
Get all consumed result partitions.
|
ExecutionVertexID |
getId()
Gets id of the execution vertex.
|
org.apache.flink.api.common.InputDependencyConstraint |
getInputDependencyConstraint()
Get
InputDependencyConstraint . |
Collection<SchedulingResultPartition> |
getProducedResultPartitions()
Get all produced result partitions.
|
ExecutionState |
getState()
Gets the state of the execution vertex.
|
ExecutionVertexID getId()
ExecutionState getState()
Collection<SchedulingResultPartition> getConsumedResultPartitions()
Collection<SchedulingResultPartition> getProducedResultPartitions()
org.apache.flink.api.common.InputDependencyConstraint getInputDependencyConstraint()
InputDependencyConstraint
.Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.