public static final class DriverRuntimeProtocol.RuntimeStatusProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<DriverRuntimeProtocol.RuntimeStatusProto.Builder> implements DriverRuntimeProtocol.RuntimeStatusProtoOrBuilder
RuntimeStatusProtoaddRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, mergeUnknownFields, newBuilderForField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrompublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public DriverRuntimeProtocol.RuntimeStatusProto.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<DriverRuntimeProtocol.RuntimeStatusProto.Builder>public DriverRuntimeProtocol.RuntimeStatusProto.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<DriverRuntimeProtocol.RuntimeStatusProto.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<DriverRuntimeProtocol.RuntimeStatusProto.Builder>public DriverRuntimeProtocol.RuntimeStatusProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic DriverRuntimeProtocol.RuntimeStatusProto build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic DriverRuntimeProtocol.RuntimeStatusProto buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic DriverRuntimeProtocol.RuntimeStatusProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DriverRuntimeProtocol.RuntimeStatusProto.Builder>public DriverRuntimeProtocol.RuntimeStatusProto.Builder mergeFrom(DriverRuntimeProtocol.RuntimeStatusProto other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<DriverRuntimeProtocol.RuntimeStatusProto.Builder>public DriverRuntimeProtocol.RuntimeStatusProto.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<DriverRuntimeProtocol.RuntimeStatusProto.Builder>IOExceptionpublic boolean hasName()
required string name = 1;
e.g., local, yarn21
hasName in interface DriverRuntimeProtocol.RuntimeStatusProtoOrBuilderpublic String getName()
required string name = 1;
e.g., local, yarn21
getName in interface DriverRuntimeProtocol.RuntimeStatusProtoOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
required string name = 1;
e.g., local, yarn21
getNameBytes in interface DriverRuntimeProtocol.RuntimeStatusProtoOrBuilderpublic DriverRuntimeProtocol.RuntimeStatusProto.Builder setName(String value)
required string name = 1;
e.g., local, yarn21
public DriverRuntimeProtocol.RuntimeStatusProto.Builder clearName()
required string name = 1;
e.g., local, yarn21
public DriverRuntimeProtocol.RuntimeStatusProto.Builder setNameBytes(com.google.protobuf.ByteString value)
required string name = 1;
e.g., local, yarn21
public boolean hasState()
required .State state = 2;hasState in interface DriverRuntimeProtocol.RuntimeStatusProtoOrBuilderpublic ReefServiceProtos.State getState()
required .State state = 2;getState in interface DriverRuntimeProtocol.RuntimeStatusProtoOrBuilderpublic DriverRuntimeProtocol.RuntimeStatusProto.Builder setState(ReefServiceProtos.State value)
required .State state = 2;public DriverRuntimeProtocol.RuntimeStatusProto.Builder clearState()
required .State state = 2;public boolean hasError()
optional .RuntimeErrorProto error = 3;
runtime (e.g., YARN) error
hasError in interface DriverRuntimeProtocol.RuntimeStatusProtoOrBuilderpublic ReefServiceProtos.RuntimeErrorProto getError()
optional .RuntimeErrorProto error = 3;
runtime (e.g., YARN) error
getError in interface DriverRuntimeProtocol.RuntimeStatusProtoOrBuilderpublic DriverRuntimeProtocol.RuntimeStatusProto.Builder setError(ReefServiceProtos.RuntimeErrorProto value)
optional .RuntimeErrorProto error = 3;
runtime (e.g., YARN) error
public DriverRuntimeProtocol.RuntimeStatusProto.Builder setError(ReefServiceProtos.RuntimeErrorProto.Builder builderForValue)
optional .RuntimeErrorProto error = 3;
runtime (e.g., YARN) error
public DriverRuntimeProtocol.RuntimeStatusProto.Builder mergeError(ReefServiceProtos.RuntimeErrorProto value)
optional .RuntimeErrorProto error = 3;
runtime (e.g., YARN) error
public DriverRuntimeProtocol.RuntimeStatusProto.Builder clearError()
optional .RuntimeErrorProto error = 3;
runtime (e.g., YARN) error
public ReefServiceProtos.RuntimeErrorProto.Builder getErrorBuilder()
optional .RuntimeErrorProto error = 3;
runtime (e.g., YARN) error
public ReefServiceProtos.RuntimeErrorProtoOrBuilder getErrorOrBuilder()
optional .RuntimeErrorProto error = 3;
runtime (e.g., YARN) error
getErrorOrBuilder in interface DriverRuntimeProtocol.RuntimeStatusProtoOrBuilderpublic boolean hasOutstandingContainerRequests()
optional int32 outstanding_container_requests = 5;hasOutstandingContainerRequests in interface DriverRuntimeProtocol.RuntimeStatusProtoOrBuilderpublic int getOutstandingContainerRequests()
optional int32 outstanding_container_requests = 5;getOutstandingContainerRequests in interface DriverRuntimeProtocol.RuntimeStatusProtoOrBuilderpublic DriverRuntimeProtocol.RuntimeStatusProto.Builder setOutstandingContainerRequests(int value)
optional int32 outstanding_container_requests = 5;public DriverRuntimeProtocol.RuntimeStatusProto.Builder clearOutstandingContainerRequests()
optional int32 outstanding_container_requests = 5;public List<String> getContainerAllocationList()
repeated string container_allocation = 6;getContainerAllocationList in interface DriverRuntimeProtocol.RuntimeStatusProtoOrBuilderpublic int getContainerAllocationCount()
repeated string container_allocation = 6;getContainerAllocationCount in interface DriverRuntimeProtocol.RuntimeStatusProtoOrBuilderpublic String getContainerAllocation(int index)
repeated string container_allocation = 6;getContainerAllocation in interface DriverRuntimeProtocol.RuntimeStatusProtoOrBuilderpublic com.google.protobuf.ByteString getContainerAllocationBytes(int index)
repeated string container_allocation = 6;getContainerAllocationBytes in interface DriverRuntimeProtocol.RuntimeStatusProtoOrBuilderpublic DriverRuntimeProtocol.RuntimeStatusProto.Builder setContainerAllocation(int index, String value)
repeated string container_allocation = 6;public DriverRuntimeProtocol.RuntimeStatusProto.Builder addContainerAllocation(String value)
repeated string container_allocation = 6;public DriverRuntimeProtocol.RuntimeStatusProto.Builder addAllContainerAllocation(Iterable<String> values)
repeated string container_allocation = 6;public DriverRuntimeProtocol.RuntimeStatusProto.Builder clearContainerAllocation()
repeated string container_allocation = 6;public DriverRuntimeProtocol.RuntimeStatusProto.Builder addContainerAllocationBytes(com.google.protobuf.ByteString value)
repeated string container_allocation = 6;Copyright © 2015 The Apache Software Foundation. All rights reserved.