org.apache.hadoop.mapreduce.v2.proto
Interface MRProtos.TaskAttemptCompletionEventProtoOrBuilder

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

public static interface MRProtos.TaskAttemptCompletionEventProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 MRProtos.TaskAttemptIdProto getAttemptId()
           
 MRProtos.TaskAttemptIdProtoOrBuilder getAttemptIdOrBuilder()
           
 int getAttemptRunTime()
           
 int getEventId()
           
 String getMapOutputServerAddress()
           
 MRProtos.TaskAttemptCompletionEventStatusProto getStatus()
           
 boolean hasAttemptId()
           
 boolean hasAttemptRunTime()
           
 boolean hasEventId()
           
 boolean hasMapOutputServerAddress()
           
 boolean hasStatus()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasAttemptId

boolean hasAttemptId()

getAttemptId

MRProtos.TaskAttemptIdProto getAttemptId()

getAttemptIdOrBuilder

MRProtos.TaskAttemptIdProtoOrBuilder getAttemptIdOrBuilder()

hasStatus

boolean hasStatus()

getStatus

MRProtos.TaskAttemptCompletionEventStatusProto getStatus()

hasMapOutputServerAddress

boolean hasMapOutputServerAddress()

getMapOutputServerAddress

String getMapOutputServerAddress()

hasAttemptRunTime

boolean hasAttemptRunTime()

getAttemptRunTime

int getAttemptRunTime()

hasEventId

boolean hasEventId()

getEventId

int getEventId()


Copyright © 2012 Apache Software Foundation. All Rights Reserved.