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

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

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


Method Summary
 long getLaunchTime()
          optional int64 launch_time = 3;
 long getScheduledTime()
          optional int64 scheduled_time = 2;
 String getTaskId()
          optional string task_id = 1;
 com.google.protobuf.ByteString getTaskIdBytes()
          optional string task_id = 1;
 boolean hasLaunchTime()
          optional int64 launch_time = 3;
 boolean hasScheduledTime()
          optional int64 scheduled_time = 2;
 boolean hasTaskId()
          optional string task_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

hasTaskId

boolean hasTaskId()
optional string task_id = 1;


getTaskId

String getTaskId()
optional string task_id = 1;


getTaskIdBytes

com.google.protobuf.ByteString getTaskIdBytes()
optional string task_id = 1;


hasScheduledTime

boolean hasScheduledTime()
optional int64 scheduled_time = 2;


getScheduledTime

long getScheduledTime()
optional int64 scheduled_time = 2;


hasLaunchTime

boolean hasLaunchTime()
optional int64 launch_time = 3;


getLaunchTime

long getLaunchTime()
optional int64 launch_time = 3;



Copyright © 2014 Apache Software Foundation. All rights reserved.