org.apache.hadoop.yarn.proto
Class YarnServerCommonProtos.NodeStatusProto.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<YarnServerCommonProtos.NodeStatusProto.Builder>
              extended by org.apache.hadoop.yarn.proto.YarnServerCommonProtos.NodeStatusProto.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, YarnServerCommonProtos.NodeStatusProtoOrBuilder
Enclosing class:
YarnServerCommonProtos.NodeStatusProto

public static final class YarnServerCommonProtos.NodeStatusProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<YarnServerCommonProtos.NodeStatusProto.Builder>
implements YarnServerCommonProtos.NodeStatusProtoOrBuilder

Protobuf type hadoop.yarn.NodeStatusProto


Method Summary
 YarnServerCommonProtos.NodeStatusProto.Builder addAllContainersStatuses(Iterable<? extends org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProto> values)
          repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;
 YarnServerCommonProtos.NodeStatusProto.Builder addAllKeepAliveApplications(Iterable<? extends org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto> values)
          repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;
 YarnServerCommonProtos.NodeStatusProto.Builder addContainersStatuses(int index, org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProto.Builder builderForValue)
          repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;
 YarnServerCommonProtos.NodeStatusProto.Builder addContainersStatuses(int index, org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProto value)
          repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;
 YarnServerCommonProtos.NodeStatusProto.Builder addContainersStatuses(org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProto.Builder builderForValue)
          repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;
 YarnServerCommonProtos.NodeStatusProto.Builder addContainersStatuses(org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProto value)
          repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;
 org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProto.Builder addContainersStatusesBuilder()
          repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;
 org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProto.Builder addContainersStatusesBuilder(int index)
          repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;
 YarnServerCommonProtos.NodeStatusProto.Builder addKeepAliveApplications(int index, org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder builderForValue)
          repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;
 YarnServerCommonProtos.NodeStatusProto.Builder addKeepAliveApplications(int index, org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto value)
          repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;
 YarnServerCommonProtos.NodeStatusProto.Builder addKeepAliveApplications(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder builderForValue)
          repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;
 YarnServerCommonProtos.NodeStatusProto.Builder addKeepAliveApplications(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto value)
          repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;
 org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder addKeepAliveApplicationsBuilder()
          repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;
 org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder addKeepAliveApplicationsBuilder(int index)
          repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;
 YarnServerCommonProtos.NodeStatusProto build()
           
 YarnServerCommonProtos.NodeStatusProto buildPartial()
           
 YarnServerCommonProtos.NodeStatusProto.Builder clear()
           
 YarnServerCommonProtos.NodeStatusProto.Builder clearContainersStatuses()
          repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;
 YarnServerCommonProtos.NodeStatusProto.Builder clearKeepAliveApplications()
          repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;
 YarnServerCommonProtos.NodeStatusProto.Builder clearNodeHealthStatus()
          optional .hadoop.yarn.NodeHealthStatusProto nodeHealthStatus = 4;
 YarnServerCommonProtos.NodeStatusProto.Builder clearNodeId()
          optional .hadoop.yarn.NodeIdProto node_id = 1;
 YarnServerCommonProtos.NodeStatusProto.Builder clearResponseId()
          optional int32 response_id = 2;
 YarnServerCommonProtos.NodeStatusProto.Builder clone()
           
 org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProto getContainersStatuses(int index)
          repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;
 org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProto.Builder getContainersStatusesBuilder(int index)
          repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;
 List<org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProto.Builder> getContainersStatusesBuilderList()
          repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;
 int getContainersStatusesCount()
          repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;
 List<org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProto> getContainersStatusesList()
          repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;
 org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProtoOrBuilder getContainersStatusesOrBuilder(int index)
          repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;
 List<? extends org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProtoOrBuilder> getContainersStatusesOrBuilderList()
          repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;
 YarnServerCommonProtos.NodeStatusProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto getKeepAliveApplications(int index)
          repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;
 org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder getKeepAliveApplicationsBuilder(int index)
          repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;
 List<org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder> getKeepAliveApplicationsBuilderList()
          repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;
 int getKeepAliveApplicationsCount()
          repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;
 List<org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto> getKeepAliveApplicationsList()
          repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;
 org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder getKeepAliveApplicationsOrBuilder(int index)
          repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;
 List<? extends org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder> getKeepAliveApplicationsOrBuilderList()
          repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;
 YarnServerCommonProtos.NodeHealthStatusProto getNodeHealthStatus()
          optional .hadoop.yarn.NodeHealthStatusProto nodeHealthStatus = 4;
 YarnServerCommonProtos.NodeHealthStatusProto.Builder getNodeHealthStatusBuilder()
          optional .hadoop.yarn.NodeHealthStatusProto nodeHealthStatus = 4;
 YarnServerCommonProtos.NodeHealthStatusProtoOrBuilder getNodeHealthStatusOrBuilder()
          optional .hadoop.yarn.NodeHealthStatusProto nodeHealthStatus = 4;
 org.apache.hadoop.yarn.proto.YarnProtos.NodeIdProto getNodeId()
          optional .hadoop.yarn.NodeIdProto node_id = 1;
 org.apache.hadoop.yarn.proto.YarnProtos.NodeIdProto.Builder getNodeIdBuilder()
          optional .hadoop.yarn.NodeIdProto node_id = 1;
 org.apache.hadoop.yarn.proto.YarnProtos.NodeIdProtoOrBuilder getNodeIdOrBuilder()
          optional .hadoop.yarn.NodeIdProto node_id = 1;
 int getResponseId()
          optional int32 response_id = 2;
 boolean hasNodeHealthStatus()
          optional .hadoop.yarn.NodeHealthStatusProto nodeHealthStatus = 4;
 boolean hasNodeId()
          optional .hadoop.yarn.NodeIdProto node_id = 1;
 boolean hasResponseId()
          optional int32 response_id = 2;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 YarnServerCommonProtos.NodeStatusProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnServerCommonProtos.NodeStatusProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 YarnServerCommonProtos.NodeStatusProto.Builder mergeFrom(YarnServerCommonProtos.NodeStatusProto other)
           
 YarnServerCommonProtos.NodeStatusProto.Builder mergeNodeHealthStatus(YarnServerCommonProtos.NodeHealthStatusProto value)
          optional .hadoop.yarn.NodeHealthStatusProto nodeHealthStatus = 4;
 YarnServerCommonProtos.NodeStatusProto.Builder mergeNodeId(org.apache.hadoop.yarn.proto.YarnProtos.NodeIdProto value)
          optional .hadoop.yarn.NodeIdProto node_id = 1;
 YarnServerCommonProtos.NodeStatusProto.Builder removeContainersStatuses(int index)
          repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;
 YarnServerCommonProtos.NodeStatusProto.Builder removeKeepAliveApplications(int index)
          repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;
 YarnServerCommonProtos.NodeStatusProto.Builder setContainersStatuses(int index, org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProto.Builder builderForValue)
          repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;
 YarnServerCommonProtos.NodeStatusProto.Builder setContainersStatuses(int index, org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProto value)
          repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;
 YarnServerCommonProtos.NodeStatusProto.Builder setKeepAliveApplications(int index, org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder builderForValue)
          repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;
 YarnServerCommonProtos.NodeStatusProto.Builder setKeepAliveApplications(int index, org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto value)
          repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;
 YarnServerCommonProtos.NodeStatusProto.Builder setNodeHealthStatus(YarnServerCommonProtos.NodeHealthStatusProto.Builder builderForValue)
          optional .hadoop.yarn.NodeHealthStatusProto nodeHealthStatus = 4;
 YarnServerCommonProtos.NodeStatusProto.Builder setNodeHealthStatus(YarnServerCommonProtos.NodeHealthStatusProto value)
          optional .hadoop.yarn.NodeHealthStatusProto nodeHealthStatus = 4;
 YarnServerCommonProtos.NodeStatusProto.Builder setNodeId(org.apache.hadoop.yarn.proto.YarnProtos.NodeIdProto.Builder builderForValue)
          optional .hadoop.yarn.NodeIdProto node_id = 1;
 YarnServerCommonProtos.NodeStatusProto.Builder setNodeId(org.apache.hadoop.yarn.proto.YarnProtos.NodeIdProto value)
          optional .hadoop.yarn.NodeIdProto node_id = 1;
 YarnServerCommonProtos.NodeStatusProto.Builder setResponseId(int value)
          optional int32 response_id = 2;
 
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

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.Builder<YarnServerCommonProtos.NodeStatusProto.Builder>

