org.apache.tez.dag.api.records
Class DAGProtos.DAGStatusProto

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite
      extended by com.google.protobuf.AbstractMessage
          extended by com.google.protobuf.GeneratedMessage
              extended by org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, DAGProtos.DAGStatusProtoOrBuilder
Enclosing class:
DAGProtos

public static final class DAGProtos.DAGStatusProto
extends com.google.protobuf.GeneratedMessage
implements DAGProtos.DAGStatusProtoOrBuilder

Protobuf type DAGStatusProto

See Also:
Serialized Form

Nested Class Summary
static class DAGProtos.DAGStatusProto.Builder
          Protobuf type DAGStatusProto
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
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>
 
Field Summary
static int DAGCOUNTERS_FIELD_NUMBER
           
static int DAGPROGRESS_FIELD_NUMBER
           
static int DIAGNOSTICS_FIELD_NUMBER
           
static com.google.protobuf.Parser<DAGProtos.DAGStatusProto> PARSER
           
static int STATE_FIELD_NUMBER
           
static int VERTEXPROGRESS_FIELD_NUMBER
           
 
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Method Summary
 boolean equals(Object obj)
           
 DAGProtos.TezCountersProto getDagCounters()
          optional .TezCountersProto dagCounters = 5;
 DAGProtos.TezCountersProtoOrBuilder getDagCountersOrBuilder()
          optional .TezCountersProto dagCounters = 5;
 DAGProtos.ProgressProto getDAGProgress()
          optional .ProgressProto DAGProgress = 3;
 DAGProtos.ProgressProtoOrBuilder getDAGProgressOrBuilder()
          optional .ProgressProto DAGProgress = 3;
static DAGProtos.DAGStatusProto getDefaultInstance()
           
 DAGProtos.DAGStatusProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 String getDiagnostics(int index)
          repeated string diagnostics = 2;
 com.google.protobuf.ByteString getDiagnosticsBytes(int index)
          repeated string diagnostics = 2;
 int getDiagnosticsCount()
          repeated string diagnostics = 2;
 List<String> getDiagnosticsList()
          repeated string diagnostics = 2;
 com.google.protobuf.Parser<DAGProtos.DAGStatusProto> getParserForType()
           
 int getSerializedSize()
           
 DAGProtos.DAGStatusStateProto getState()
          optional .DAGStatusStateProto state = 1;
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 DAGProtos.StringProgressPairProto getVertexProgress(int index)
          repeated .StringProgressPairProto vertexProgress = 4;
 int getVertexProgressCount()
          repeated .StringProgressPairProto vertexProgress = 4;
 List<DAGProtos.StringProgressPairProto> getVertexProgressList()
          repeated .StringProgressPairProto vertexProgress = 4;
 DAGProtos.StringProgressPairProtoOrBuilder getVertexProgressOrBuilder(int index)
          repeated .StringProgressPairProto vertexProgress = 4;
 List<? extends DAGProtos.StringProgressPairProtoOrBuilder> getVertexProgressOrBuilderList()
          repeated .StringProgressPairProto vertexProgress = 4;
 boolean hasDagCounters()
          optional .TezCountersProto dagCounters = 5;
 boolean hasDAGProgress()
          optional .ProgressProto DAGProgress = 3;
 int hashCode()
           
 boolean hasState()
          optional .DAGStatusStateProto state = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static DAGProtos.DAGStatusProto.Builder newBuilder()
           
static DAGProtos.DAGStatusProto.Builder newBuilder(DAGProtos.DAGStatusProto prototype)
           
 DAGProtos.DAGStatusProto.Builder newBuilderForType()
           
protected  DAGProtos.DAGStatusProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static DAGProtos.DAGStatusProto parseDelimitedFrom(InputStream input)
           
static DAGProtos.DAGStatusProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DAGProtos.DAGStatusProto parseFrom(byte[] data)
           
static DAGProtos.DAGStatusProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DAGProtos.DAGStatusProto parseFrom(com.google.protobuf.ByteString data)
           
static DAGProtos.DAGStatusProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DAGProtos.DAGStatusProto parseFrom(com.google.protobuf.CodedInputStream input)
           
static DAGProtos.DAGStatusProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DAGProtos.DAGStatusProto parseFrom(InputStream input)
           
