public static final class DAGProtos.ProgressProto extends com.google.protobuf.GeneratedMessage implements DAGProtos.ProgressProtoOrBuilder
ProgressProto
 DAG monitoring messages
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
DAGProtos.ProgressProto.Builder
Protobuf type  
ProgressProto | 
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description | 
|---|---|
static int | 
FAILEDTASKATTEMPTCOUNT_FIELD_NUMBER  | 
static int | 
FAILEDTASKCOUNT_FIELD_NUMBER  | 
static int | 
KILLEDTASKATTEMPTCOUNT_FIELD_NUMBER  | 
static int | 
KILLEDTASKCOUNT_FIELD_NUMBER  | 
static com.google.protobuf.Parser<DAGProtos.ProgressProto> | 
PARSER  | 
static int | 
RUNNINGTASKCOUNT_FIELD_NUMBER  | 
static int | 
SUCCEEDEDTASKCOUNT_FIELD_NUMBER  | 
static int | 
TOTALTASKCOUNT_FIELD_NUMBER  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
static DAGProtos.ProgressProto | 
getDefaultInstance()  | 
DAGProtos.ProgressProto | 
getDefaultInstanceForType()  | 
static com.google.protobuf.Descriptors.Descriptor | 
getDescriptor()  | 
int | 
getFailedTaskAttemptCount()
optional int32 failedTaskAttemptCount = 6; | 
int | 
getFailedTaskCount()
optional int32 failedTaskCount = 4; | 
int | 
getKilledTaskAttemptCount()
optional int32 killedTaskAttemptCount = 7; | 
int | 
getKilledTaskCount()
optional int32 killedTaskCount = 5; | 
com.google.protobuf.Parser<DAGProtos.ProgressProto> | 
getParserForType()  | 
int | 
getRunningTaskCount()
optional int32 runningTaskCount = 3; | 
int | 
getSerializedSize()  | 
int | 
getSucceededTaskCount()
optional int32 succeededTaskCount = 2; | 
int | 
getTotalTaskCount()
optional int32 totalTaskCount = 1; | 
com.google.protobuf.UnknownFieldSet | 
getUnknownFields()  | 
boolean | 
hasFailedTaskAttemptCount()
optional int32 failedTaskAttemptCount = 6; | 
boolean | 
hasFailedTaskCount()
optional int32 failedTaskCount = 4; | 
int | 
hashCode()  | 
boolean | 
hasKilledTaskAttemptCount()
optional int32 killedTaskAttemptCount = 7; | 
boolean | 
hasKilledTaskCount()
optional int32 killedTaskCount = 5; | 
boolean | 
hasRunningTaskCount()
optional int32 runningTaskCount = 3; | 
boolean | 
hasSucceededTaskCount()
optional int32 succeededTaskCount = 2; | 
boolean | 
hasTotalTaskCount()
optional int32 totalTaskCount = 1; | 
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable | 
internalGetFieldAccessorTable()  | 
boolean | 
isInitialized()  | 
static DAGProtos.ProgressProto.Builder | 
newBuilder()  | 
static DAGProtos.ProgressProto.Builder | 
newBuilder(DAGProtos.ProgressProto prototype)  | 
DAGProtos.ProgressProto.Builder | 
newBuilderForType()  | 
protected DAGProtos.ProgressProto.Builder | 
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)  | 
static DAGProtos.ProgressProto | 
parseDelimitedFrom(InputStream input)  | 
static DAGProtos.ProgressProto | 
parseDelimitedFrom(InputStream input,
                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static DAGProtos.ProgressProto | 
parseFrom(byte[] data)  | 
static DAGProtos.ProgressProto | 
parseFrom(byte[] data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static DAGProtos.ProgressProto | 
parseFrom(com.google.protobuf.ByteString data)  | 
static DAGProtos.ProgressProto | 
parseFrom(com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static DAGProtos.ProgressProto | 
parseFrom(com.google.protobuf.CodedInputStream input)  | 
static DAGProtos.ProgressProto | 
parseFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static DAGProtos.ProgressProto | 
parseFrom(InputStream input)  | 
static DAGProtos.ProgressProto | 
parseFrom(InputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
DAGProtos.ProgressProto.Builder | 
toBuilder()  | 
protected Object | 
writeReplace()  | 
void | 
writeTo(com.google.protobuf.CodedOutputStream output)  | 
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<DAGProtos.ProgressProto> PARSER
public static final int TOTALTASKCOUNT_FIELD_NUMBER
public static final int SUCCEEDEDTASKCOUNT_FIELD_NUMBER
public static final int RUNNINGTASKCOUNT_FIELD_NUMBER
public static final int FAILEDTASKCOUNT_FIELD_NUMBER
public static final int KILLEDTASKCOUNT_FIELD_NUMBER
public static final int FAILEDTASKATTEMPTCOUNT_FIELD_NUMBER
public static final int KILLEDTASKATTEMPTCOUNT_FIELD_NUMBER
public static DAGProtos.ProgressProto getDefaultInstance()
public DAGProtos.ProgressProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<DAGProtos.ProgressProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasTotalTaskCount()
optional int32 totalTaskCount = 1;hasTotalTaskCount in interface DAGProtos.ProgressProtoOrBuilderpublic int getTotalTaskCount()
optional int32 totalTaskCount = 1;getTotalTaskCount in interface DAGProtos.ProgressProtoOrBuilderpublic boolean hasSucceededTaskCount()
optional int32 succeededTaskCount = 2;hasSucceededTaskCount in interface DAGProtos.ProgressProtoOrBuilderpublic int getSucceededTaskCount()
optional int32 succeededTaskCount = 2;getSucceededTaskCount in interface DAGProtos.ProgressProtoOrBuilderpublic boolean hasRunningTaskCount()
optional int32 runningTaskCount = 3;hasRunningTaskCount in interface DAGProtos.ProgressProtoOrBuilderpublic int getRunningTaskCount()
optional int32 runningTaskCount = 3;getRunningTaskCount in interface DAGProtos.ProgressProtoOrBuilderpublic boolean hasFailedTaskCount()
optional int32 failedTaskCount = 4;hasFailedTaskCount in interface DAGProtos.ProgressProtoOrBuilderpublic int getFailedTaskCount()
optional int32 failedTaskCount = 4;getFailedTaskCount in interface DAGProtos.ProgressProtoOrBuilderpublic boolean hasKilledTaskCount()
optional int32 killedTaskCount = 5;hasKilledTaskCount in interface DAGProtos.ProgressProtoOrBuilderpublic int getKilledTaskCount()
optional int32 killedTaskCount = 5;getKilledTaskCount in interface DAGProtos.ProgressProtoOrBuilderpublic boolean hasFailedTaskAttemptCount()
optional int32 failedTaskAttemptCount = 6;hasFailedTaskAttemptCount in interface DAGProtos.ProgressProtoOrBuilderpublic int getFailedTaskAttemptCount()
optional int32 failedTaskAttemptCount = 6;getFailedTaskAttemptCount in interface DAGProtos.ProgressProtoOrBuilderpublic boolean hasKilledTaskAttemptCount()
optional int32 killedTaskAttemptCount = 7;hasKilledTaskAttemptCount in interface DAGProtos.ProgressProtoOrBuilderpublic int getKilledTaskAttemptCount()
optional int32 killedTaskAttemptCount = 7;getKilledTaskAttemptCount in interface DAGProtos.ProgressProtoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static DAGProtos.ProgressProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DAGProtos.ProgressProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DAGProtos.ProgressProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DAGProtos.ProgressProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DAGProtos.ProgressProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static DAGProtos.ProgressProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DAGProtos.ProgressProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static DAGProtos.ProgressProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DAGProtos.ProgressProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static DAGProtos.ProgressProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DAGProtos.ProgressProto.Builder newBuilder()
public DAGProtos.ProgressProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static DAGProtos.ProgressProto.Builder newBuilder(DAGProtos.ProgressProto prototype)
public DAGProtos.ProgressProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected DAGProtos.ProgressProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2016 Apache Software Foundation. All rights reserved.