|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.protobuf.AbstractMessageLite.Builder<BuilderType>
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.VertexInitializedProto.Builder>
org.apache.tez.dag.recovery.records.RecoveryProtos.VertexInitializedProto.Builder
public static final class RecoveryProtos.VertexInitializedProto.Builder
Protobuf type VertexInitializedProto
| Method Summary | |
|---|---|
RecoveryProtos.VertexInitializedProto |
build()
|
RecoveryProtos.VertexInitializedProto |
buildPartial()
|
RecoveryProtos.VertexInitializedProto.Builder |
clear()
|
RecoveryProtos.VertexInitializedProto.Builder |
clearInitRequestedTime()
optional int64 init_requested_time = 3; |
RecoveryProtos.VertexInitializedProto.Builder |
clearInitTime()
optional int64 init_time = 4; |
RecoveryProtos.VertexInitializedProto.Builder |
clearNumTasks()
optional int64 num_tasks = 5; |
RecoveryProtos.VertexInitializedProto.Builder |
clearVertexId()
optional string vertex_id = 2; |
RecoveryProtos.VertexInitializedProto.Builder |
clearVertexName()
optional string vertex_name = 1; |
RecoveryProtos.VertexInitializedProto.Builder |
clone()
|
RecoveryProtos.VertexInitializedProto |
getDefaultInstanceForType()
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor()
|
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType()
|
long |
getInitRequestedTime()
optional int64 init_requested_time = 3; |
long |
getInitTime()
optional int64 init_time = 4; |
long |
getNumTasks()
optional int64 num_tasks = 5; |
String |
getVertexId()
optional string vertex_id = 2; |
com.google.protobuf.ByteString |
getVertexIdBytes()
optional string vertex_id = 2; |
String |
getVertexName()
optional string vertex_name = 1; |
com.google.protobuf.ByteString |
getVertexNameBytes()
optional string vertex_name = 1; |
boolean |
hasInitRequestedTime()
optional int64 init_requested_time = 3; |
boolean |
hasInitTime()
optional int64 init_time = 4; |
boolean |
hasNumTasks()
optional int64 num_tasks = 5; |
boolean |
hasVertexId()
optional string vertex_id = 2; |
boolean |
hasVertexName()
optional string vertex_name = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable()
|
boolean |
isInitialized()
|
RecoveryProtos.VertexInitializedProto.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
RecoveryProtos.VertexInitializedProto.Builder |
mergeFrom(com.google.protobuf.Message other)
|
RecoveryProtos.VertexInitializedProto.Builder |
mergeFrom(RecoveryProtos.VertexInitializedProto other)
|
RecoveryProtos.VertexInitializedProto.Builder |
setInitRequestedTime(long value)
optional int64 init_requested_time = 3; |
RecoveryProtos.VertexInitializedProto.Builder |
setInitTime(long value)
optional int64 init_time = 4; |
RecoveryProtos.VertexInitializedProto.Builder |
setNumTasks(long value)
optional int64 num_tasks = 5; |
RecoveryProtos.VertexInitializedProto.Builder |
setVertexId(String value)
optional string vertex_id = 2; |
RecoveryProtos.VertexInitializedProto.Builder |
setVertexIdBytes(com.google.protobuf.ByteString value)
optional string vertex_id = 2; |
RecoveryProtos.VertexInitializedProto.Builder |
setVertexName(String value)
optional string vertex_name = 1; |
RecoveryProtos.VertexInitializedProto.Builder |
setVertexNameBytes(com.google.protobuf.ByteString value)
optional string vertex_name = 1; |
| Methods inherited from class com.google.protobuf.GeneratedMessage.Builder |
|---|
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields |
| Methods inherited from class com.google.protobuf.AbstractMessage.Builder |
|---|
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException |
| Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder |
|---|
addAll, newUninitializedMessageException |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
|---|
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
| Method Detail |
|---|
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.VertexInitializedProto.Builder>public RecoveryProtos.VertexInitializedProto.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.VertexInitializedProto.Builder>public RecoveryProtos.VertexInitializedProto.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.VertexInitializedProto.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.VertexInitializedProto.Builder>public RecoveryProtos.VertexInitializedProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic RecoveryProtos.VertexInitializedProto build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic RecoveryProtos.VertexInitializedProto buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic RecoveryProtos.VertexInitializedProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RecoveryProtos.VertexInitializedProto.Builder>public RecoveryProtos.VertexInitializedProto.Builder mergeFrom(RecoveryProtos.VertexInitializedProto other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.VertexInitializedProto.Builder>
public RecoveryProtos.VertexInitializedProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RecoveryProtos.VertexInitializedProto.Builder>IOExceptionpublic boolean hasVertexName()
optional string vertex_name = 1;
hasVertexName in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic String getVertexName()
optional string vertex_name = 1;
getVertexName in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic com.google.protobuf.ByteString getVertexNameBytes()
optional string vertex_name = 1;
getVertexNameBytes in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic RecoveryProtos.VertexInitializedProto.Builder setVertexName(String value)
optional string vertex_name = 1;
public RecoveryProtos.VertexInitializedProto.Builder clearVertexName()
optional string vertex_name = 1;
public RecoveryProtos.VertexInitializedProto.Builder setVertexNameBytes(com.google.protobuf.ByteString value)
optional string vertex_name = 1;
public boolean hasVertexId()
optional string vertex_id = 2;
hasVertexId in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic String getVertexId()
optional string vertex_id = 2;
getVertexId in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic com.google.protobuf.ByteString getVertexIdBytes()
optional string vertex_id = 2;
getVertexIdBytes in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic RecoveryProtos.VertexInitializedProto.Builder setVertexId(String value)
optional string vertex_id = 2;
public RecoveryProtos.VertexInitializedProto.Builder clearVertexId()
optional string vertex_id = 2;
public RecoveryProtos.VertexInitializedProto.Builder setVertexIdBytes(com.google.protobuf.ByteString value)
optional string vertex_id = 2;
public boolean hasInitRequestedTime()
optional int64 init_requested_time = 3;
hasInitRequestedTime in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic long getInitRequestedTime()
optional int64 init_requested_time = 3;
getInitRequestedTime in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic RecoveryProtos.VertexInitializedProto.Builder setInitRequestedTime(long value)
optional int64 init_requested_time = 3;
public RecoveryProtos.VertexInitializedProto.Builder clearInitRequestedTime()
optional int64 init_requested_time = 3;
public boolean hasInitTime()
optional int64 init_time = 4;
hasInitTime in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic long getInitTime()
optional int64 init_time = 4;
getInitTime in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic RecoveryProtos.VertexInitializedProto.Builder setInitTime(long value)
optional int64 init_time = 4;
public RecoveryProtos.VertexInitializedProto.Builder clearInitTime()
optional int64 init_time = 4;
public boolean hasNumTasks()
optional int64 num_tasks = 5;
hasNumTasks in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic long getNumTasks()
optional int64 num_tasks = 5;
getNumTasks in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic RecoveryProtos.VertexInitializedProto.Builder setNumTasks(long value)
optional int64 num_tasks = 5;
public RecoveryProtos.VertexInitializedProto.Builder clearNumTasks()
optional int64 num_tasks = 5;
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||