static DAGProtos.DAGStatusProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 DAGProtos.DAGStatusProto.Builder toBuilder()
           
protected  Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
 
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
 
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, hasField
 
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 

Field Detail

PARSER

public static com.google.protobuf.Parser<DAGProtos.DAGStatusProto> PARSER

STATE_FIELD_NUMBER

public static final int STATE_FIELD_NUMBER
See Also:
Constant Field Values

DIAGNOSTICS_FIELD_NUMBER

public static final int DIAGNOSTICS_FIELD_NUMBER
See Also:
Constant Field Values

DAGPROGRESS_FIELD_NUMBER

public static final int DAGPROGRESS_FIELD_NUMBER
See Also:
Constant Field Values

VERTEXPROGRESS_FIELD_NUMBER

public static final int VERTEXPROGRESS_FIELD_NUMBER
See Also:
Constant Field Values

DAGCOUNTERS_FIELD_NUMBER

public static final int DAGCOUNTERS_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static DAGProtos.DAGStatusProto getDefaultInstance()

getDefaultInstanceForType

public DAGProtos.DAGStatusProto getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

getUnknownFields

public final com.google.protobuf.UnknownFieldSet getUnknownFields()
Specified by:
getUnknownFields in interface com.google.protobuf.MessageOrBuilder
Overrides:
getUnknownFields in class com.google.protobuf.GeneratedMessage

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage

getParserForType

public com.google.protobuf.Parser<DAGProtos.DAGStatusProto> getParserForType()
Specified by:
getParserForType in interface com.google.protobuf.Message
Specified by:
getParserForType in interface com.google.protobuf.MessageLite
Overrides:
getParserForType in class com.google.protobuf.GeneratedMessage

hasState

public boolean hasState()
optional .DAGStatusStateProto state = 1;

Specified by:
hasState in interface DAGProtos.DAGStatusProtoOrBuilder

getState

public DAGProtos.DAGStatusStateProto getState()
optional .DAGStatusStateProto state = 1;

Specified by:
getState in interface DAGProtos.DAGStatusProtoOrBuilder

getDiagnosticsList

public List<String> getDiagnosticsList()
repeated string diagnostics = 2;

Specified by:
getDiagnosticsList in interface DAGProtos.DAGStatusProtoOrBuilder

getDiagnosticsCount

public int getDiagnosticsCount()
repeated string diagnostics = 2;

Specified by:
getDiagnosticsCount in interface DAGProtos.DAGStatusProtoOrBuilder

getDiagnostics

public String getDiagnostics(int index)
repeated string diagnostics = 2;

Specified by:
getDiagnostics in interface DAGProtos.DAGStatusProtoOrBuilder

getDiagnosticsBytes

public com.google.protobuf.ByteString getDiagnosticsBytes(int index)
repeated string diagnostics = 2;

Specified by:
getDiagnosticsBytes in interface DAGProtos.DAGStatusProtoOrBuilder

hasDAGProgress

public boolean hasDAGProgress()
optional .ProgressProto DAGProgress = 3;

Specified by:
hasDAGProgress in interface DAGProtos.DAGStatusProtoOrBuilder

getDAGProgress

public DAGProtos.ProgressProto getDAGProgress()
optional .ProgressProto DAGProgress = 3;

Specified by:
getDAGProgress in interface DAGProtos.DAGStatusProtoOrBuilder

getDAGProgressOrBuilder

public DAGProtos.ProgressProtoOrBuilder getDAGProgressOrBuilder()
optional .ProgressProto DAGProgress = 3;

Specified by:
getDAGProgressOrBuilder in interface DAGProtos.DAGStatusProtoOrBuilder

getVertexProgressList

public List<DAGProtos.StringProgressPairProto> getVertexProgressList()
repeated .StringProgressPairProto vertexProgress = 4;

Specified by:
getVertexProgressList in interface DAGProtos.DAGStatusProtoOrBuilder

getVertexProgressOrBuilderList

public List<? extends DAGProtos.StringProgressPairProtoOrBuilder> getVertexProgressOrBuilderList()
repeated .StringProgressPairProto vertexProgress = 4;

Specified by:
getVertexProgressOrBuilderList in interface DAGProtos.DAGStatusProtoOrBuilder

getVertexProgressCount

public int getVertexProgressCount()
repeated .StringProgressPairProto vertexProgress = 4;

