public class SlotExecutionVertexAssignment extends Object
ExecutionVertex
.构造器和说明 |
---|
SlotExecutionVertexAssignment(ExecutionVertexID executionVertexId,
CompletableFuture<LogicalSlot> logicalSlotFuture) |
限定符和类型 | 方法和说明 |
---|---|
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.