public static interface RecoveryProtos.VertexStartedProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getStartRequestedTime()
optional int64 start_requested_time = 3; |
long |
getStartTime()
optional int64 start_time = 4; |
String |
getVertexId()
optional string vertex_id = 2; |
com.google.protobuf.ByteString |
getVertexIdBytes()
optional string vertex_id = 2; |
String |
getVertexName()
optional string vertex_name = 1; |
com.google.protobuf.ByteString |
getVertexNameBytes()
optional string vertex_name = 1; |
boolean |
hasStartRequestedTime()
optional int64 start_requested_time = 3; |
boolean |
hasStartTime()
optional int64 start_time = 4; |
boolean |
hasVertexId()
optional string vertex_id = 2; |
boolean |
hasVertexName()
optional string vertex_name = 1; |
boolean hasVertexName()
optional string vertex_name = 1;String getVertexName()
optional string vertex_name = 1;com.google.protobuf.ByteString getVertexNameBytes()
optional string vertex_name = 1;boolean hasVertexId()
optional string vertex_id = 2;String getVertexId()
optional string vertex_id = 2;com.google.protobuf.ByteString getVertexIdBytes()
optional string vertex_id = 2;boolean hasStartRequestedTime()
optional int64 start_requested_time = 3;long getStartRequestedTime()
optional int64 start_requested_time = 3;boolean hasStartTime()
optional int64 start_time = 4;long getStartTime()
optional int64 start_time = 4;Copyright © 2020 Apache Software Foundation. All rights reserved.