Specified by:
getVertexProgressCount in interface DAGProtos.DAGStatusProtoOrBuilder

getVertexProgress

public DAGProtos.StringProgressPairProto getVertexProgress(int index)
repeated .StringProgressPairProto vertexProgress = 4;

Specified by:
getVertexProgress in interface DAGProtos.DAGStatusProtoOrBuilder

getVertexProgressOrBuilder

public DAGProtos.StringProgressPairProtoOrBuilder getVertexProgressOrBuilder(int index)
repeated .StringProgressPairProto vertexProgress = 4;

Specified by:
getVertexProgressOrBuilder in interface DAGProtos.DAGStatusProtoOrBuilder

hasDagCounters

public boolean hasDagCounters()
optional .TezCountersProto dagCounters = 5;

Specified by:
hasDagCounters in interface DAGProtos.DAGStatusProtoOrBuilder

getDagCounters

public DAGProtos.TezCountersProto getDagCounters()
optional .TezCountersProto dagCounters = 5;

Specified by:
getDagCounters in interface DAGProtos.DAGStatusProtoOrBuilder

getDagCountersOrBuilder

public DAGProtos.TezCountersProtoOrBuilder getDagCountersOrBuilder()
optional .TezCountersProto dagCounters = 5;

Specified by:
getDagCountersOrBuilder in interface DAGProtos.DAGStatusProtoOrBuilder

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
Specified by:
writeTo in interface com.google.protobuf.MessageLite
Overrides:
writeTo in class com.google.protobuf.AbstractMessage
Throws:
IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite
Overrides:
getSerializedSize in class com.google.protobuf.AbstractMessage

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Overrides:
writeReplace in class com.google.protobuf.GeneratedMessage
Throws:
ObjectStreamException

equals

public boolean equals(Object obj)
Specified by:
equals in interface com.google.protobuf.Message
Overrides:
equals in class com.google.protobuf.AbstractMessage

hashCode

public int hashCode()
Specified by:
hashCode in interface com.google.protobuf.Message
Overrides:
hashCode in class com.google.protobuf.AbstractMessage

parseFrom

public static DAGProtos.DAGStatusProto parseFrom(com.google.protobuf.ByteString data)
                                          throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static DAGProtos.DAGStatusProto parseFrom(com.google.protobuf.ByteString data,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static DAGProtos.DAGStatusProto parseFrom(byte[] data)
                                          throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static DAGProtos.DAGStatusProto parseFrom(byte[] data,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static DAGProtos.DAGStatusProto parseFrom(InputStream input)
                                          throws IOException
Throws:
IOException

parseFrom

public static DAGProtos.DAGStatusProto parseFrom(InputStream input,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws IOException
Throws:
IOException

parseDelimitedFrom

public static DAGProtos.DAGStatusProto parseDelimitedFrom(InputStream input)
                                                   throws IOException
Throws:
IOException

parseDelimitedFrom

public static DAGProtos.DAGStatusProto parseDelimitedFrom(InputStream input,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws IOException
Throws:
IOException

parseFrom

public static DAGProtos.DAGStatusProto parseFrom(com.google.protobuf.CodedInputStream input)
                                          throws IOException
Throws:
IOException

parseFrom

public static DAGProtos.DAGStatusProto parseFrom(com.google.protobuf.CodedInputStream input,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws IOException
Throws:
IOException

newBuilder

public static DAGProtos.DAGStatusProto.Builder newBuilder()

newBuilderForType

public DAGProtos.DAGStatusProto.Builder newBuilderForType()
Specified by:
newBuilderForType in interface com.google.protobuf.Message
Specified by:
newBuilderForType in interface com.google.protobuf.MessageLite

newBuilder

public static DAGProtos.DAGStatusProto.Builder newBuilder(DAGProtos.DAGStatusProto prototype)

toBuilder

public DAGProtos.DAGStatusProto.Builder toBuilder()
Specified by:
toBuilder in interface com.google.protobuf.Message
Specified by:
toBuilder in interface com.google.protobuf.MessageLite

newBuilderForType

protected DAGProtos.DAGStatusProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
Specified by:
newBuilderForType in class com.google.protobuf.GeneratedMessage


Copyright © 2014 Apache Software Foundation. All rights reserved.