public static interface RecoveryProtos.VertexGroupCommitFinishedProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDagId()
optional string dag_id = 1; |
com.google.protobuf.ByteString |
getDagIdBytes()
optional string dag_id = 1; |
String |
getVertexGroupName()
optional string vertex_group_name = 2; |
com.google.protobuf.ByteString |
getVertexGroupNameBytes()
optional string vertex_group_name = 2; |
String |
getVertexIds(int index)
repeated string vertex_ids = 3; |
com.google.protobuf.ByteString |
getVertexIdsBytes(int index)
repeated string vertex_ids = 3; |
int |
getVertexIdsCount()
repeated string vertex_ids = 3; |
List<String> |
getVertexIdsList()
repeated string vertex_ids = 3; |
boolean |
hasDagId()
optional string dag_id = 1; |
boolean |
hasVertexGroupName()
optional string vertex_group_name = 2; |
boolean hasDagId()
optional string dag_id = 1;String getDagId()
optional string dag_id = 1;com.google.protobuf.ByteString getDagIdBytes()
optional string dag_id = 1;boolean hasVertexGroupName()
optional string vertex_group_name = 2;String getVertexGroupName()
optional string vertex_group_name = 2;com.google.protobuf.ByteString getVertexGroupNameBytes()
optional string vertex_group_name = 2;int getVertexIdsCount()
repeated string vertex_ids = 3;String getVertexIds(int index)
repeated string vertex_ids = 3;com.google.protobuf.ByteString getVertexIdsBytes(int index)
repeated string vertex_ids = 3;Copyright © 2020 Apache Software Foundation. All rights reserved.