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

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

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


Method Summary
 String getVertexId()
          optional string vertex_id = 1;
 com.google.protobuf.ByteString getVertexIdBytes()
          optional string vertex_id = 1;
 boolean hasVertexId()
          optional string vertex_id = 1;
 
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

hasVertexId

boolean hasVertexId()
optional string vertex_id = 1;


getVertexId

String getVertexId()
optional string vertex_id = 1;


getVertexIdBytes

com.google.protobuf.ByteString getVertexIdBytes()
optional string vertex_id = 1;



Copyright © 2014 Apache Software Foundation. All rights reserved.