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

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

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


Method Summary
 int getState()
          optional int32 state = 2;
 String getVertexId()
          optional string vertex_id = 1;
 com.google.protobuf.ByteString getVertexIdBytes()
          optional string vertex_id = 1;
 boolean hasState()
          optional int32 state = 2;
 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;


hasState

boolean hasState()
optional int32 state = 2;


getState

int getState()
optional int32 state = 2;



Copyright © 2014 Apache Software Foundation. All rights reserved.