public static interface RecoveryProtos.EventMetaDataProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEdgeVertexName()
optional string edge_vertex_name = 3; |
com.google.protobuf.ByteString |
getEdgeVertexNameBytes()
optional string edge_vertex_name = 3; |
int |
getProducerConsumerType()
optional int32 producer_consumer_type = 1; |
String |
getTaskAttemptId()
optional string task_attempt_id = 4; |
com.google.protobuf.ByteString |
getTaskAttemptIdBytes()
optional string task_attempt_id = 4; |
String |
getTaskVertexName()
optional string task_vertex_name = 2; |
com.google.protobuf.ByteString |
getTaskVertexNameBytes()
optional string task_vertex_name = 2; |
boolean |
hasEdgeVertexName()
optional string edge_vertex_name = 3; |
boolean |
hasProducerConsumerType()
optional int32 producer_consumer_type = 1; |
boolean |
hasTaskAttemptId()
optional string task_attempt_id = 4; |
boolean |
hasTaskVertexName()
optional string task_vertex_name = 2; |
boolean hasProducerConsumerType()
optional int32 producer_consumer_type = 1;int getProducerConsumerType()
optional int32 producer_consumer_type = 1;boolean hasTaskVertexName()
optional string task_vertex_name = 2;String getTaskVertexName()
optional string task_vertex_name = 2;com.google.protobuf.ByteString getTaskVertexNameBytes()
optional string task_vertex_name = 2;boolean hasEdgeVertexName()
optional string edge_vertex_name = 3;String getEdgeVertexName()
optional string edge_vertex_name = 3;com.google.protobuf.ByteString getEdgeVertexNameBytes()
optional string edge_vertex_name = 3;boolean hasTaskAttemptId()
optional string task_attempt_id = 4;String getTaskAttemptId()
optional string task_attempt_id = 4;com.google.protobuf.ByteString getTaskAttemptIdBytes()
optional string task_attempt_id = 4;Copyright © 2020 Apache Software Foundation. All rights reserved.