public static interface RemoteCall.ExecutionVertexContext.ExecutionEdgeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.ByteString |
getPartition()
bytes partition = 3 [json_name = "partition"]; |
int |
getSourceExecutionVertexId()
int32 source_execution_vertex_id = 1 [json_name = "sourceExecutionVertexId"]; |
int |
getTargetExecutionVertexId()
int32 target_execution_vertex_id = 2 [json_name = "targetExecutionVertexId"]; |
int getSourceExecutionVertexId()
int32 source_execution_vertex_id = 1 [json_name = "sourceExecutionVertexId"];int getTargetExecutionVertexId()
int32 target_execution_vertex_id = 2 [json_name = "targetExecutionVertexId"];com.google.protobuf.ByteString getPartition()
bytes partition = 3 [json_name = "partition"];Copyright © 2021. All rights reserved.