org.apache.tez.dag.recovery.records
Interface RecoveryProtos.VertexGroupCommitStartedProtoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RecoveryProtos.VertexGroupCommitStartedProto, RecoveryProtos.VertexGroupCommitStartedProto.Builder
Enclosing class:
RecoveryProtos

public static interface RecoveryProtos.VertexGroupCommitStartedProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 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;
 boolean hasDagId()
          optional string dag_id = 1;
 boolean hasVertexGroupName()
          optional string vertex_group_name = 2;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasDagId

boolean hasDagId()
optional string dag_id = 1;


getDagId

String getDagId()
optional string dag_id = 1;


getDagIdBytes

com.google.protobuf.ByteString getDagIdBytes()
optional string dag_id = 1;


hasVertexGroupName

boolean hasVertexGroupName()
optional string vertex_group_name = 2;


getVertexGroupName

String getVertexGroupName()
optional string vertex_group_name = 2;


getVertexGroupNameBytes

com.google.protobuf.ByteString getVertexGroupNameBytes()
optional string vertex_group_name = 2;



Copyright © 2014 Apache Software Foundation. All rights reserved.