public static interface RemoteCall.ExecutionVertexContext.ExecutionEdgeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint 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.