org.apache.tez.dag.api.records
Interface DAGProtos.ProgressProtoOrBuilder

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

public static interface DAGProtos.ProgressProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 int getFailedTaskCount()
          optional int32 failedTaskCount = 4;
 int getKilledTaskCount()
          optional int32 killedTaskCount = 5;
 int getRunningTaskCount()
          optional int32 runningTaskCount = 3;
 int getSucceededTaskCount()
          optional int32 succeededTaskCount = 2;
 int getTotalTaskCount()
          optional int32 totalTaskCount = 1;
 boolean hasFailedTaskCount()
          optional int32 failedTaskCount = 4;
 boolean hasKilledTaskCount()
          optional int32 killedTaskCount = 5;
 boolean hasRunningTaskCount()
          optional int32 runningTaskCount = 3;
 boolean hasSucceededTaskCount()
          optional int32 succeededTaskCount = 2;
 boolean hasTotalTaskCount()
          optional int32 totalTaskCount = 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

hasTotalTaskCount

boolean hasTotalTaskCount()
optional int32 totalTaskCount = 1;


getTotalTaskCount

int getTotalTaskCount()
optional int32 totalTaskCount = 1;


hasSucceededTaskCount

boolean hasSucceededTaskCount()
optional int32 succeededTaskCount = 2;


getSucceededTaskCount

int getSucceededTaskCount()
optional int32 succeededTaskCount = 2;


hasRunningTaskCount

boolean hasRunningTaskCount()
optional int32 runningTaskCount = 3;


getRunningTaskCount

int getRunningTaskCount()
optional int32 runningTaskCount = 3;


hasFailedTaskCount

boolean hasFailedTaskCount()
optional int32 failedTaskCount = 4;


getFailedTaskCount

int getFailedTaskCount()
optional int32 failedTaskCount = 4;


hasKilledTaskCount

boolean hasKilledTaskCount()
optional int32 killedTaskCount = 5;


getKilledTaskCount

int getKilledTaskCount()
optional int32 killedTaskCount = 5;



Copyright © 2014 Apache Software Foundation. All rights reserved.