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

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

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


Method Summary
 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;
 
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

hasVertexName

boolean hasVertexName()
optional string vertex_name = 1;


getVertexName

String getVertexName()
optional string vertex_name = 1;


getVertexNameBytes

com.google.protobuf.ByteString getVertexNameBytes()
optional string vertex_name = 1;


hasVertexId

boolean hasVertexId()
optional string vertex_id = 2;


getVertexId

String getVertexId()
optional string vertex_id = 2;


getVertexIdBytes

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


hasStartRequestedTime

boolean hasStartRequestedTime()
optional int64 start_requested_time = 3;


getStartRequestedTime

long getStartRequestedTime()
optional int64 start_requested_time = 3;


hasStartTime

boolean hasStartTime()
optional int64 start_time = 4;


getStartTime

long getStartTime()
optional int64 start_time = 4;



Copyright © 2014 Apache Software Foundation. All rights reserved.