public class SlotExecutionVertexAssignment extends Object
ExecutionVertex.| Constructor and Description |
|---|
SlotExecutionVertexAssignment(ExecutionVertexID executionVertexId,
CompletableFuture<LogicalSlot> logicalSlotFuture) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionVertexID |
getExecutionVertexId() |
CompletableFuture<LogicalSlot> |
getLogicalSlotFuture() |
public SlotExecutionVertexAssignment(ExecutionVertexID executionVertexId, CompletableFuture<LogicalSlot> logicalSlotFuture)
public ExecutionVertexID getExecutionVertexId()
public CompletableFuture<LogicalSlot> getLogicalSlotFuture()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.