clear

public YarnServerCommonProtos.NodeStatusProto.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<YarnServerCommonProtos.NodeStatusProto.Builder>

clone

public YarnServerCommonProtos.NodeStatusProto.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<YarnServerCommonProtos.NodeStatusProto.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<YarnServerCommonProtos.NodeStatusProto.Builder>

getDefaultInstanceForType

public YarnServerCommonProtos.NodeStatusProto getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public YarnServerCommonProtos.NodeStatusProto build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public YarnServerCommonProtos.NodeStatusProto buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public YarnServerCommonProtos.NodeStatusProto.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<YarnServerCommonProtos.NodeStatusProto.Builder>

mergeFrom

public YarnServerCommonProtos.NodeStatusProto.Builder mergeFrom(YarnServerCommonProtos.NodeStatusProto other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<YarnServerCommonProtos.NodeStatusProto.Builder>

mergeFrom

public YarnServerCommonProtos.NodeStatusProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                         throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<YarnServerCommonProtos.NodeStatusProto.Builder>
Throws:
IOException

hasNodeId

public boolean hasNodeId()
optional .hadoop.yarn.NodeIdProto node_id = 1;

Specified by:
hasNodeId in interface YarnServerCommonProtos.NodeStatusProtoOrBuilder

getNodeId

public org.apache.hadoop.yarn.proto.YarnProtos.NodeIdProto getNodeId()
optional .hadoop.yarn.NodeIdProto node_id = 1;

Specified by:
getNodeId in interface YarnServerCommonProtos.NodeStatusProtoOrBuilder

setNodeId

public YarnServerCommonProtos.NodeStatusProto.Builder setNodeId(org.apache.hadoop.yarn.proto.YarnProtos.NodeIdProto value)
optional .hadoop.yarn.NodeIdProto node_id = 1;


setNodeId

public YarnServerCommonProtos.NodeStatusProto.Builder setNodeId(org.apache.hadoop.yarn.proto.YarnProtos.NodeIdProto.Builder builderForValue)
optional .hadoop.yarn.NodeIdProto node_id = 1;


mergeNodeId

public YarnServerCommonProtos.NodeStatusProto.Builder mergeNodeId(org.apache.hadoop.yarn.proto.YarnProtos.NodeIdProto value)
optional .hadoop.yarn.NodeIdProto node_id = 1;


clearNodeId

public YarnServerCommonProtos.NodeStatusProto.Builder clearNodeId()
optional .hadoop.yarn.NodeIdProto node_id = 1;


getNodeIdBuilder

public org.apache.hadoop.yarn.proto.YarnProtos.NodeIdProto.Builder getNodeIdBuilder()
optional .hadoop.yarn.NodeIdProto node_id = 1;


getNodeIdOrBuilder

public org.apache.hadoop.yarn.proto.YarnProtos.NodeIdProtoOrBuilder getNodeIdOrBuilder()
optional .hadoop.yarn.NodeIdProto node_id = 1;

Specified by:
getNodeIdOrBuilder in interface YarnServerCommonProtos.NodeStatusProtoOrBuilder

hasResponseId

public boolean hasResponseId()
optional int32 response_id = 2;

Specified by:
hasResponseId in interface YarnServerCommonProtos.NodeStatusProtoOrBuilder

getResponseId

public int getResponseId()
optional int32 response_id = 2;

Specified by:
getResponseId in interface YarnServerCommonProtos.NodeStatusProtoOrBuilder

setResponseId

public YarnServerCommonProtos.NodeStatusProto.Builder setResponseId(int value)
optional int32 response_id = 2;


clearResponseId

public YarnServerCommonProtos.NodeStatusProto.Builder clearResponseId()
optional int32 response_id = 2;


getContainersStatusesList

public List<org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProto> getContainersStatusesList()
repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;

Specified by:
getContainersStatusesList in interface YarnServerCommonProtos.NodeStatusProtoOrBuilder

getContainersStatusesCount

public int getContainersStatusesCount()
repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;

Specified by:
getContainersStatusesCount in interface YarnServerCommonProtos.NodeStatusProtoOrBuilder

getContainersStatuses

public org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProto getContainersStatuses(int index)
repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;

Specified by:
getContainersStatuses in interface YarnServerCommonProtos.NodeStatusProtoOrBuilder

setContainersStatuses

public YarnServerCommonProtos.NodeStatusProto.Builder setContainersStatuses(int index,
                                                                            org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProto value)
repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;


setContainersStatuses

public YarnServerCommonProtos.NodeStatusProto.Builder setContainersStatuses(int index,
                                                                            org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProto.Builder builderForValue)
repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;


addContainersStatuses

public YarnServerCommonProtos.NodeStatusProto.Builder addContainersStatuses(org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProto value)
repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;


addContainersStatuses

public YarnServerCommonProtos.NodeStatusProto.Builder addContainersStatuses(int index,
                                                                            org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProto value)
repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;


addContainersStatuses

public YarnServerCommonProtos.NodeStatusProto.Builder addContainersStatuses(org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProto.Builder builderForValue)
repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;


addContainersStatuses

public YarnServerCommonProtos.NodeStatusProto.Builder addContainersStatuses(int index,
                                                                            org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProto.Builder builderForValue)
repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;


addAllContainersStatuses

public YarnServerCommonProtos.NodeStatusProto.Builder addAllContainersStatuses(Iterable<? extends org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProto> values)
repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;


clearContainersStatuses

public YarnServerCommonProtos.NodeStatusProto.Builder clearContainersStatuses()
repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;


removeContainersStatuses

public YarnServerCommonProtos.NodeStatusProto.Builder removeContainersStatuses(int index)
repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;


getContainersStatusesBuilder

public org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProto.Builder getContainersStatusesBuilder(int index)
repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;


getContainersStatusesOrBuilder

public org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProtoOrBuilder getContainersStatusesOrBuilder(int index)
repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;

Specified by:
getContainersStatusesOrBuilder in interface YarnServerCommonProtos.NodeStatusProtoOrBuilder

getContainersStatusesOrBuilderList

public List<? extends org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProtoOrBuilder> getContainersStatusesOrBuilderList()
repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;

Specified by:
getContainersStatusesOrBuilderList in interface YarnServerCommonProtos.NodeStatusProtoOrBuilder

addContainersStatusesBuilder

public org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProto.Builder addContainersStatusesBuilder()
repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;


addContainersStatusesBuilder

public org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProto.Builder addContainersStatusesBuilder(int index)
repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;


getContainersStatusesBuilderList

public List<org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProto.Builder> getContainersStatusesBuilderList()
repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;


hasNodeHealthStatus

public boolean hasNodeHealthStatus()
optional .hadoop.yarn.NodeHealthStatusProto nodeHealthStatus = 4;

Specified by:
hasNodeHealthStatus in interface YarnServerCommonProtos.NodeStatusProtoOrBuilder

getNodeHealthStatus

public YarnServerCommonProtos.NodeHealthStatusProto getNodeHealthStatus()
optional .hadoop.yarn.NodeHealthStatusProto nodeHealthStatus = 4;

Specified by:
getNodeHealthStatus in interface YarnServerCommonProtos.NodeStatusProtoOrBuilder

setNodeHealthStatus

public YarnServerCommonProtos.NodeStatusProto.Builder setNodeHealthStatus(YarnServerCommonProtos.NodeHealthStatusProto value)
optional .hadoop.yarn.NodeHealthStatusProto nodeHealthStatus = 4;


setNodeHealthStatus

public YarnServerCommonProtos.NodeStatusProto.Builder setNodeHealthStatus(YarnServerCommonProtos.NodeHealthStatusProto.Builder builderForValue)
optional .hadoop.yarn.NodeHealthStatusProto nodeHealthStatus = 4;


mergeNodeHealthStatus

public YarnServerCommonProtos.NodeStatusProto.Builder mergeNodeHealthStatus(YarnServerCommonProtos.NodeHealthStatusProto value)
optional .hadoop.yarn.NodeHealthStatusProto nodeHealthStatus = 4;


clearNodeHealthStatus

public YarnServerCommonProtos.NodeStatusProto.Builder clearNodeHealthStatus()
optional .hadoop.yarn.NodeHealthStatusProto nodeHealthStatus = 4;


getNodeHealthStatusBuilder

public YarnServerCommonProtos.NodeHealthStatusProto.Builder getNodeHealthStatusBuilder()
optional .hadoop.yarn.NodeHealthStatusProto nodeHealthStatus = 4;


getNodeHealthStatusOrBuilder

public YarnServerCommonProtos.NodeHealthStatusProtoOrBuilder getNodeHealthStatusOrBuilder()
optional .hadoop.yarn.NodeHealthStatusProto nodeHealthStatus = 4;

Specified by:
getNodeHealthStatusOrBuilder in interface YarnServerCommonProtos.NodeStatusProtoOrBuilder

getKeepAliveApplicationsList

public List<org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto> getKeepAliveApplicationsList()
repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;

Specified by:
getKeepAliveApplicationsList in interface YarnServerCommonProtos.NodeStatusProtoOrBuilder

getKeepAliveApplicationsCount

public int getKeepAliveApplicationsCount()
repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;

Specified by:
getKeepAliveApplicationsCount in interface YarnServerCommonProtos.NodeStatusProtoOrBuilder

getKeepAliveApplications

public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto getKeepAliveApplications(int index)
repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;

Specified by:
getKeepAliveApplications in interface YarnServerCommonProtos.NodeStatusProtoOrBuilder

setKeepAliveApplications

public YarnServerCommonProtos.NodeStatusProto.Builder setKeepAliveApplications(int index,
                                                                               org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto value)
repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;


setKeepAliveApplications

public YarnServerCommonProtos.NodeStatusProto.Builder setKeepAliveApplications(int index,
                                                                               org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder builderForValue)
repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;


addKeepAliveApplications

public YarnServerCommonProtos.NodeStatusProto.Builder addKeepAliveApplications(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto value)
repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;


addKeepAliveApplications

public YarnServerCommonProtos.NodeStatusProto.Builder addKeepAliveApplications(int index,
                                                                               org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto value)
repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;


addKeepAliveApplications

public YarnServerCommonProtos.NodeStatusProto.Builder addKeepAliveApplications(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder builderForValue)
repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;


addKeepAliveApplications

public YarnServerCommonProtos.NodeStatusProto.Builder addKeepAliveApplications(int index,
                                                                               org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder builderForValue)
repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;


addAllKeepAliveApplications

public YarnServerCommonProtos.NodeStatusProto.Builder addAllKeepAliveApplications(Iterable<? extends org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto> values)
repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;


clearKeepAliveApplications

public YarnServerCommonProtos.NodeStatusProto.Builder clearKeepAliveApplications()
repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;


removeKeepAliveApplications

public YarnServerCommonProtos.NodeStatusProto.Builder removeKeepAliveApplications(int index)
repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;


getKeepAliveApplicationsBuilder

public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder getKeepAliveApplicationsBuilder(int index)
repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;


getKeepAliveApplicationsOrBuilder

public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder getKeepAliveApplicationsOrBuilder(int index)
repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;

Specified by:
getKeepAliveApplicationsOrBuilder in interface YarnServerCommonProtos.NodeStatusProtoOrBuilder

getKeepAliveApplicationsOrBuilderList

public List<? extends org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder> getKeepAliveApplicationsOrBuilderList()
repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;

Specified by:
getKeepAliveApplicationsOrBuilderList in interface YarnServerCommonProtos.NodeStatusProtoOrBuilder

addKeepAliveApplicationsBuilder

public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder addKeepAliveApplicationsBuilder()
repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;


addKeepAliveApplicationsBuilder

public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder addKeepAliveApplicationsBuilder(int index)
repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;


getKeepAliveApplicationsBuilderList

public List<org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder> getKeepAliveApplicationsBuilderList()
repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.