- getAbout() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineAbout
-
- getAbsoluteCapacity() - Method in class org.apache.hadoop.yarn.api.records.QueueConfigurations
-
Get the absolute capacity.
- getAbsoluteMaxCapacity() - Method in class org.apache.hadoop.yarn.api.records.QueueConfigurations
-
Get the absolute maximum capacity.
- getAcceptanceTime() - Method in class org.apache.hadoop.yarn.api.records.ReservationAllocationState
-
Get the acceptance time of the reservation.
- getAccepted() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RunSharedCacheCleanerTaskResponse
-
Get whether or not the shared cache manager has accepted the request.
- getAccessibleNodeLabels() - Method in class org.apache.hadoop.yarn.api.records.QueueInfo
-
Get the accessible node labels
of the queue.
- getAggregatedContainersUtilization() - Method in class org.apache.hadoop.yarn.api.records.NodeReport
-
Get containers aggregated resource utilization in a node
- getAllEvents() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEvents
-
- getAllocatedContainers() - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
Get the list of newly allocated Container
by the
ResourceManager
.
- getAllocatedContainers() - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Get the number of allocated containers.
- getAllocatedMemoryMB() - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Get the allocated memory in MB
- getAllocatedResource() - Method in class org.apache.hadoop.yarn.api.records.ContainerReport
-
Get the allocated Resource
of the container.
- getAllocatedVCores() - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Get the allocated vcores
- getAllocationRequestId() - Method in class org.apache.hadoop.yarn.api.records.Container
-
Get the optional ID corresponding to the original ResourceRequest{@link #getAllocationRequestId()}
s which is satisfied by
this allocated Container
.
- getAllocationRequestId() - Method in class org.apache.hadoop.yarn.api.records.ResourceRequest
-
Get the optional ID corresponding to this allocation request.
- getAllServicesMetaData() - Method in class org.apache.hadoop.yarn.api.protocolrecords.StartContainersResponse
-
Get the meta-data from all auxiliary services running on the
NodeManager
.
- getAMCommand() - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
If the ResourceManager
needs the
ApplicationMaster
to take some action then it will send an
AMCommand to the ApplicationMaster
.
- getAMContainerId() - Method in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
-
Get the ContainerId
of AMContainer for this attempt
- getAMContainerResourceRequest() - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
- getAMContainerResourceRequests() - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Get the ResourceRequests of the AM container.
- getAMContainerSpec() - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Get the ContainerLaunchContext
to describe the
Container
with which the ApplicationMaster
is
launched.
- getAmNodeLabelExpression() - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
Get the default Node Label expression for all the application's containers
- getAMRMToken() - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
The AMRMToken that belong to this attempt
- getAMRMToken() - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
Get the AMRM token of the application.
- getAppId() - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReleaseSharedCacheResourceRequest
-
Get the ApplicationId
of the resource to be released.
- getAppId() - Method in class org.apache.hadoop.yarn.api.protocolrecords.UseSharedCacheResourceRequest
-
Get the ApplicationId
of the resource to be used.
- getApplicationACLs() - Method in class org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterResponse
-
Get the ApplicationACL
s for the application.
- getApplicationACLs() - Method in class org.apache.hadoop.yarn.api.records.ContainerLaunchContext
-
Get the ApplicationACL
s for the application.
- getApplicationAttemptId() - Method in class org.apache.hadoop.yarn.api.protocolrecords.FailApplicationAttemptRequest
-
Get the ApplicationAttemptId
of the attempt to be failed.
- getApplicationAttemptId() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptReportRequest
-
Get the ApplicationAttemptId
of an application attempt.
- getApplicationAttemptId() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetContainersRequest
-
Get the ApplicationAttemptId
of an application attempt.
- getApplicationAttemptId() - Method in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
-
Get the ApplicationAttemptId
of this attempt of the
application
- getApplicationAttemptId() - Method in class org.apache.hadoop.yarn.api.records.ContainerId
-
Get the ApplicationAttemptId
of the application to which the
Container
was assigned.
- getApplicationAttemptList() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptsResponse
-
Get a list of ApplicationReport
of an application.
- getApplicationAttemptReport(GetApplicationAttemptReportRequest) - Method in interface org.apache.hadoop.yarn.api.ApplicationBaseProtocol
-
The interface used by clients to get a report of an Application Attempt
from the ResourceManager
or
ApplicationHistoryServer
- getApplicationAttemptReport() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptReportResponse
-
Get the ApplicationAttemptReport
for the application attempt.
- GetApplicationAttemptReportRequest - Class in org.apache.hadoop.yarn.api.protocolrecords
-
- GetApplicationAttemptReportRequest() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptReportRequest
-
- GetApplicationAttemptReportResponse - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The response sent by the ResourceManager
to a client requesting
an application attempt report.
- GetApplicationAttemptReportResponse() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptReportResponse
-
- getApplicationAttempts(GetApplicationAttemptsRequest) - Method in interface org.apache.hadoop.yarn.api.ApplicationBaseProtocol
-
The interface used by clients to get a report of all Application attempts
in the cluster from the ResourceManager
or
ApplicationHistoryServer
- GetApplicationAttemptsRequest - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The request from clients to get a list of application attempt reports of an
application from the ResourceManager
.
- GetApplicationAttemptsRequest() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptsRequest
-
- GetApplicationAttemptsResponse - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The response sent by the
ResourceManager
to a client requesting
a list of
ApplicationAttemptReport
for application attempts.
- GetApplicationAttemptsResponse() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptsResponse
-
- getApplicationDataForService() - Method in class org.apache.hadoop.yarn.server.api.ApplicationInitializationContext
-
- getApplicationEvent(TimelineEntity, String) - Static method in class org.apache.hadoop.yarn.api.records.timelineservice.ApplicationEntity
-
- getApplicationId() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptsRequest
-
Get the ApplicationId
of an application
- getApplicationId() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationReportRequest
-
Get the ApplicationId
of the application.
- getApplicationId() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetNewApplicationResponse
-
Get the new ApplicationId
allocated by the
ResourceManager
.
- getApplicationId() - Method in class org.apache.hadoop.yarn.api.protocolrecords.KillApplicationRequest
-
Get the ApplicationId
of the application to be aborted.
- getApplicationId() - Method in class org.apache.hadoop.yarn.api.protocolrecords.MoveApplicationAcrossQueuesRequest
-
Get the ApplicationId
of the application to be moved.
- getApplicationId() - Method in class org.apache.hadoop.yarn.api.protocolrecords.UpdateApplicationPriorityRequest
-
Get the ApplicationId
of the application.
- getApplicationId() - Method in class org.apache.hadoop.yarn.api.protocolrecords.UpdateApplicationTimeoutsRequest
-
Get the ApplicationId
of the application.
- getApplicationId() - Method in class org.apache.hadoop.yarn.api.records.ApplicationAttemptId
-
Get the ApplicationId
of the ApplicationAttempId
.
- getApplicationId() - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
Get the ApplicationId
of the application.
- getApplicationId() - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Get the ApplicationId
of the submitted application.
- getApplicationId() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEntityGroupId
-
Get the ApplicationId
of the
TimelineEntityGroupId
.
- getApplicationId() - Method in class org.apache.hadoop.yarn.server.api.ApplicationInitializationContext
-
- getApplicationId() - Method in class org.apache.hadoop.yarn.server.api.ApplicationTerminationContext
-
- getApplicationList() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsResponse
-
Get ApplicationReport
for applications.
- getApplicationName() - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Get the application name.
- getApplicationPriority() - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
Priority of the application
- getApplicationPriority() - Method in class org.apache.hadoop.yarn.api.protocolrecords.UpdateApplicationPriorityRequest
-
Get the Priority
of the application to be set.
- getApplicationPriority() - Method in class org.apache.hadoop.yarn.api.protocolrecords.UpdateApplicationPriorityResponse
-
Get the Priority
of the application to be set.
- getApplicationReport(GetApplicationReportRequest) - Method in interface org.apache.hadoop.yarn.api.ApplicationBaseProtocol
-
The interface used by clients to get a report of an Application from the
ResourceManager
or ApplicationHistoryServer
.
- getApplicationReport() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationReportResponse
-
Get the ApplicationReport
for the application.
- GetApplicationReportRequest - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The request sent by a client to the
ResourceManager
to
get an
ApplicationReport
for an application.
- GetApplicationReportRequest() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationReportRequest
-
- GetApplicationReportResponse - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The response sent by the ResourceManager
to a client
requesting an application report.
- GetApplicationReportResponse() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationReportResponse
-
- getApplicationResourceUsageReport() - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
Retrieve the structure containing the job resources for this application
- getApplications(GetApplicationsRequest) - Method in interface org.apache.hadoop.yarn.api.ApplicationBaseProtocol
-
The interface used by clients to get a report of Applications matching the
filters defined by
GetApplicationsRequest
in the cluster from the
ResourceManager
or
ApplicationHistoryServer
.
- getApplications() - Method in class org.apache.hadoop.yarn.api.records.QueueInfo
-
Get the running applications of the queue.
- GetApplicationsRequest - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The request from clients to get a report of Applications
in the cluster from the ResourceManager
.
- GetApplicationsRequest() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
-
- GetApplicationsResponse - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The response sent by the
ResourceManager
to a client
requesting an
ApplicationReport
for applications.
- GetApplicationsResponse() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsResponse
-
- getApplicationStates() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
-
Get the application states to filter applications on
- getApplicationSubmissionContext() - Method in class org.apache.hadoop.yarn.api.protocolrecords.SubmitApplicationRequest
-
Get the ApplicationSubmissionContext
for the application.
- getApplicationTags() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
-
Get the tags to filter applications on
- getApplicationTags() - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
Get all tags corresponding to the application
- getApplicationTags() - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Get tags for the application
- getApplicationTimeouts() - Method in class org.apache.hadoop.yarn.api.protocolrecords.UpdateApplicationTimeoutsRequest
-
Get ApplicationTimeouts
of the application.
- getApplicationTimeouts() - Method in class org.apache.hadoop.yarn.api.protocolrecords.UpdateApplicationTimeoutsResponse
-
Get ApplicationTimeouts
of the application.
- getApplicationTimeouts() - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
- getApplicationTimeouts() - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Get ApplicationTimeouts
of the application.
- getApplicationType() - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
Get the application's Type
- getApplicationType() - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Get the application type
- getApplicationTypes() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
-
Get the application types to filter applications on
- getAppNodeLabelExpression() - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
Get the default Node Label expression for all the application's containers
- getArrival() - Method in class org.apache.hadoop.yarn.api.records.ReservationDefinition
-
Get the arrival time or the earliest time from which the resource(s) can be
allocated.
- getAskList() - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateRequest
-
Get the list of ResourceRequest
to update the
ResourceManager
about the application's resource requirements.
- getAssignedNode() - Method in class org.apache.hadoop.yarn.api.records.ContainerReport
-
Get the allocated NodeId
where container is running.
- getAttemptFailuresValidityInterval() - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Get the attemptFailuresValidityInterval in milliseconds for the application
- getAttemptId() - Method in class org.apache.hadoop.yarn.api.records.ApplicationAttemptId
-
Get the attempt id
of the Application
.
- getAutoCommit() - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReInitializeContainerRequest
-
Check if AutoCommit is set for this ReInitialization.
- getAuxiliaryLocalPathHandler() - Method in class org.apache.hadoop.yarn.server.api.AuxiliaryService
-
Method that gets the local dirs path handler for this Auxiliary Service.
- getAvailableMemoryMB() - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Get the available memory in MB
- getAvailableResources() - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
Get the available headroom for resources in the cluster for the
application.
- getAvailableVCores() - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Get the available vcores
- getBlacklistAdditions() - Method in class org.apache.hadoop.yarn.api.records.ResourceBlacklistRequest
-
Get the list of resource-names which should be added to the
application blacklist.
- getBlacklistRemovals() - Method in class org.apache.hadoop.yarn.api.records.ResourceBlacklistRequest
-
Get the list of resource-names which should be removed from the
application blacklist.
- getCancelTokensWhenComplete() - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
- getCapability() - Method in class org.apache.hadoop.yarn.api.records.ContainerResourceDecrease
-
Deprecated.
- getCapability() - Method in class org.apache.hadoop.yarn.api.records.ContainerResourceIncrease
-
Deprecated.
- getCapability() - Method in class org.apache.hadoop.yarn.api.records.ContainerResourceIncreaseRequest
-
Deprecated.
- getCapability() - Method in class org.apache.hadoop.yarn.api.records.ContainerStatus
-
Get the Resource
allocated to the container.
- getCapability() - Method in class org.apache.hadoop.yarn.api.records.NodeReport
-
Get the total Resource
on the node.
- getCapability() - Method in class org.apache.hadoop.yarn.api.records.ReservationRequest
-
Get the
Resource
capability of the request.
- getCapability() - Method in class org.apache.hadoop.yarn.api.records.ResourceAllocationRequest
-
Get the allocated resource.
- getCapability() - Method in class org.apache.hadoop.yarn.api.records.ResourceRequest
-
Get the Resource
capability of the request.
- getCapability() - Method in class org.apache.hadoop.yarn.api.records.UpdateContainerRequest
-
Get the Resource
capability of the request.
- getCapacity() - Method in class org.apache.hadoop.yarn.api.records.QueueConfigurations
-
Get the queue capacity.
- getCapacity() - Method in class org.apache.hadoop.yarn.api.records.QueueInfo
-
Get the configured capacity of the queue.
- getCause() - Method in class org.apache.hadoop.yarn.api.records.SerializedException
-
Get the cause of this exception or null if the cause is nonexistent or
unknown.
- getChildQueues() - Method in class org.apache.hadoop.yarn.api.records.QueueInfo
-
Get the child queues of the queue.
- getChildren() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.HierarchicalTimelineEntity
-
- getClientToAMToken() - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
Get the client token for communicating with the
ApplicationMaster
.
- getClientToAMTokenMasterKey() - Method in class org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterResponse
-
Get ClientToAMToken master key.
- getCluster() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.FlowActivityEntity
-
- getClusterId(Configuration) - Static method in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- getClusterMetrics(GetClusterMetricsRequest) - Method in interface org.apache.hadoop.yarn.api.ApplicationClientProtocol
-
The interface used by clients to get metrics about the cluster from
the ResourceManager
.
- getClusterMetrics() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterMetricsResponse
-
Get the YarnClusterMetrics
for the cluster.
- GetClusterMetricsRequest - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The request sent by clients to get cluster metrics from the
ResourceManager
.
- GetClusterMetricsRequest() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetClusterMetricsRequest
-
- GetClusterMetricsResponse - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The response sent by the ResourceManager
to a client
requesting cluster metrics.
- GetClusterMetricsResponse() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetClusterMetricsResponse
-
- getClusterNodeLabels(GetClusterNodeLabelsRequest) - Method in interface org.apache.hadoop.yarn.api.ApplicationClientProtocol
-
The interface used by client to get node labels in the cluster
- GetClusterNodeLabelsRequest - Class in org.apache.hadoop.yarn.api.protocolrecords
-
- GetClusterNodeLabelsRequest() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeLabelsRequest
-
- GetClusterNodeLabelsResponse - Class in org.apache.hadoop.yarn.api.protocolrecords
-
- GetClusterNodeLabelsResponse() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeLabelsResponse
-
- getClusterNodes(GetClusterNodesRequest) - Method in interface org.apache.hadoop.yarn.api.ApplicationClientProtocol
-
The interface used by clients to get a report of all nodes
in the cluster from the ResourceManager
.
- GetClusterNodesRequest - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The request from clients to get a report of all nodes
in the cluster from the ResourceManager
.
- GetClusterNodesRequest() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodesRequest
-
- GetClusterNodesResponse - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The response sent by the
ResourceManager
to a client
requesting a
NodeReport
for all nodes.
- GetClusterNodesResponse() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodesResponse
-
- getClusterTimestamp() - Method in class org.apache.hadoop.yarn.api.records.ApplicationId
-
Get the start time of the ResourceManager
which is
used to generate globally unique ApplicationId
.
- getClusterTimestamp() - Method in class org.apache.hadoop.yarn.api.records.ReservationId
-
Get the
start time of the
ResourceManager
which is used to
generate globally unique
ReservationId
.
- getClusterUsagePercentage() - Method in class org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport
-
Get the percentage of resources of the cluster that the app is using.
- getCollectorAddr() - Method in class org.apache.hadoop.yarn.api.records.CollectorInfo
-
- getCollectorInfo() - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
The data associated with the collector that belongs to this app.
- getCollectorToken() - Method in class org.apache.hadoop.yarn.api.records.CollectorInfo
-
Get delegation token for app collector which AM will use to publish
entities.
- getCommand() - Method in class org.apache.hadoop.yarn.api.protocolrecords.SignalContainerRequest
-
Get the SignalContainerCommand
of the signal request.
- getCommands() - Method in class org.apache.hadoop.yarn.api.records.ContainerLaunchContext
-
Get the list of commands for launching the container.
- getCompletedContainersStatuses() - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
Get the list of completed containers' statuses.
- getConcurrency() - Method in class org.apache.hadoop.yarn.api.records.ReservationRequest
-
Get the number of containers that need to be scheduled concurrently.
- getConfigs() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
-
- getConfigsJAXB() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
-
- getConfigurationInputStream(Configuration, String) - Method in class org.apache.hadoop.yarn.conf.ConfigurationProvider
-
Opens an InputStream at the indicated file
- getConfigurationProvider(Configuration) - Static method in class org.apache.hadoop.yarn.conf.ConfigurationProviderFactory
-
- getConfValueForRMInstance(String, Configuration) - Static method in class org.apache.hadoop.yarn.conf.HAUtil
-
- getConfValueForRMInstance(String, String, Configuration) - Static method in class org.apache.hadoop.yarn.conf.HAUtil
-
- getContainer() - Method in class org.apache.hadoop.yarn.api.records.UpdatedContainer
-
Get the Container
.
- getContainerExitStatus() - Method in class org.apache.hadoop.yarn.api.records.ContainerReport
-
Get the final exit status
of the container.
- getContainerId() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetContainerReportRequest
-
Get the ContainerId
of the Container.
- getContainerId() - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReInitializeContainerRequest
-
Get the ContainerId
of the container to re-initialize.
- getContainerId() - Method in class org.apache.hadoop.yarn.api.protocolrecords.ResourceLocalizationRequest
-
Get the ContainerId
of the container to localize resources.
- getContainerId() - Method in class org.apache.hadoop.yarn.api.protocolrecords.SignalContainerRequest
-
Get the ContainerId
of the container to signal.
- getContainerId() - Method in class org.apache.hadoop.yarn.api.records.ContainerId
-
Get the identifier of the ContainerId
.
- getContainerId() - Method in class org.apache.hadoop.yarn.api.records.ContainerReport
-
Get the ContainerId
of the container.
- getContainerId() - Method in class org.apache.hadoop.yarn.api.records.ContainerResourceDecrease
-
Deprecated.
- getContainerId() - Method in class org.apache.hadoop.yarn.api.records.ContainerResourceIncrease
-
Deprecated.
- getContainerId() - Method in class org.apache.hadoop.yarn.api.records.ContainerResourceIncreaseRequest
-
Deprecated.
- getContainerId() - Method in class org.apache.hadoop.yarn.api.records.ContainerStatus
-
Get the ContainerId
of the container.
- getContainerId() - Method in class org.apache.hadoop.yarn.api.records.UpdateContainerRequest
-
Get the ContainerId
of the container.
- getContainerId() - Method in class org.apache.hadoop.yarn.server.api.ContainerContext
-
Get
ContainerId
of the container being initialized or stopped.
- getContainerId() - Method in class org.apache.hadoop.yarn.server.api.ContainerLogContext
-
- getContainerIds() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetContainerStatusesRequest
-
Get the list of ContainerId
s of containers for which to obtain
the ContainerStatus
.
- getContainerIds() - Method in class org.apache.hadoop.yarn.api.protocolrecords.StopContainersRequest
-
Get the ContainerId
s of the containers to be stopped.
- getContainerLaunchContext() - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReInitializeContainerRequest
-
Get the ContainerLaunchContext
to re-initialize the container
with.
- getContainerLaunchContext() - Method in class org.apache.hadoop.yarn.api.protocolrecords.StartContainerRequest
-
Get the ContainerLaunchContext
for the container to be started
by the NodeManager
.
- getContainerList() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetContainersResponse
-
Get a list of ContainerReport
for all the containers of an
application attempt.
- getContainerReport(GetContainerReportRequest) - Method in interface org.apache.hadoop.yarn.api.ApplicationBaseProtocol
-
The interface used by clients to get a report of an Container from the
ResourceManager
or ApplicationHistoryServer
- getContainerReport() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetContainerReportResponse
-
Get the ContainerReport
for the container.
- GetContainerReportRequest - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The request sent by a client to the
ResourceManager
to get an
ContainerReport
for a container.
- GetContainerReportRequest() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetContainerReportRequest
-
- GetContainerReportResponse - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The response sent by the ResourceManager
to a client requesting
a container report.
- GetContainerReportResponse() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetContainerReportResponse
-
- getContainerRetryContext() - Method in class org.apache.hadoop.yarn.api.records.ContainerLaunchContext
-
Get the ContainerRetryContext
to relaunch container.
- getContainers(GetContainersRequest) - Method in interface org.apache.hadoop.yarn.api.ApplicationBaseProtocol
-
The interface used by clients to get a report of Containers for an
application attempt from the ResourceManager
or
ApplicationHistoryServer
- getContainers() - Method in class org.apache.hadoop.yarn.api.records.PreemptionContract
-
Assign the set of
PreemptionContainer
specifying which containers
owned by the
ApplicationMaster
that may be reclaimed by the
ResourceManager
.
- getContainers() - Method in class org.apache.hadoop.yarn.api.records.StrictPreemptionContract
-
Get the set of
PreemptionContainer
specifying containers owned by
the
ApplicationMaster
that may be reclaimed by the
ResourceManager
.
- getContainersFromPreviousAttempts() - Method in class org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterResponse
-
Get the list of running containers as viewed by
ResourceManager
from previous application attempts.
- GetContainersRequest - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The request from clients to get a list of container reports, which belong to
an application attempt from the ResourceManager
.
- GetContainersRequest() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetContainersRequest
-
- GetContainersResponse - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The response sent by the
ResourceManager
to a client requesting
a list of
ContainerReport
for containers.
- GetContainersResponse() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetContainersResponse
-
- getContainerState() - Method in class org.apache.hadoop.yarn.api.records.ContainerReport
-
Get the final ContainerState
of the container.
- getContainerStatuses(GetContainerStatusesRequest) - Method in interface org.apache.hadoop.yarn.api.ContainerManagementProtocol
-
The API used by the ApplicationMaster
to request for current
statuses of Container
s from the NodeManager
.
- getContainerStatuses() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetContainerStatusesResponse
-
Get the ContainerStatus
es of the requested containers.
- GetContainerStatusesRequest - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The request sent by the
ApplicationMaster
to the
NodeManager
to get
ContainerStatus
of requested
containers.
- GetContainerStatusesRequest() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetContainerStatusesRequest
-
- GetContainerStatusesResponse - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The response sent by the NodeManager
to the
ApplicationMaster
when asked to obtain the
ContainerStatus
of requested containers.
- GetContainerStatusesResponse() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetContainerStatusesResponse
-
- getContainersToIncrease() - Method in class org.apache.hadoop.yarn.api.protocolrecords.IncreaseContainersResourceRequest
-
Get a list of container tokens to be used for authorization during
container resource increase.
- getContainersToUpdate() - Method in class org.apache.hadoop.yarn.api.protocolrecords.ContainerUpdateRequest
-
Get a list of container tokens to be used for authorization during
container resource update.
- getContainerSubState() - Method in class org.apache.hadoop.yarn.api.records.ContainerStatus
-
Get Extra state information of the container (SCHEDULED, LOCALIZING etc.).
- getContainerToken() - Method in class org.apache.hadoop.yarn.api.protocolrecords.StartContainerRequest
-
Get the container token to be used for authorization during starting
container.
- getContainerToken() - Method in class org.apache.hadoop.yarn.api.records.Container
-
Get the ContainerToken
for the container.
- getContainerToken() - Method in class org.apache.hadoop.yarn.api.records.ContainerResourceIncrease
-
Deprecated.
- getContainerType() - Method in class org.apache.hadoop.yarn.server.api.ContainerContext
-
Get
ContainerType
the type of the container
being initialized or stopped.
- getContainerType() - Method in class org.apache.hadoop.yarn.server.api.ContainerLogContext
-
- getContainerUpdateType() - Method in class org.apache.hadoop.yarn.api.records.UpdateContainerRequest
-
Get the ContainerUpdateType
of the container.
- getContainerVersion() - Method in class org.apache.hadoop.yarn.api.records.UpdateContainerRequest
-
Get the ContainerId
of the container.
- getContent() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineDelegationTokenResponse
-
- getContract() - Method in class org.apache.hadoop.yarn.api.records.PreemptionMessage
-
- getCPU() - Method in class org.apache.hadoop.yarn.api.records.ResourceUtilization
-
Get CPU utilization.
- getCreatedTime() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineDomain
-
Get the created time of the domain
- getCreatedTime() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
-
- getCreationTime() - Method in class org.apache.hadoop.yarn.api.records.ContainerReport
-
Get the creation time of the container.
- getCurrentApplicationAttemptId() - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
Get the ApplicationAttemptId
of the current
attempt of the application
- getCurrentCapacity() - Method in class org.apache.hadoop.yarn.api.records.QueueInfo
-
Get the current capacity of the queue.
- getCurrentContainerVersion() - Method in class org.apache.hadoop.yarn.api.records.UpdateContainerError
-
Get current container version.
- getDate() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.FlowActivityEntity
-
- getDeadline() - Method in class org.apache.hadoop.yarn.api.records.ReservationDefinition
-
Get the deadline or the latest time by when the resource(s) must be
allocated.
- getDecommissioningNodes() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.CheckForDecommissioningNodesResponse
-
- getDecommissionTimeout() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RefreshNodesRequest
-
Get the DecommissionTimeout.
- getDecommissionType() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RefreshNodesRequest
-
Get the DecommissionType
- getDecreasedContainers() - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
Deprecated.
- getDefaultNodeLabelExpression() - Method in class org.apache.hadoop.yarn.api.records.QueueInfo
-
Get the default node label expression
of the queue, this takes
affect only when the ApplicationSubmissionContext
and
ResourceRequest
don't specify their
NodeLabelExpression
.
- getDelegationToken(GetDelegationTokenRequest) - Method in interface org.apache.hadoop.yarn.api.ApplicationBaseProtocol
-
The interface used by clients to get delegation token, enabling the
containers to be able to talk to the service using those tokens.
- getDelegationToken() - Method in class org.apache.hadoop.yarn.api.protocolrecords.CancelDelegationTokenRequest
-
Get the delegation token requested to be cancelled.
- getDelegationToken() - Method in class org.apache.hadoop.yarn.api.protocolrecords.RenewDelegationTokenRequest
-
Get the delegation token requested to be renewed by the client.
- GetDelegationTokenRequest - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The request issued by the client to get a delegation token from
the ResourceManager
.
- GetDelegationTokenRequest() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetDelegationTokenRequest
-
- GetDelegationTokenResponse - Class in org.apache.hadoop.yarn.api.protocolrecords
-
- GetDelegationTokenResponse() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetDelegationTokenResponse
-
- getDescription() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineDomain
-
Get the domain description
- getDiagnostics() - Method in class org.apache.hadoop.yarn.api.protocolrecords.FinishApplicationMasterRequest
-
Get diagnostic information on application failure.
- getDiagnostics() - Method in class org.apache.hadoop.yarn.api.protocolrecords.KillApplicationRequest
-
Get the diagnostics to which the application is being killed.
- getDiagnostics() - Method in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
-
Get the diagnositic information of the application attempt in case
of errors.
- getDiagnostics() - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
Get the diagnositic information of the application in case of
errors.
- getDiagnostics() - Method in class org.apache.hadoop.yarn.api.records.ContainerStatus
-
Get diagnostic messages for failed containers.
- getDiagnosticsInfo() - Method in class org.apache.hadoop.yarn.api.records.ContainerReport
-
Get the DiagnosticsInfo of the container.
- getDomainId() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEntity
-
Get the ID of the domain that the entity is to be put
- getDomains() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineDomains
-
Get a list of domains
- getDuration() - Method in class org.apache.hadoop.yarn.api.records.ReservationRequest
-
Get the duration in milliseconds for which the resource is required.
- getEndTime() - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationListRequest
-
Get the end time to use to search for reservations.
- getEndTime() - Method in class org.apache.hadoop.yarn.api.records.ResourceAllocationRequest
-
Get the end time that the resource is allocated.
- getEnforceExecutionType() - Method in class org.apache.hadoop.yarn.api.records.ExecutionTypeRequest
-
Get whether Scheduling Authority should return Containers of exactly the
Execution Type requested for this ResourceRequest
.
- getEntities() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEntities
-
Get a list of entities
- getEntities() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntities
-
- getEntityId() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEntity
-
Get the entity Id
- getEntityId() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEvents.EventsOfOneEntity
-
Get the entity Id
- getEntityId() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelinePutResponse.TimelinePutError
-
Get the entity Id
- getEntityId() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineWriteResponse.TimelineWriteError
-
Get the entity Id.
- getEntityType() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEntity
-
Get the entity type
- getEntityType() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEvents.EventsOfOneEntity
-
Get the entity type
- getEntityType() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelinePutResponse.TimelinePutError
-
Get the entity type
- getEntityType() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineWriteResponse.TimelineWriteError
-
Get the entity type.
- getEnvironment() - Method in class org.apache.hadoop.yarn.api.records.ContainerLaunchContext
-
Get environment variables for the container.
- getErrorCode() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelinePutResponse.TimelinePutError
-
Get the error code
- getErrorCode() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineWriteResponse.TimelineWriteError
-
Get the error code.
- getErrorCodes() - Method in class org.apache.hadoop.yarn.api.records.ContainerRetryContext
-
- getErrors() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelinePutResponse
-
- getErrors() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineWriteResponse
-
- getEventInfo() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEvent
-
Set the information of the event
- getEventInfoJAXB() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEvent
-
- getEvents() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEntity
-
Get a list of events related to the entity
- getEvents() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEvents.EventsOfOneEntity
-
Get a list of events
- getEvents() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
-
- getEventType() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEvent
-
Get the event type
- getExcludePattern() - Method in class org.apache.hadoop.yarn.api.records.LogAggregationContext
-
Get exclude pattern.
- getExecutionType() - Method in class org.apache.hadoop.yarn.api.records.Container
-
Get the ExecutionType
for the container.
- getExecutionType() - Method in class org.apache.hadoop.yarn.api.records.ContainerReport
-
Get the execution type of the container.
- getExecutionType() - Method in class org.apache.hadoop.yarn.api.records.ContainerStatus
-
Get the ExecutionType
of the container.
- getExecutionType() - Method in class org.apache.hadoop.yarn.api.records.ExecutionTypeRequest
-
Get ExecutionType
.
- getExecutionType() - Method in class org.apache.hadoop.yarn.api.records.UpdateContainerRequest
-
Get the target ExecutionType
of the container.
- getExecutionType() - Method in class org.apache.hadoop.yarn.server.api.ContainerContext
-
Get
ExecutionType
the execution type of the container
being initialized or stopped.
- getExecutionTypeRequest() - Method in class org.apache.hadoop.yarn.api.records.ResourceRequest
-
Get whether locality relaxation is enabled with this
ResourceRequest
.
- getExitCode() - Method in class org.apache.hadoop.yarn.server.api.ContainerLogContext
-
Get the exit code of the container.
- getExitStatus() - Method in class org.apache.hadoop.yarn.api.records.ContainerStatus
-
Get the exit status for the container.
- getExpiryTime() - Method in class org.apache.hadoop.yarn.api.records.ApplicationTimeout
-
Get expiryTime
for given timeout type.
- getFailedRequests() - Method in class org.apache.hadoop.yarn.api.protocolrecords.ContainerUpdateResponse
-
Get the containerId-to-exception map in which the exception indicates
error from each container for failed requests.
- getFailedRequests() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetContainerStatusesResponse
-
Get the containerId-to-exception map in which the exception indicates error
from per container for failed requests
- getFailedRequests() - Method in class org.apache.hadoop.yarn.api.protocolrecords.IncreaseContainersResourceResponse
-
Get the containerId-to-exception map in which the exception indicates
error from each container for failed requests.
- getFailedRequests() - Method in class org.apache.hadoop.yarn.api.protocolrecords.StartContainersResponse
-
Get the containerId-to-exception map in which the exception indicates error
from per container for failed requests
- getFailedRequests() - Method in class org.apache.hadoop.yarn.api.protocolrecords.StopContainersResponse
-
Get the containerId-to-exception map in which the exception indicates error
from per container for failed requests
- getFailOnUnknownNodes() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.ReplaceLabelsOnNodeRequest
-
- getFile() - Method in class org.apache.hadoop.yarn.api.records.URL
-
Get the file of the URL.
- getFinalApplicationStatus() - Method in class org.apache.hadoop.yarn.api.protocolrecords.FinishApplicationMasterRequest
-
Get final state of the ApplicationMaster
.
- getFinalApplicationStatus() - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
Get the final finish status of the application.
- getFinishRange() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
-
Get the range of finish times to filter applications on
- getFinishTime() - Method in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
-
Get the finish time of the application.
- getFinishTime() - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
Get the finish time of the application.
- getFinishTime() - Method in class org.apache.hadoop.yarn.api.records.ContainerReport
-
Get the Finish time of the container.
- getFlowName() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.FlowActivityEntity
-
- getFlowRuns() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.FlowActivityEntity
-
- getHadoopBuildVersion() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineAbout
-
- getHadoopVersion() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineAbout
-
- getHadoopVersionBuiltOn() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineAbout
-
- getHealthReport() - Method in class org.apache.hadoop.yarn.api.records.NodeReport
-
Get the diagnostic health report of the node.
- getHost() - Method in class org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterRequest
-
Get the host on which the ApplicationMaster
is
running.
- getHost() - Method in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
-
Get the host on which this attempt of
ApplicationMaster
is running.
- getHost() - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
Get the host on which the ApplicationMaster
is running.
- getHost() - Method in class org.apache.hadoop.yarn.api.records.ContainerStatus
-
Get the hostname where the container runs.
- getHost() - Method in class org.apache.hadoop.yarn.api.records.NodeId
-
Get the hostname of the node.
- getHost() - Method in class org.apache.hadoop.yarn.api.records.URL
-
Get the host of the URL.
- getHttpAddress() - Method in class org.apache.hadoop.yarn.api.records.NodeReport
-
Get the http address of the node.
- getId() - Method in class org.apache.hadoop.yarn.api.records.ApplicationId
-
Get the short integer identifier of the ApplicationId
which is unique for all applications started by a particular instance
of the ResourceManager
.
- getId() - Method in class org.apache.hadoop.yarn.api.records.Container
-
Get the globally unique identifier for the container.
- getId() - Method in class org.apache.hadoop.yarn.api.records.ContainerId
-
Deprecated.
- getId() - Method in class org.apache.hadoop.yarn.api.records.PreemptionContainer
-
- getId() - Method in class org.apache.hadoop.yarn.api.records.ReservationId
-
Get the long identifier of the
ReservationId
which is unique for
all Reservations started by a particular instance of the
ResourceManager
.
- getId() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineDomain
-
Get the domain ID
- getId() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.FlowActivityEntity
-
- getId() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.FlowRunEntity
-
- getId() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
-
- getId() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity.Identifier
-
- getId() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEvent
-
- getId() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetric
-
- getIdentifier() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
-
- getIdentifier() - Method in class org.apache.hadoop.yarn.api.records.Token
-
Get the token identifier.
- getIdPrefix() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
-
- getIncludeApplications() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetQueueInfoRequest
-
Is information about active applications required?
- getIncludeChildQueues() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetQueueInfoRequest
-
Is information about child queues required?
- getIncludePattern() - Method in class org.apache.hadoop.yarn.api.records.LogAggregationContext
-
Get include pattern.
- getIncludeResourceAllocations() - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationListRequest
-
Get the boolean representing whether or not the user
is requesting the full resource allocation.
- getIncreasedContainers() - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
Deprecated.
- getIncreaseRequests() - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateRequest
-
Deprecated.
- getInfo() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
-
- getInfo() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEvent
-
- getInfoJAXB() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
-
- getInfoJAXB() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEvent
-
- getInterpreter() - Method in class org.apache.hadoop.yarn.api.records.ReservationRequests
-
Get the
ReservationRequestInterpreter
, representing how the list of
resources should be allocated, this captures temporal ordering and other
constraints.
- getIntraQueuePreemptionDisabled() - Method in class org.apache.hadoop.yarn.api.records.QueueInfo
-
Get the intra-queue preemption status of the queue.
- getIPs() - Method in class org.apache.hadoop.yarn.api.records.ContainerStatus
-
Get all the IP addresses with which the container run.
- getIsKillCompleted() - Method in class org.apache.hadoop.yarn.api.protocolrecords.KillApplicationResponse
-
Get the flag which indicates that the process of killing application is completed or not.
- getIsRelatedToEntities() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
-
- getIsRelatedToEntitiesJAXB() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
-
- getIsUnregistered() - Method in class org.apache.hadoop.yarn.api.protocolrecords.FinishApplicationMasterResponse
-
Get the flag which indicates that the application has successfully
unregistered with the RM and the application can safely stop.
- getKeepContainersAcrossApplicationAttempts() - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Get the flag which indicates whether to keep containers across application
attempts or not.
- getKind() - Method in class org.apache.hadoop.yarn.api.records.Token
-
Get the token kind.
- getLabelsToNodes(GetLabelsToNodesRequest) - Method in interface org.apache.hadoop.yarn.api.ApplicationClientProtocol
-
The interface used by client to get labels to nodes mappings
in existing cluster
- getLabelsToNodes() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetLabelsToNodesResponse
-
- GetLabelsToNodesRequest - Class in org.apache.hadoop.yarn.api.protocolrecords
-
- GetLabelsToNodesRequest() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetLabelsToNodesRequest
-
- GetLabelsToNodesResponse - Class in org.apache.hadoop.yarn.api.protocolrecords
-
- GetLabelsToNodesResponse() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetLabelsToNodesResponse
-
- getLastHealthReportTime() - Method in class org.apache.hadoop.yarn.api.records.NodeReport
-
Get the last timestamp at which the health report was received.
- getLatestSingleValueMetric(TimelineMetric) - Static method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetric
-
Get the latest timeline metric as single value type.
- getLimit() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
-
Get the limit on the number applications to return
- getLocalPathForRead(String) - Method in interface org.apache.hadoop.yarn.server.api.AuxiliaryLocalPathHandler
-
Get a path from the local FS for reading for a given Auxiliary Service.
- getLocalPathForWrite(String) - Method in interface org.apache.hadoop.yarn.server.api.AuxiliaryLocalPathHandler
-
Get a path from the local FS for writing for a given Auxiliary Service.
- getLocalPathForWrite(String, long) - Method in interface org.apache.hadoop.yarn.server.api.AuxiliaryLocalPathHandler
-
Get a path from the local FS for writing a file of an estimated size
for a given Auxiliary Service.
- getLocalResources() - Method in class org.apache.hadoop.yarn.api.protocolrecords.ResourceLocalizationRequest
-
Get LocalResource
required by the container.
- getLocalResources() - Method in class org.apache.hadoop.yarn.api.records.ContainerLaunchContext
-
Get LocalResource
required by the container.
- getLogAggregationContext() - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Get LogAggregationContext
of the application
- getLogAggregationPolicyClassName() - Method in class org.apache.hadoop.yarn.api.records.LogAggregationContext
-
Get the log aggregation policy class.
- getLogAggregationPolicyParameters() - Method in class org.apache.hadoop.yarn.api.records.LogAggregationContext
-
Get the log aggregation policy parameters.
- getLogAggregationStatus() - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
Get log aggregation status for the application
- getLogUrl() - Method in class org.apache.hadoop.yarn.api.records.ContainerReport
-
Get the LogURL of the container.
- getMaxAMPercentage() - Method in class org.apache.hadoop.yarn.api.records.QueueConfigurations
-
Get the maximum AM resource percentage.
- getMaxAppAttempts() - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
- getMaxCapacity() - Method in class org.apache.hadoop.yarn.api.records.QueueConfigurations
-
Get the maximum capacity.
- getMaxEndTime() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.FlowRunEntity
-
- getMaximumCapacity() - Method in class org.apache.hadoop.yarn.api.records.QueueInfo
-
Get the maximum capacity of the queue.
- getMaximumResourceCapability() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetNewApplicationResponse
-
Get the maximum capability for any
Resource
allocated by the
ResourceManager
in the cluster.
- getMaximumResourceCapability() - Method in class org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterResponse
-
Get the maximum capability for any
Resource
allocated by the
ResourceManager
in the cluster.
- getMaxRetries() - Method in class org.apache.hadoop.yarn.api.records.ContainerRetryContext
-
- getMemory() - Method in class org.apache.hadoop.yarn.api.records.Resource
-
Deprecated.
- getMemorySeconds() - Method in class org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport
-
Get the aggregated amount of memory (in megabytes) the application has
allocated times the number of seconds the application has been running.
- getMemorySize() - Method in class org.apache.hadoop.yarn.api.records.Resource
-
Get memory of the resource.
- getMessage() - Method in class org.apache.hadoop.yarn.api.records.SerializedException
-
Get the detail message string of this exception.
- getMetaData() - Method in class org.apache.hadoop.yarn.server.api.AuxiliaryService
-
- getMetrics() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
-
- getModifiedTime() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineDomain
-
Get the modified time of the domain
- getName() - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
Get the user-defined name of the application.
- getName() - Method in class org.apache.hadoop.yarn.api.records.NodeLabel
-
- getName() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.FlowRunEntity
-
- getNeededResources() - Method in class org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport
-
Get the needed Resource
.
- getNewApplication(GetNewApplicationRequest) - Method in interface org.apache.hadoop.yarn.api.ApplicationClientProtocol
-
The interface used by clients to obtain a new
ApplicationId
for
submitting new applications.
- GetNewApplicationRequest - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The request sent by clients to get a new
ApplicationId
for
submitting an application.
- GetNewApplicationRequest() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetNewApplicationRequest
-
- GetNewApplicationResponse - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The response sent by the
ResourceManager
to the client for
a request to get a new
ApplicationId
for submitting applications.
- GetNewApplicationResponse() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetNewApplicationResponse
-
- getNewReservation(GetNewReservationRequest) - Method in interface org.apache.hadoop.yarn.api.ApplicationClientProtocol
-
The interface used by clients to obtain a new
ReservationId
for
submitting new reservations.
- GetNewReservationRequest - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The request sent by clients to get a new ReservationId
for
submitting an reservation.
- GetNewReservationRequest() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetNewReservationRequest
-
- GetNewReservationResponse - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The response sent by the
ResourceManager
to the client for
a request to get a new
ReservationId
for submitting reservations.
- GetNewReservationResponse() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetNewReservationResponse
-
- getNextExpirationTime() - Method in class org.apache.hadoop.yarn.api.protocolrecords.RenewDelegationTokenResponse
-
- getNMTokens() - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
Get the list of NMTokens required for communicating with NM.
- getNMTokensFromPreviousAttempts() - Method in class org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterResponse
-
Get the list of NMTokens for communicating with the NMs where the
containers of previous application attempts are running.
- getNodeHttpAddress() - Method in class org.apache.hadoop.yarn.api.records.Container
-
Get the http uri of the node on which the container is allocated.
- getNodeHttpAddress() - Method in class org.apache.hadoop.yarn.api.records.ContainerReport
-
Get the Node Http address of the container
- getNodeId() - Method in class org.apache.hadoop.yarn.api.records.Container
-
Get the identifier of the node on which the container is allocated.
- getNodeId() - Method in class org.apache.hadoop.yarn.api.records.NMToken
-
Get the
NodeId
of the
NodeManager
for which the NMToken
is used to authenticate.
- getNodeId() - Method in class org.apache.hadoop.yarn.api.records.NodeReport
-
Get the NodeId
of the node.
- getNodeLabelExpression() - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Get node-label-expression for this app.
- getNodeLabelExpression() - Method in class org.apache.hadoop.yarn.api.records.ResourceRequest
-
Get node-label-expression for this Resource Request.
- getNodeLabelList() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeLabelsResponse
-
- getNodeLabels() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeLabelsResponse
-
- getNodeLabels() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetLabelsToNodesRequest
-
- getNodeLabels() - Method in class org.apache.hadoop.yarn.api.records.NodeReport
-
Get labels of this node
- getNodeLabels() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.AddToClusterNodeLabelsRequest
-
- getNodeLabels() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RemoveFromClusterNodeLabelsRequest
-
- getNodeReports() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodesResponse
-
Get NodeReport
for all nodes in the cluster.
- getNodeResourceMap() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.UpdateNodeResourceRequest
-
Get the map from NodeId
to ResourceOption
.
- getNodeState() - Method in class org.apache.hadoop.yarn.api.records.NodeReport
-
Get the NodeState
of the node.
- getNodeStates() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodesRequest
-
The state to filter the cluster nodes with.
- GetNodesToLabelsRequest - Class in org.apache.hadoop.yarn.api.protocolrecords
-
- GetNodesToLabelsRequest() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetNodesToLabelsRequest
-
- GetNodesToLabelsResponse - Class in org.apache.hadoop.yarn.api.protocolrecords
-
- GetNodesToLabelsResponse() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetNodesToLabelsResponse
-
- getNodeToLabels(GetNodesToLabelsRequest) - Method in interface org.apache.hadoop.yarn.api.ApplicationClientProtocol
-
The interface used by client to get node to labels mappings in existing cluster
- getNodeToLabels() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetNodesToLabelsResponse
-
- getNodeToLabels() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.ReplaceLabelsOnNodeRequest
-
- getNodeUtilization() - Method in class org.apache.hadoop.yarn.api.records.NodeReport
-
Get node resource utilization
- getNumActiveNodeManagers() - Method in class org.apache.hadoop.yarn.api.records.YarnClusterMetrics
-
Get the number of ActiveNodeManager
s in the cluster.
- getNumActiveUsers() - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Get the number of active users
- getNumAppsCompleted() - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Get the number of completed apps
- getNumAppsFailed() - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Get the number of failed apps
- getNumAppsKilled() - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Get the number of killed apps
- getNumAppsPending() - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Get the number of pending apps
- getNumAppsRunning() - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Get the number of running apps
- getNumAppsSubmitted() - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Get the number of apps submitted
- getNumberOfRuns() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.FlowActivityEntity
-
- getNumClusterNodes() - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
Get the number of hosts available on the cluster.
- getNumContainers() - Method in class org.apache.hadoop.yarn.api.records.NodeReport
-
Get the number of allocated containers on the node.
- getNumContainers() - Method in class org.apache.hadoop.yarn.api.records.ReservationRequest
-
Get the number of containers required with the given specifications.
- getNumContainers() - Method in class org.apache.hadoop.yarn.api.records.ResourceRequest
-
Get the number of containers required with the given specifications.
- getNumDecommissionedNodeManagers() - Method in class org.apache.hadoop.yarn.api.records.YarnClusterMetrics
-
Get the number of DecommissionedNodeManager
s in the cluster.
- getNumLostNodeManagers() - Method in class org.apache.hadoop.yarn.api.records.YarnClusterMetrics
-
Get the number of LostNodeManager
s in the cluster.
- getNumNodeManagers() - Method in class org.apache.hadoop.yarn.api.records.YarnClusterMetrics
-
Get the number of NodeManager
s in the cluster.
- getNumRebootedNodeManagers() - Method in class org.apache.hadoop.yarn.api.records.YarnClusterMetrics
-
Get the number of RebootedNodeManager
s in the cluster.
- getNumReservedContainers() - Method in class org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport
-
Get the number of reserved containers.
- getNumUnhealthyNodeManagers() - Method in class org.apache.hadoop.yarn.api.records.YarnClusterMetrics
-
Get the number of UnhealthyNodeManager
s in the cluster.
- getNumUsedContainers() - Method in class org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport
-
Get the number of used containers.
- getOriginalTrackingUrl() - Method in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
-
Get the original tracking url for the application attempt.
- getOriginalTrackingUrl() - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
Get the original not-proxied tracking url for the application.
- getOtherInfo() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEntity
-
Get the other information of the entity
- getOtherInfoJAXB() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEntity
-
- getOverCommitTimeout() - Method in class org.apache.hadoop.yarn.api.records.ResourceOption
-
Get timeout for tolerant of resource over-commitment
Note: negative value means no timeout so that allocated containers will
keep running until the end even under resource over-commitment cases.
- getOwner() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineDomain
-
Get the domain owner
- getParent() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.HierarchicalTimelineEntity
-
- getPassword() - Method in class org.apache.hadoop.yarn.api.records.Token
-
Get the token password
- getPath() - Method in class org.apache.hadoop.yarn.api.protocolrecords.UseSharedCacheResourceResponse
-
Get the Path
corresponding to the requested resource in the
shared cache.
- getPattern() - Method in class org.apache.hadoop.yarn.api.records.LocalResource
-
Get the pattern that should be used to extract entries from the
archive (only used when type is PATTERN
).
- getPendingContainers() - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Get the number of pending containers.
- getPendingMemoryMB() - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Get the pending memory in MB
- getPendingVCores() - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Get the pending vcores
- getPhysicalMemory() - Method in class org.apache.hadoop.yarn.api.records.ResourceUtilization
-
Get physical memory.
- getPort() - Method in class org.apache.hadoop.yarn.api.records.NodeId
-
Get the port for communicating with the node.
- getPort() - Method in class org.apache.hadoop.yarn.api.records.URL
-
Get the port of the URL.
- getPreemptedMemorySeconds() - Method in class org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport
-
Get the aggregated amount of memory preempted(in megabytes)
the application has allocated times the number of
seconds the application has been running.
- getPreemptedVcoreSeconds() - Method in class org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport
-
Get the aggregated number of vcores preempted that the application has
allocated times the number of seconds the application has been running.
- getPreemptionDisabled() - Method in class org.apache.hadoop.yarn.api.records.QueueInfo
-
Get the preemption status of the queue.
- getPreemptionMessage() - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
Get the description of containers owned by the AM, but requested back by
the cluster.
- getPrimaryFilters() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEntity
-
Get the primary filters
- getPrimaryFiltersJAXB() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEntity
-
- getPriority() - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
Get priority of the application
- getPriority() - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Get the Priority
of the application.
- getPriority() - Method in class org.apache.hadoop.yarn.api.records.Container
-
Get the Priority
at which the Container
was
allocated.
- getPriority() - Method in class org.apache.hadoop.yarn.api.records.ContainerReport
-
Get the allocated Priority
of the container.
- getPriority() - Method in class org.apache.hadoop.yarn.api.records.Priority
-
Get the assigned priority
- getPriority() - Method in class org.apache.hadoop.yarn.api.records.ReservationDefinition
-
Get the priority for this reservation.
- getPriority() - Method in class org.apache.hadoop.yarn.api.records.ResourceRequest
-
Get the Priority
of the request.
- getProgress() - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateRequest
-
Get the current progress of application.
- getProgress() - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
Get the application's progress ( range 0.0 to 1.0 )
- getQueue() - Method in class org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterResponse
-
Get the queue that the application was placed in.
- getQueue() - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationListRequest
-
Get queue name to use to find reservations.
- getQueue() - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationSubmissionRequest
-
Get the name of the
Plan
that corresponds to the name of the
QueueInfo
in the scheduler to which the reservation will be
submitted to.
- getQueue() - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
Get the queue to which the application was submitted.
- getQueue() - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Get the queue to which the application is being submitted.
- getQueue() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.ApplicationEntity
-
- getQueueConfigurations() - Method in class org.apache.hadoop.yarn.api.records.QueueInfo
-
Get the per-node-label queue configurations of the queue.
- getQueueInfo(GetQueueInfoRequest) - Method in interface org.apache.hadoop.yarn.api.ApplicationClientProtocol
-
The interface used by clients to get information about queues
from the ResourceManager
.
- getQueueInfo() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetQueueInfoResponse
-
Get the QueueInfo
for the specified queue.
- GetQueueInfoRequest - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The request sent by clients to get queue information
from the ResourceManager
.
- GetQueueInfoRequest() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetQueueInfoRequest
-
- GetQueueInfoResponse - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The response sent by the ResourceManager
to a client
requesting information about queues in the system.
- GetQueueInfoResponse() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetQueueInfoResponse
-
- getQueueName() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetQueueInfoRequest
-
Get the queue name for which to get queue information.
- getQueueName() - Method in class org.apache.hadoop.yarn.api.records.QueueInfo
-
Get the name of the queue.
- getQueueName() - Method in class org.apache.hadoop.yarn.api.records.QueueUserACLInfo
-
Get the queue name of the queue.
- getQueues() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
-
Get the queues to filter applications on
- getQueueState() - Method in class org.apache.hadoop.yarn.api.records.QueueInfo
-
Get the QueueState
of the queue.
- getQueueStatistics() - Method in class org.apache.hadoop.yarn.api.records.QueueInfo
-
Get the queue stats
for the queue
- getQueueUsagePercentage() - Method in class org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport
-
Get the percentage of resources of the queue that the app is using.
- getQueueUserAcls(GetQueueUserAclsInfoRequest) - Method in interface org.apache.hadoop.yarn.api.ApplicationClientProtocol
-
The interface used by clients to get information about queue
acls for current user from the ResourceManager
.
- GetQueueUserAclsInfoRequest - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The request sent by clients to the ResourceManager
to
get queue acls for the current user.
- GetQueueUserAclsInfoRequest() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetQueueUserAclsInfoRequest
-
- GetQueueUserAclsInfoResponse - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The response sent by the ResourceManager
to clients
seeking queue acls for the user.
- GetQueueUserAclsInfoResponse() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.GetQueueUserAclsInfoResponse
-
- getRackName() - Method in class org.apache.hadoop.yarn.api.records.NodeReport
-
Get the rack name for the node.
- getReaders() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineDomain
-
Get the reader (and/or reader group) list string
- getReal() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
-
- getRealtimeAggregationOp() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetric
-
Get the real time aggregation operation of this metric.
- getReason() - Method in class org.apache.hadoop.yarn.api.records.UpdateContainerError
-
Get reason why the update request was not satisfiable.
- getRecordFactory(Configuration) - Static method in class org.apache.hadoop.yarn.factory.providers.RecordFactoryProvider
-
- getRecoveryPath() - Method in class org.apache.hadoop.yarn.server.api.AuxiliaryService
-
Get the path specific to this auxiliary service to use for recovery.
- getRecurrenceExpression() - Method in class org.apache.hadoop.yarn.api.records.ReservationDefinition
-
Get the recurrence of this reservation representing the time period of
the periodic job.
- getRecursive() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetQueueInfoRequest
-
Is information on the entire child queue hierarchy required?
- getRelatedEntities() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEntity
-
Get the related entities
- getRelatedEntitiesJAXB() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEntity
-
- getRelatesToEntities() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
-
- getRelatesToEntitiesJAXB() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
-
- getRelaxLocality() - Method in class org.apache.hadoop.yarn.api.records.ResourceRequest
-
Get whether locality relaxation is enabled with this
ResourceRequest
.
- getReleaseList() - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateRequest
-
Get the list of ContainerId
of containers being
released by the ApplicationMaster
.
- getRemainingTime() - Method in class org.apache.hadoop.yarn.api.records.ApplicationTimeout
-
Get Remaining Time
of an application for given timeout type.
- getRemoteTrace() - Method in class org.apache.hadoop.yarn.api.records.SerializedException
-
Get the backtrace of this exception.
- getRenewer() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetDelegationTokenRequest
-
- getReservationAllocationState() - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationListResponse
-
- getReservationDefinition() - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationSubmissionRequest
-
- getReservationDefinition() - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationUpdateRequest
-
- getReservationDefinition() - Method in class org.apache.hadoop.yarn.api.records.ReservationAllocationState
-
Get the reservation definition used to make the reservation.
- getReservationId() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetNewReservationResponse
-
- getReservationId() - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationDeleteRequest
-
Get the
ReservationId
, that corresponds to a valid resource
allocation in the scheduler (between start and end time of this
reservation)
- getReservationId() - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationListRequest
-
Get the reservation id to use to find a reservation.
- getReservationId() - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationSubmissionRequest
-
Get the reservation id that corresponds to the reservation submission.
- getReservationId() - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationUpdateRequest
-
Get the
ReservationId
, that corresponds to a valid resource
allocation in the scheduler (between start and end time of this
reservation)
- getReservationID() - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Get the reservation id, that corresponds to a valid resource allocation in
the scheduler (between start and end time of the corresponding reservation)
- getReservationId() - Method in class org.apache.hadoop.yarn.api.records.ReservationAllocationState
-
Get the id of the reservation.
- getReservationName() - Method in class org.apache.hadoop.yarn.api.records.ReservationDefinition
-
Get the name for this reservation.
- getReservationRequests() - Method in class org.apache.hadoop.yarn.api.records.ReservationDefinition
-
- getReservationResources() - Method in class org.apache.hadoop.yarn.api.records.ReservationRequests
-
- getReservedContainers() - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Get the number of reserved containers.
- getReservedMemoryMB() - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Get the reserved memory in MB
- getReservedResources() - Method in class org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport
-
Get the reserved Resource
.
- getReservedVCores() - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Get the reserved vcores
- getResource() - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Get the resource required by the ApplicationMaster
for this
application.
- getResource() - Method in class org.apache.hadoop.yarn.api.records.Container
-
Get the Resource
allocated to the container.
- getResource() - Method in class org.apache.hadoop.yarn.api.records.LocalResource
-
Get the location of the resource to be localized.
- getResource() - Method in class org.apache.hadoop.yarn.api.records.ResourceOption
-
Get the resource of the ResourceOption.
- getResource() - Method in class org.apache.hadoop.yarn.server.api.ContainerContext
-
Get
Resource
the resource capability allocated to the container
being initialized or stopped.
- getResourceAllocationRequests() - Method in class org.apache.hadoop.yarn.api.records.ReservationAllocationState
-
Get the Resource allocations of the reservation based on the current state
of the plan.
- getResourceBlacklistRequest() - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateRequest
-
Get the ResourceBlacklistRequest
being sent by the
ApplicationMaster
.
- getResourceKey() - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReleaseSharedCacheResourceRequest
-
Get the key
of the resource to be released.
- getResourceKey() - Method in class org.apache.hadoop.yarn.api.protocolrecords.UseSharedCacheResourceRequest
-
Get the key
of the resource to be used.
- getResourceName() - Method in class org.apache.hadoop.yarn.api.records.ResourceRequest
-
Get the resource (e.g.
- getResourceRequest() - Method in class org.apache.hadoop.yarn.api.records.PreemptionContract
-
- getResourceRequest() - Method in class org.apache.hadoop.yarn.api.records.PreemptionResourceRequest
-
- getResponseId() - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateRequest
-
Get the response id used to track duplicate responses.
- getResponseId() - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
Get the last response id.
- getRetryInterval() - Method in class org.apache.hadoop.yarn.api.records.ContainerRetryContext
-
- getRetryPolicy() - Method in class org.apache.hadoop.yarn.api.records.ContainerRetryContext
-
- getRMDefaultPortNumber(String, Configuration) - Static method in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- getRMDelegationToken() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetDelegationTokenResponse
-
The Delegation tokens have a identifier which maps to
AbstractDelegationTokenIdentifier
.
- getRMHAId(Configuration) - Static method in class org.apache.hadoop.yarn.conf.HAUtil
-
- getRMHAIds(Configuration) - Static method in class org.apache.hadoop.yarn.conf.HAUtil
-
- getRolledLogsExcludePattern() - Method in class org.apache.hadoop.yarn.api.records.LogAggregationContext
-
Get exclude pattern for aggregation in a rolling fashion.
- getRolledLogsIncludePattern() - Method in class org.apache.hadoop.yarn.api.records.LogAggregationContext
-
Get include pattern in a rolling fashion.
- getRpcPort() - Method in class org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterRequest
-
Get the RPC port on which the ApplicationMaster
is
responding.
- getRpcPort() - Method in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
-
Get the RPC port of this attempt ApplicationMaster
.
- getRpcPort() - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
Get the RPC port of the ApplicationMaster
.
- getRunId() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.FlowRunEntity
-
- getSchedulerResourceTypes() - Method in class org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterResponse
-
Get a set of the resource types considered by the scheduler.
- getScheme() - Method in class org.apache.hadoop.yarn.api.records.URL
-
Get the scheme of the URL.
- getScope() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
-
- getService() - Method in class org.apache.hadoop.yarn.api.records.Token
-
Get the service to which the token is allocated.
- getServiceAddressConfKeys(Configuration) - Static method in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- getServiceData() - Method in class org.apache.hadoop.yarn.api.records.ContainerLaunchContext
-
Get application-specific binary service data.
- getShouldBeUploadedToSharedCache() - Method in class org.apache.hadoop.yarn.api.records.LocalResource
-
NM uses it to decide whether if it is necessary to upload the resource to
the shared cache
- getSingleDataTimestamp() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetric
-
Get single data timestamp of the metric.
- getSingleDataValue() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetric
-
Get single data value of the metric.
- getSize() - Method in class org.apache.hadoop.yarn.api.records.LocalResource
-
Get the size of the resource to be localized.
- getSocketAddr(String, String, int) - Method in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Get the socket address for name
property as a
InetSocketAddress
.
- getStartContainerRequests() - Method in class org.apache.hadoop.yarn.api.protocolrecords.StartContainersRequest
-
- getStartRange() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
-
Get the range of start times to filter applications on
- getStartTime() - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationListRequest
-
Get the start time to use to search for reservations.
- getStartTime() - Method in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
-
- getStartTime() - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
Get the start time of the application.
- getStartTime() - Method in class org.apache.hadoop.yarn.api.records.ResourceAllocationRequest
-
Get the start time that the resource is allocated.
- getStartTime() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEntity
-
Get the start time of the entity
- getStartTime() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.FlowRunEntity
-
- getState() - Method in class org.apache.hadoop.yarn.api.records.ContainerStatus
-
Get the ContainerState
of the container.
- getStrictContract() - Method in class org.apache.hadoop.yarn.api.records.PreemptionMessage
-
- getSuccessfullyIncreasedContainers() - Method in class org.apache.hadoop.yarn.api.protocolrecords.IncreaseContainersResourceResponse
-
Get the list of containerIds of containers whose resource
have been successfully increased.
- getSuccessfullyStartedContainers() - Method in class org.apache.hadoop.yarn.api.protocolrecords.StartContainersResponse
-
Get the list of ContainerId
s of the containers that are
started successfully.
- getSuccessfullyStoppedContainers() - Method in class org.apache.hadoop.yarn.api.protocolrecords.StopContainersResponse
-
Get the list of containerIds of successfully stopped containers.
- getSuccessfullyUpdatedContainers() - Method in class org.apache.hadoop.yarn.api.protocolrecords.ContainerUpdateResponse
-
Get the list of containerIds of containers whose resource
have been successfully update.
- getTargetQueue() - Method in class org.apache.hadoop.yarn.api.protocolrecords.MoveApplicationAcrossQueuesRequest
-
Get the queue to place the application in.
- getTimelineEntityGroupId() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEntityGroupId
-
Get the timelineEntityGroupId
.
- getTimelineServiceBuildVersion() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineAbout
-
- getTimelineServiceVersion() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineAbout
-
- getTimelineServiceVersion(Configuration) - Static method in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Returns the timeline service version.
- getTimelineServiceVersionBuiltOn() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineAbout
-
- getTimeoutType() - Method in class org.apache.hadoop.yarn.api.records.ApplicationTimeout
-
Get the application timeout type.
- getTimestamp() - Method in class org.apache.hadoop.yarn.api.records.LocalResource
-
Get the original timestamp of the resource to be localized, used
for verification.
- getTimestamp() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEvent
-
Get the timestamp of the event
- getTimestamp() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEvent
-
- getToken() - Method in class org.apache.hadoop.yarn.api.records.NMToken
-
Get the
Token
used for authenticating with
NodeManager
- getTokens() - Method in class org.apache.hadoop.yarn.api.records.ContainerLaunchContext
-
Get all the tokens needed by this container.
- getTokensConf() - Method in class org.apache.hadoop.yarn.api.records.ContainerLaunchContext
-
Get the configuration used by RM to renew tokens.
- getTrackingUrl() - Method in class org.apache.hadoop.yarn.api.protocolrecords.FinishApplicationMasterRequest
-
Get the tracking URL for the ApplicationMaster
.
- getTrackingUrl() - Method in class org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterRequest
-
Get the tracking URL for the ApplicationMaster
.
- getTrackingUrl() - Method in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
-
Get the tracking url for the application attempt.
- getTrackingUrl() - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
Get the tracking url for the application.
- getType() - Method in class org.apache.hadoop.yarn.api.records.LocalResource
-
Get the LocalResourceType
of the resource to be localized.
- getType() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineDelegationTokenResponse
-
- getType() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
-
- getType() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity.Identifier
-
- getType() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetric
-
- getUnmanagedAM() - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Get if the RM should manage the execution of the AM.
- getUpdateContainerRequest() - Method in class org.apache.hadoop.yarn.api.records.UpdateContainerError
-
Get the UpdateContainerRequest
that was not satisfiable.
- getUpdatedContainers() - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
Get the list of newly updated containers by
ResourceManager
.
- getUpdatedNodes() - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
Get the list of updated NodeReport
s.
- getUpdateErrors() - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
Get the list of container update errors to inform the
Application Master about the container updates that could not be
satisfied due to error.
- getUpdateRequests() - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateRequest
-
Get the list of container update requests being sent by the
ApplicationMaster
.
- getUpdateType() - Method in class org.apache.hadoop.yarn.api.records.UpdatedContainer
-
Get the ContainerUpdateType
.
- getUsed() - Method in class org.apache.hadoop.yarn.api.records.NodeReport
-
Get used Resource
on the node.
- getUsedResources() - Method in class org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport
-
Get the used Resource
.
- getUser() - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
Get the user who submitted the application.
- getUser() - Method in class org.apache.hadoop.yarn.api.records.ReservationAllocationState
-
Get the user who made the reservation.
- getUser() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.FlowActivityEntity
-
- getUser() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.FlowRunEntity
-
- getUser() - Method in class org.apache.hadoop.yarn.server.api.ApplicationInitializationContext
-
Get the user-name of the application-submitter
- getUser() - Method in class org.apache.hadoop.yarn.server.api.ContainerContext
-
Get user of the container being initialized or stopped.
- getUserAcls() - Method in class org.apache.hadoop.yarn.api.records.QueueUserACLInfo
-
Get the list of QueueACL
for the given user.
- getUserAclsInfoList() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetQueueUserAclsInfoResponse
-
Get the QueueUserACLInfo
per queue for the user.
- getUserInfo() - Method in class org.apache.hadoop.yarn.api.records.URL
-
Get the user info of the URL.
- getUsers() - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
-
Get the users to filter applications on
- getValues() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetric
-
- getValuesJAXB() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetric
-
- getVcoreSeconds() - Method in class org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport
-
Get the aggregated number of vcores that the application has allocated
times the number of seconds the application has been running.
- getVersion() - Method in class org.apache.hadoop.yarn.api.records.Container
-
Get the version of this container.
- getVersion() - Method in class org.apache.hadoop.yarn.api.records.timelineservice.FlowRunEntity
-
- getVirtualCores() - Method in class org.apache.hadoop.yarn.api.records.Resource
-
Get number of virtual cpu cores of the resource.
- getVirtualMemory() - Method in class org.apache.hadoop.yarn.api.records.ResourceUtilization
-
Get used virtual memory.
- getVisibility() - Method in class org.apache.hadoop.yarn.api.records.LocalResource
-
Get the LocalResourceVisibility
of the resource to be
localized.
- getWriters() - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineDomain
-
Get the writer (and/or writer group) list string
- getYarnApplicationAttemptState() - Method in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
-
Get the YarnApplicationAttemptState of the application attempt.
- getYarnApplicationState() - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
Get the YarnApplicationState
of the application.
- NEVER_RETRY_CONTEXT - Static variable in class org.apache.hadoop.yarn.api.records.ContainerRetryContext
-
- newBuilder() - Static method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateRequest
-
- newBuilder() - Static method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
- newBuilder() - Static method in class org.apache.hadoop.yarn.api.records.ResourceRequest
-
- newContainerId(ApplicationAttemptId, long) - Static method in class org.apache.hadoop.yarn.api.records.ContainerId
-
- newInstance(int, float, List<ResourceRequest>, List<ContainerId>, ResourceBlacklistRequest) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateRequest
-
- newInstance(int, float, List<ResourceRequest>, List<ContainerId>, ResourceBlacklistRequest, List<ContainerResourceIncreaseRequest>) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateRequest
-
Deprecated.
- newInstance(int, float, List<ResourceRequest>, List<ContainerId>, List<UpdateContainerRequest>, ResourceBlacklistRequest) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateRequest
-
- newInstance(int, List<ContainerStatus>, List<Container>, List<NodeReport>, Resource, AMCommand, int, PreemptionMessage, List<NMToken>) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
- newInstance(int, List<ContainerStatus>, List<Container>, List<NodeReport>, Resource, AMCommand, int, PreemptionMessage, List<NMToken>, List<ContainerResourceIncrease>, List<ContainerResourceDecrease>, CollectorInfo) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
Deprecated.
- newInstance(int, List<ContainerStatus>, List<Container>, List<NodeReport>, Resource, AMCommand, int, PreemptionMessage, List<NMToken>, List<UpdatedContainer>) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
- newInstance(int, List<ContainerStatus>, List<Container>, List<NodeReport>, Resource, AMCommand, int, PreemptionMessage, List<NMToken>, Token, List<UpdatedContainer>, CollectorInfo) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
- newInstance(Token) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.CancelDelegationTokenRequest
-
- newInstance() - Static method in class org.apache.hadoop.yarn.api.protocolrecords.CancelDelegationTokenResponse
-
- newInstance() - Static method in class org.apache.hadoop.yarn.api.protocolrecords.CommitResponse
-
Create a Commit Response.
- newInstance(List<Token>) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.ContainerUpdateRequest
-
- newInstance(List<ContainerId>, Map<ContainerId, SerializedException>) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.ContainerUpdateResponse
-
- newInstance(ApplicationAttemptId) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.FailApplicationAttemptRequest
-
- newInstance() - Static method in class org.apache.hadoop.yarn.api.protocolrecords.FailApplicationAttemptResponse
-
- newInstance(FinalApplicationStatus, String, String) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.FinishApplicationMasterRequest
-
- newInstance(boolean) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.FinishApplicationMasterResponse
-
- newInstance(ApplicationAttemptId) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptReportRequest
-
- newInstance(ApplicationAttemptReport) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptReportResponse
-
- newInstance(ApplicationId) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptsRequest
-
- newInstance(List<ApplicationAttemptReport>) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptsResponse
-
- newInstance(ApplicationId) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationReportRequest
-
- newInstance(ApplicationReport) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationReportResponse
-
- newInstance() - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
-
- newInstance(ApplicationsRequestScope, Set<String>, Set<String>, Set<String>, Set<String>, EnumSet<YarnApplicationState>, LongRange, LongRange, Long) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
-
The request from clients to get a report of Applications matching the
giving application types in the cluster from the
ResourceManager
.
- newInstance(ApplicationsRequestScope) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
-
The request from clients to get a report of Applications matching the
giving application types in the cluster from the
ResourceManager
.
- newInstance(Set<String>) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
-
The request from clients to get a report of Applications matching the
giving application types in the cluster from the
ResourceManager
.
- newInstance(EnumSet<YarnApplicationState>) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
-
The request from clients to get a report of Applications matching the
giving application states in the cluster from the
ResourceManager
.
- newInstance(Set<String>, EnumSet<YarnApplicationState>) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
-
The request from clients to get a report of Applications matching the
giving and application types and application types in the cluster from the
ResourceManager
.
- newInstance(List<ApplicationReport>) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsResponse
-
- newInstance() - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterMetricsRequest
-
- newInstance(YarnClusterMetrics) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterMetricsResponse
-
- newInstance() - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeLabelsRequest
-
- newInstance(Set<String>) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeLabelsResponse
-
- newInstance(List<NodeLabel>) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeLabelsResponse
-
- newInstance(EnumSet<NodeState>) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodesRequest
-
- newInstance() - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodesRequest
-
- newInstance(List<NodeReport>) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodesResponse
-
- newInstance(ContainerId) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetContainerReportRequest
-
- newInstance(ContainerReport) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetContainerReportResponse
-
- newInstance(ApplicationAttemptId) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetContainersRequest
-
- newInstance(List<ContainerReport>) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetContainersResponse
-
- newInstance(List<ContainerId>) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetContainerStatusesRequest
-
- newInstance(List<ContainerStatus>, Map<ContainerId, SerializedException>) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetContainerStatusesResponse
-
- newInstance(String) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetDelegationTokenRequest
-
- newInstance(Token) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetDelegationTokenResponse
-
- newInstance() - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetLabelsToNodesRequest
-
- newInstance(Set<String>) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetLabelsToNodesRequest
-
- newInstance(Map<String, Set<NodeId>>) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetLabelsToNodesResponse
-
- newInstance() - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetNewApplicationRequest
-
- newInstance(ApplicationId, Resource, Resource) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetNewApplicationResponse
-
- newInstance() - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetNewReservationRequest
-
- newInstance(ReservationId) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetNewReservationResponse
-
- newInstance() - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetNodesToLabelsRequest
-
- newInstance(Map<NodeId, Set<String>>) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetNodesToLabelsResponse
-
- newInstance(String, boolean, boolean, boolean) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetQueueInfoRequest
-
- newInstance(QueueInfo) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetQueueInfoResponse
-
- newInstance() - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetQueueUserAclsInfoRequest
-
- newInstance(List<QueueUserACLInfo>) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.GetQueueUserAclsInfoResponse
-
- newInstance(List<Token>) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.IncreaseContainersResourceRequest
-
- newInstance(List<ContainerId>, Map<ContainerId, SerializedException>) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.IncreaseContainersResourceResponse
-
- newInstance(ApplicationId) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.KillApplicationRequest
-
- newInstance(boolean) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.KillApplicationResponse
-
- newInstance(ApplicationId, String) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.MoveApplicationAcrossQueuesRequest
-
- newInstance() - Static method in class org.apache.hadoop.yarn.api.protocolrecords.MoveApplicationAcrossQueuesResponse
-
- newInstance(String, int, String) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterRequest
-
Create a new instance of RegisterApplicationMasterRequest
.
- newInstance(Resource, Resource, Map<ApplicationAccessType, String>, ByteBuffer, List<Container>, String, List<NMToken>) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterResponse
-
- newInstance(ContainerId, ContainerLaunchContext, boolean) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.ReInitializeContainerRequest
-
Creates a new instance of the ReInitializationContainerRequest.
- newInstance() - Static method in class org.apache.hadoop.yarn.api.protocolrecords.ReInitializeContainerResponse
-
- newInstance(Token) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.RenewDelegationTokenRequest
-
- newInstance(long) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.RenewDelegationTokenResponse
-
- newInstance(ReservationId) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationDeleteRequest
-
- newInstance() - Static method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationDeleteResponse
-
- newInstance(String, String, long, long, boolean) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationListRequest
-
- newInstance(String, String, boolean) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationListRequest
-
- newInstance(String, String) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationListRequest
-
- newInstance(List<ReservationAllocationState>) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationListResponse
-
- newInstance(ReservationDefinition, String, ReservationId) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationSubmissionRequest
-
- newInstance() - Static method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationSubmissionResponse
-
- newInstance(ReservationDefinition, ReservationId) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationUpdateRequest
-
- newInstance() - Static method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationUpdateResponse
-
- newInstance(ContainerId, Map<String, LocalResource>) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.ResourceLocalizationRequest
-
- newInstance() - Static method in class org.apache.hadoop.yarn.api.protocolrecords.ResourceLocalizationResponse
-
- newInstance() - Static method in class org.apache.hadoop.yarn.api.protocolrecords.RestartContainerResponse
-
- newInstance() - Static method in class org.apache.hadoop.yarn.api.protocolrecords.RollbackResponse
-
Create new instance of a Rollback response.
- newInstance(ContainerId, SignalContainerCommand) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.SignalContainerRequest
-
- newInstance(ContainerLaunchContext, Token) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.StartContainerRequest
-
- newInstance(List<StartContainerRequest>) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.StartContainersRequest
-
- newInstance(Map<String, ByteBuffer>, List<ContainerId>, Map<ContainerId, SerializedException>) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.StartContainersResponse
-
- newInstance(List<ContainerId>) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.StopContainersRequest
-
- newInstance(List<ContainerId>, Map<ContainerId, SerializedException>) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.StopContainersResponse
-
- newInstance(ApplicationSubmissionContext) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.SubmitApplicationRequest
-
- newInstance() - Static method in class org.apache.hadoop.yarn.api.protocolrecords.SubmitApplicationResponse
-
- newInstance(ApplicationId, Priority) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.UpdateApplicationPriorityRequest
-
- newInstance(Priority) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.UpdateApplicationPriorityResponse
-
- newInstance(ApplicationId, Map<ApplicationTimeoutType, String>) - Static method in class org.apache.hadoop.yarn.api.protocolrecords.UpdateApplicationTimeoutsRequest
-
- newInstance() - Static method in class org.apache.hadoop.yarn.api.protocolrecords.UpdateApplicationTimeoutsResponse
-
- newInstance(ApplicationId, int) - Static method in class org.apache.hadoop.yarn.api.records.ApplicationAttemptId
-
- newInstance(ApplicationAttemptId, String, int, String, String, String, YarnApplicationAttemptState, ContainerId, long, long) - Static method in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
-
- newInstance(ApplicationAttemptId, String, int, String, String, String, YarnApplicationAttemptState, ContainerId) - Static method in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
-
- newInstance(long, int) - Static method in class org.apache.hadoop.yarn.api.records.ApplicationId
-
- newInstance(ApplicationId, ApplicationAttemptId, String, String, String, String, int, Token, YarnApplicationState, String, String, long, long, FinalApplicationStatus, ApplicationResourceUsageReport, String, float, String, Token) - Static method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
- newInstance(ApplicationId, ApplicationAttemptId, String, String, String, String, int, Token, YarnApplicationState, String, String, long, long, FinalApplicationStatus, ApplicationResourceUsageReport, String, float, String, Token, Set<String>, boolean, Priority, String, String) - Static method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
- newInstance(int, int, Resource, Resource, Resource, long, long, float, float, long, long) - Static method in class org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport
-
- newInstance(ApplicationId, String, String, Priority, ContainerLaunchContext, boolean, boolean, int, Resource, String, boolean, String, String) - Static method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
- newInstance(ApplicationId, String, String, Priority, ContainerLaunchContext, boolean, boolean, int, Resource, String, boolean) - Static method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
- newInstance(ApplicationId, String, String, Priority, ContainerLaunchContext, boolean, boolean, int, Resource, String) - Static method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
- newInstance(ApplicationId, String, String, Priority, ContainerLaunchContext, boolean, boolean, int, Resource) - Static method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
- newInstance(ApplicationId, String, String, ContainerLaunchContext, boolean, boolean, int, String, boolean, String, ResourceRequest) - Static method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
- newInstance(ApplicationId, String, String, Priority, ContainerLaunchContext, boolean, boolean, int, Resource, String, boolean, long) - Static method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
- newInstance(ApplicationId, String, String, Priority, ContainerLaunchContext, boolean, boolean, int, Resource, String, boolean, LogAggregationContext) - Static method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
- newInstance(ApplicationTimeoutType, String, long) - Static method in class org.apache.hadoop.yarn.api.records.ApplicationTimeout
-
- newInstance(String) - Static method in class org.apache.hadoop.yarn.api.records.CollectorInfo
-
- newInstance(String, Token) - Static method in class org.apache.hadoop.yarn.api.records.CollectorInfo
-
- newInstance(ContainerId, NodeId, String, Resource, Priority, Token) - Static method in class org.apache.hadoop.yarn.api.records.Container
-
- newInstance(ContainerId, NodeId, String, Resource, Priority, Token, ExecutionType) - Static method in class org.apache.hadoop.yarn.api.records.Container
-
- newInstance(ApplicationAttemptId, int) - Static method in class org.apache.hadoop.yarn.api.records.ContainerId
-
Deprecated.
- newInstance(Map<String, LocalResource>, Map<String, String>, List<String>, Map<String, ByteBuffer>, ByteBuffer, Map<ApplicationAccessType, String>) - Static method in class org.apache.hadoop.yarn.api.records.ContainerLaunchContext
-
- newInstance(Map<String, LocalResource>, Map<String, String>, List<String>, Map<String, ByteBuffer>, ByteBuffer, Map<ApplicationAccessType, String>, ContainerRetryContext) - Static method in class org.apache.hadoop.yarn.api.records.ContainerLaunchContext
-
- newInstance(ContainerId, Resource, NodeId, Priority, long, long, String, String, int, ContainerState, String) - Static method in class org.apache.hadoop.yarn.api.records.ContainerReport
-
- newInstance(ContainerId, Resource, NodeId, Priority, long, long, String, String, int, ContainerState, String, ExecutionType) - Static method in class org.apache.hadoop.yarn.api.records.ContainerReport
-
- newInstance(ContainerId, Resource) - Static method in class org.apache.hadoop.yarn.api.records.ContainerResourceDecrease
-
Deprecated.
- newInstance(ContainerId, Resource, Token) - Static method in class org.apache.hadoop.yarn.api.records.ContainerResourceIncrease
-
Deprecated.
- newInstance(ContainerId, Resource) - Static method in class org.apache.hadoop.yarn.api.records.ContainerResourceIncreaseRequest
-
Deprecated.
- newInstance(ContainerRetryPolicy, Set<Integer>, int, int) - Static method in class org.apache.hadoop.yarn.api.records.ContainerRetryContext
-
- newInstance(ContainerId, ContainerState, String, int) - Static method in class org.apache.hadoop.yarn.api.records.ContainerStatus
-
- newInstance(ContainerId, ExecutionType, ContainerState, String, int) - Static method in class org.apache.hadoop.yarn.api.records.ContainerStatus
-
- newInstance() - Static method in class org.apache.hadoop.yarn.api.records.ExecutionTypeRequest
-
- newInstance(ExecutionType) - Static method in class org.apache.hadoop.yarn.api.records.ExecutionTypeRequest
-
- newInstance(ExecutionType, boolean) - Static method in class org.apache.hadoop.yarn.api.records.ExecutionTypeRequest
-
- newInstance(URL, LocalResourceType, LocalResourceVisibility, long, long, String) - Static method in class org.apache.hadoop.yarn.api.records.LocalResource
-
- newInstance(URL, LocalResourceType, LocalResourceVisibility, long, long, String, boolean) - Static method in class org.apache.hadoop.yarn.api.records.LocalResource
-
- newInstance(URL, LocalResourceType, LocalResourceVisibility, long, long) - Static method in class org.apache.hadoop.yarn.api.records.LocalResource
-
- newInstance(URL, LocalResourceType, LocalResourceVisibility, long, long, boolean) - Static method in class org.apache.hadoop.yarn.api.records.LocalResource
-
- newInstance(String, String) - Static method in class org.apache.hadoop.yarn.api.records.LogAggregationContext
-
- newInstance(String, String, String, String) - Static method in class org.apache.hadoop.yarn.api.records.LogAggregationContext
-
- newInstance(String, String, String, String, String, String) - Static method in class org.apache.hadoop.yarn.api.records.LogAggregationContext
-
- newInstance(NodeId, Token) - Static method in class org.apache.hadoop.yarn.api.records.NMToken
-
- newInstance(String, int) - Static method in class org.apache.hadoop.yarn.api.records.NodeId
-
- newInstance(String) - Static method in class org.apache.hadoop.yarn.api.records.NodeLabel
-
- newInstance(String, boolean) - Static method in class org.apache.hadoop.yarn.api.records.NodeLabel
-
- newInstance(NodeId, NodeState, String, String, Resource, Resource, int, String, long) - Static method in class org.apache.hadoop.yarn.api.records.NodeReport
-
- newInstance(NodeId, NodeState, String, String, Resource, Resource, int, String, long, Set<String>) - Static method in class org.apache.hadoop.yarn.api.records.NodeReport
-
- newInstance(ContainerId) - Static method in class org.apache.hadoop.yarn.api.records.PreemptionContainer
-
- newInstance(List<PreemptionResourceRequest>, Set<PreemptionContainer>) - Static method in class org.apache.hadoop.yarn.api.records.PreemptionContract
-
- newInstance(StrictPreemptionContract, PreemptionContract) - Static method in class org.apache.hadoop.yarn.api.records.PreemptionMessage
-
- newInstance(ResourceRequest) - Static method in class org.apache.hadoop.yarn.api.records.PreemptionResourceRequest
-
- newInstance(int) - Static method in class org.apache.hadoop.yarn.api.records.Priority
-
- newInstance(float, float, float, float, float) - Static method in class org.apache.hadoop.yarn.api.records.QueueConfigurations
-
- newInstance(String, float, float, float, List<QueueInfo>, List<ApplicationReport>, QueueState, Set<String>, String, QueueStatistics, boolean) - Static method in class org.apache.hadoop.yarn.api.records.QueueInfo
-
- newInstance(String, float, float, float, List<QueueInfo>, List<ApplicationReport>, QueueState, Set<String>, String, QueueStatistics, boolean, Map<String, QueueConfigurations>) - Static method in class org.apache.hadoop.yarn.api.records.QueueInfo
-
- newInstance(String, float, float, float, List<QueueInfo>, List<ApplicationReport>, QueueState, Set<String>, String, QueueStatistics, boolean, Map<String, QueueConfigurations>, boolean) - Static method in class org.apache.hadoop.yarn.api.records.QueueInfo
-
- newInstance(long, long, long, long, long, long, long, long, long, long, long, long, long, long, long) - Static method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
- newInstance(String, List<QueueACL>) - Static method in class org.apache.hadoop.yarn.api.records.QueueUserACLInfo
-
- newInstance(long, String, List<ResourceAllocationRequest>, ReservationId, ReservationDefinition) - Static method in class org.apache.hadoop.yarn.api.records.ReservationAllocationState
-
- newInstance(long, long, ReservationRequests, String, String, Priority) - Static method in class org.apache.hadoop.yarn.api.records.ReservationDefinition
-
- newInstance(long, long, ReservationRequests, String) - Static method in class org.apache.hadoop.yarn.api.records.ReservationDefinition
-
- newInstance(long, long) - Static method in class org.apache.hadoop.yarn.api.records.ReservationId
-
- newInstance(Resource, int) - Static method in class org.apache.hadoop.yarn.api.records.ReservationRequest
-
- newInstance(Resource, int, int, long) - Static method in class org.apache.hadoop.yarn.api.records.ReservationRequest
-
- newInstance(List<ReservationRequest>, ReservationRequestInterpreter) - Static method in class org.apache.hadoop.yarn.api.records.ReservationRequests
-
- newInstance(int, int) - Static method in class org.apache.hadoop.yarn.api.records.Resource
-
- newInstance(long, int) - Static method in class org.apache.hadoop.yarn.api.records.Resource
-
- newInstance(long, long, Resource) - Static method in class org.apache.hadoop.yarn.api.records.ResourceAllocationRequest
-
- newInstance(List<String>, List<String>) - Static method in class org.apache.hadoop.yarn.api.records.ResourceBlacklistRequest
-
- newInstance(Resource, int) - Static method in class org.apache.hadoop.yarn.api.records.ResourceOption
-
- newInstance(Priority, String, Resource, int) - Static method in class org.apache.hadoop.yarn.api.records.ResourceRequest
-
- newInstance(Priority, String, Resource, int, boolean) - Static method in class org.apache.hadoop.yarn.api.records.ResourceRequest
-
- newInstance(Priority, String, Resource, int, boolean, String) - Static method in class org.apache.hadoop.yarn.api.records.ResourceRequest
-
- newInstance(Priority, String, Resource, int, boolean, String, ExecutionTypeRequest) - Static method in class org.apache.hadoop.yarn.api.records.ResourceRequest
-
- newInstance(int, int, float) - Static method in class org.apache.hadoop.yarn.api.records.ResourceUtilization
-
- newInstance(ResourceUtilization) - Static method in class org.apache.hadoop.yarn.api.records.ResourceUtilization
-
- newInstance(Throwable) - Static method in class org.apache.hadoop.yarn.api.records.SerializedException
-
- newInstance(Set<PreemptionContainer>) - Static method in class org.apache.hadoop.yarn.api.records.StrictPreemptionContract
-
- newInstance(ApplicationId, String) - Static method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEntityGroupId
-
- newInstance(byte[], String, byte[], String) - Static method in class org.apache.hadoop.yarn.api.records.Token
-
- newInstance(String, UpdateContainerRequest) - Static method in class org.apache.hadoop.yarn.api.records.UpdateContainerError
-
- newInstance(int, ContainerId, ContainerUpdateType, Resource, ExecutionType) - Static method in class org.apache.hadoop.yarn.api.records.UpdateContainerRequest
-
- newInstance(ContainerUpdateType, Container) - Static method in class org.apache.hadoop.yarn.api.records.UpdatedContainer
-
Static Factory method.
- newInstance(String, String, int, String) - Static method in class org.apache.hadoop.yarn.api.records.URL
-
- newInstance(int) - Static method in class org.apache.hadoop.yarn.api.records.YarnClusterMetrics
-
- newInstance(List<NodeLabel>) - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.AddToClusterNodeLabelsRequest
-
- newInstance() - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.AddToClusterNodeLabelsResponse
-
- newInstance() - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.CheckForDecommissioningNodesRequest
-
- newInstance(Set<NodeId>) - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.CheckForDecommissioningNodesResponse
-
- newInstance() - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.RefreshAdminAclsRequest
-
- newInstance() - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.RefreshAdminAclsResponse
-
- newInstance() - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.RefreshClusterMaxPriorityRequest
-
- newInstance() - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.RefreshClusterMaxPriorityResponse
-
- newInstance() - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.RefreshNodesRequest
-
- newInstance(DecommissionType) - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.RefreshNodesRequest
-
- newInstance(DecommissionType, Integer) - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.RefreshNodesRequest
-
- newInstance() - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.RefreshNodesResourcesRequest
-
- newInstance() - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.RefreshNodesResourcesResponse
-
- newInstance() - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.RefreshNodesResponse
-
- newInstance() - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.RefreshQueuesRequest
-
- newInstance() - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.RefreshQueuesResponse
-
- newInstance() - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.RefreshServiceAclsRequest
-
- newInstance() - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.RefreshServiceAclsResponse
-
- newInstance() - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.RefreshSuperUserGroupsConfigurationRequest
-
- newInstance() - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.RefreshSuperUserGroupsConfigurationResponse
-
- newInstance() - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.RefreshUserToGroupsMappingsRequest
-
- newInstance() - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.RefreshUserToGroupsMappingsResponse
-
- newInstance(Set<String>) - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.RemoveFromClusterNodeLabelsRequest
-
- newInstance() - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.RemoveFromClusterNodeLabelsResponse
-
- newInstance(Map<NodeId, Set<String>>) - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.ReplaceLabelsOnNodeRequest
-
- newInstance() - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.ReplaceLabelsOnNodeResponse
-
- newInstance(Map<NodeId, ResourceOption>) - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.UpdateNodeResourceRequest
-
- newInstance() - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.UpdateNodeResourceResponse
-
- newRecord(Class<T>) - Static method in class org.apache.hadoop.yarn.util.Records
-
- newRecordInstance(Class<T>) - Method in interface org.apache.hadoop.yarn.factories.RecordFactory
-
- NM_ADDRESS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
address of node manager IPC.
- NM_ADMIN_USER_ENV - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Environment variables that will be sent to containers.
- NM_AUX_SERVICE_FMT - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_AUX_SERVICES - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_AUX_SERVICES_CLASSPATH - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_AUX_SERVICES_SYSTEM_CLASSES - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_BIND_HOST - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The actual bind address or the NM.
- NM_CLIENT_ASYNC_THREAD_POOL_MAX_SIZE - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Max number of threads in NMClientAsync to process container management
events
- NM_CLIENT_MAX_NM_PROXIES - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Maximum number of proxy connections to cache for node managers.
- NM_COLLECTOR_SERVICE_ADDRESS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Address where the collector service IPC is.
- NM_COLLECTOR_SERVICE_THREAD_COUNT - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Number of threads container manager uses.
- NM_CONTAINER_DIAGNOSTICS_MAXIMUM_SIZE - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Maximum size of contain's diagnostics to keep for relaunching container
case.
- NM_CONTAINER_EXECUTOR - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
who will execute(launch) the containers.
- NM_CONTAINER_EXECUTOR_SCHED_PRIORITY - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Adjustment to make to the container os scheduling priority.
- NM_CONTAINER_LOCALIZER_JAVA_OPTS_DEFAULT - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_CONTAINER_LOCALIZER_JAVA_OPTS_KEY - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The JVM options used on forking ContainerLocalizer process
by container executor.
- NM_CONTAINER_METRICS_ENABLE - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Enable/disable container metrics.
- NM_CONTAINER_METRICS_PERIOD_MS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Container metrics flush period.
- NM_CONTAINER_METRICS_UNREGISTER_DELAY_MS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The delay time ms to unregister container metrics after completion.
- NM_CONTAINER_MGR_THREAD_COUNT - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Number of threads container manager uses.
- NM_CONTAINER_MON_INTERVAL_MS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
How often to monitor containers.
- NM_CONTAINER_MON_PROCESS_TREE - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Class that calculates process tree resource utilization.
- NM_CONTAINER_MON_RESOURCE_CALCULATOR - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Class that calculates containers current resource utilization.
- NM_CONTAINER_MONITOR_ENABLED - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_CONTAINER_QUEUING_LIMIT_STDEV - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Value of standard deviation used for calculation of queue limit
thresholds.
- NM_CONTAINER_QUEUING_LOAD_COMPARATOR - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Comparator for determining node load for scheduling of opportunistic
containers.
- NM_CONTAINER_QUEUING_MAX_QUEUE_LENGTH - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Max length of container queue at NodeManager.
- NM_CONTAINER_QUEUING_MAX_QUEUE_WAIT_TIME_MS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Max queue wait time for a container queue at a NodeManager.
- NM_CONTAINER_QUEUING_MIN_QUEUE_LENGTH - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Min length of container queue at NodeManager.
- NM_CONTAINER_QUEUING_MIN_QUEUE_WAIT_TIME_MS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Min queue wait time for a container at a NodeManager.
- NM_CONTAINER_QUEUING_SORTING_NODES_INTERVAL_MS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Frequency for computing least loaded NMs.
- NM_CONTAINER_QUEUING_USE_PAUSE_FOR_PREEMPTION - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Use container pause as the preemption policy over kill in the container
queue at a NodeManager.
- NM_CONTAINER_RETRY_MINIMUM_INTERVAL_MS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Minimum container restart interval.
- NM_CONTAINER_STATE_TRANSITION_LISTENERS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
List of container state transition listeners.
- NM_CONTAINER_STDERR_BYTES - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_CONTAINER_STDERR_PATTERN - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_COUNT_LOGICAL_PROCESSORS_AS_CORES - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Count logical processors(like hyperthreads) as cores.
- NM_CPU_RESOURCE_ENABLED - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Enable cpu isolation.
- NM_CPU_RESOURCE_PREFIX - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_CSRF_CUSTOM_HEADER - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_CSRF_ENABLED - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_CSRF_METHODS_TO_IGNORE - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_CSRF_PREFIX - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_DEFAULT_CONTAINER_EXECUTOR_LOG_DIRS_PERMISSIONS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_DEFAULT_CONTAINER_EXECUTOR_LOG_DIRS_PERMISSIONS_DEFAULT - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_DEFAULT_CONTAINER_EXECUTOR_PREFIX - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Default permissions for container logs.
- NM_DEFAULT_DOCKER_CONTAINER_EXECUTOR_EXEC_NAME - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The default docker executor (For DockerContainerExecutor).
- NM_DELETE_THREAD_COUNT - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Number of threads used in cleanup.
- NM_DISK_HEALTH_CHECK_ENABLE - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Enable/Disable disks' health checker.
- NM_DISK_HEALTH_CHECK_INTERVAL_MS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Frequency of running disks' health checker.
- NM_DISK_RESOURCE_ENABLED - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
This setting controls if resource handling for disk operations is enabled.
- NM_DISK_RESOURCE_PREFIX - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Prefix for disk configurations.
- NM_DOCKER_ALLOW_PRIVILEGED_CONTAINERS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Allow privileged containers.
- NM_DOCKER_ALLOWED_CONTAINER_NETWORKS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The set of networks allowed when launching containers using the
DockerContainerRuntime.
- NM_DOCKER_CONTAINER_CAPABILITIES - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Capabilities allowed (and added by default) for docker containers.
- NM_DOCKER_CONTAINER_EXECUTOR_EXEC_NAME - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The name of the docker executor (For DockerContainerExecutor).
- NM_DOCKER_CONTAINER_EXECUTOR_IMAGE_NAME - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The Docker image name(For DockerContainerExecutor).
- NM_DOCKER_DEFAULT_CONTAINER_NETWORK - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The network used when launching containers using the
DockerContainerRuntime when no network is specified in the request.
- NM_DOCKER_ENABLE_USER_REMAPPING - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
enable user remapping.
- NM_DOCKER_PRIVILEGED_CONTAINERS_ACL - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
ACL list for users allowed to run privileged containers.
- NM_DOCKER_USER_REMAPPING_GID_THRESHOLD - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
lower limit for acceptable gids of user remapped user.
- NM_DOCKER_USER_REMAPPING_UID_THRESHOLD - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
lower limit for acceptable uids of user remapped user.
- NM_ENABLE_HARDWARE_CAPABILITY_DETECTION - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Enable or disable node hardware capability detection.
- NM_ENV_WHITELIST - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Environment variables that containers may override rather than use NodeManager's default.
- NM_HEALTH_CHECK_INTERVAL_MS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Frequency of running node health script.
- NM_HEALTH_CHECK_SCRIPT_OPTS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The arguments to pass to the health check script.
- NM_HEALTH_CHECK_SCRIPT_PATH - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The health check script to run.
- NM_HEALTH_CHECK_SCRIPT_TIMEOUT_MS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Health check script time out period.
- NM_KEYTAB - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Keytab for NM.
- NM_LINUX_CONTAINER_CGROUPS_DELETE_DELAY - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Delay between attempts to remove linux cgroup.
- NM_LINUX_CONTAINER_CGROUPS_DELETE_TIMEOUT - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Interval of time the linux container executor should try cleaning up
cgroups entry when cleaning up a container.
- NM_LINUX_CONTAINER_CGROUPS_HIERARCHY - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The path the linux container executor should use for cgroups
- NM_LINUX_CONTAINER_CGROUPS_MOUNT - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Whether the linux container executor should mount cgroups if not found
- NM_LINUX_CONTAINER_CGROUPS_MOUNT_PATH - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Where the linux container executor should mount cgroups if not found
- NM_LINUX_CONTAINER_CGROUPS_STRICT_RESOURCE_USAGE - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Whether the apps should run in strict resource usage mode(not allowed to
use spare CPU)
- NM_LINUX_CONTAINER_EXECUTOR_PATH - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The path to the Linux container executor.
- NM_LINUX_CONTAINER_GROUP - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The UNIX group that the linux-container-executor should run as.
- NM_LINUX_CONTAINER_RESOURCES_HANDLER - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The type of resource enforcement to use with the
linux container executor.
- NM_LOCAL_CACHE_MAX_FILES_PER_DIRECTORY - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Number of files in each localized directories
Avoid tuning this too low.
- NM_LOCAL_DIRS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
List of directories to store localized files in.
- NM_LOCALIZER_ADDRESS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Address where the localizer IPC is.
- NM_LOCALIZER_CACHE_CLEANUP_INTERVAL_MS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Interval in between cache cleanups.
- NM_LOCALIZER_CACHE_TARGET_SIZE_MB - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Target size of localizer cache in MB, per nodemanager.
- NM_LOCALIZER_CLIENT_THREAD_COUNT - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Number of threads to handle localization requests.
- NM_LOCALIZER_FETCH_THREAD_COUNT - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Number of threads to use for localization fetching.
- NM_LOG_AGG_COMPRESSION_TYPE - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
T-file compression types used to compress aggregated logs.
- NM_LOG_AGG_POLICY_CLASS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_LOG_AGG_POLICY_CLASS_PARAMETERS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_LOG_AGGREGATION_ROLL_MONITORING_INTERVAL_SECONDS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Define how often NMs wake up and upload log files
- NM_LOG_AGGREGATION_THREAD_POOL_SIZE - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The number of threads to handle log aggregation in node manager.
- NM_LOG_CONTAINER_DEBUG_INFO - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_LOG_DELETION_THREADS_COUNT - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Number of threads used in log cleanup.
- NM_LOG_DIRS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Where to store container logs.
- NM_LOG_RETAIN_SECONDS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Number of seconds to retain logs on the NodeManager.
- NM_MAX_PER_DISK_UTILIZATION_PERCENTAGE - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The maximum percentage of disk space that can be used after which a disk is
marked as offline.
- NM_MEMORY_RESOURCE_CGROUPS_SOFT_LIMIT_PERCENTAGE - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_MEMORY_RESOURCE_CGROUPS_SWAPPINESS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_MEMORY_RESOURCE_ENABLED - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_MEMORY_RESOURCE_PREFIX - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_MIN_HEALTHY_DISKS_FRACTION - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The minimum fraction of number of disks to be healthy for the nodemanager
to launch new containers.
- NM_MIN_PER_DISK_FREE_SPACE_MB - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The minimum space that must be available on a local dir for it to be used.
- NM_MON_RESOURCE_CALCULATOR - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Class that calculates current resource utilization.
- NM_NETWORK_RESOURCE_ENABLED - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
This setting controls if resource handling for network bandwidth is
enabled.
- NM_NETWORK_RESOURCE_INTERFACE - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Specifies the interface to be used for applying network throttling rules.
- NM_NETWORK_RESOURCE_OUTBOUND_BANDWIDTH_MBIT - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Specifies the total available outbound bandwidth on the node.
- NM_NETWORK_RESOURCE_OUTBOUND_BANDWIDTH_YARN_MBIT - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Specifies the total outbound bandwidth available to YARN containers.
- NM_NETWORK_RESOURCE_PREFIX - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_NODE_LABELS_PROVIDER_CONFIG - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_NODE_LABELS_PROVIDER_FETCH_INTERVAL_MS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_NODE_LABELS_PROVIDER_FETCH_TIMEOUT_MS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_NODE_LABELS_RESYNC_INTERVAL - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_NONSECURE_MODE_LIMIT_USERS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
If linux-container-executor should limit itself to one user
when running in non-secure mode.
- NM_NONSECURE_MODE_LOCAL_USER_KEY - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The UNIX user that containers will run as when Linux-container-executor
is used in nonsecure mode (a use case for this is using cgroups).
- NM_NONSECURE_MODE_USER_PATTERN_KEY - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The allowed pattern for UNIX user names enforced by
Linux-container-executor when used in nonsecure mode (use case for this
is using cgroups).
- NM_OPPORTUNISTIC_CONTAINERS_MAX_QUEUE_LENGTH - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Max Queue length of OPPORTUNISTIC
containers on the NM.
- NM_PCORES_VCORES_MULTIPLIER - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Multiplier to convert physical cores to vcores.
- NM_PMEM_CHECK_ENABLED - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Specifies whether physical memory check is enabled.
- NM_PMEM_MB - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Amount of memory in MB that can be allocated for containers.
- NM_PREFIX - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Prefix for all node manager configs.
- NM_PRINCIPAL - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The kerberos principal for the node manager.
- NM_PROCESS_KILL_WAIT_MS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Max time to wait for a process to come up when trying to cleanup
container resources
- NM_PROVIDER_CONFIGURED_NODE_PARTITION - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_RECOVERY_COMPACTION_INTERVAL_SECS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The time in seconds between full compactions of the NM state database.
- NM_RECOVERY_DIR - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_RECOVERY_ENABLED - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_RECOVERY_PREFIX - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_RECOVERY_SUPERVISED - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_REMOTE_APP_LOG_DIR - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Where to aggregate logs to.
- NM_REMOTE_APP_LOG_DIR_SUFFIX - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The remote log dir will be created at
NM_REMOTE_APP_LOG_DIR/${user}/NM_REMOTE_APP_LOG_DIR_SUFFIX/${appId}
- NM_RESOURCE_MON_INTERVAL_MS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
How often to monitor resource in a node.
- NM_RESOURCE_PERCENTAGE_PHYSICAL_CPU_LIMIT - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Percentage of overall CPU which can be allocated for containers.
- NM_RESOURCEMANAGER_CONNECT_MAX_WAIT_MS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Max time to wait for NM to connection to RM.
- NM_RESOURCEMANAGER_CONNECT_RETRY_INTERVAL_MS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Time interval between each NM attempt to connection to RM.
- NM_RESOURCEMANAGER_MINIMUM_VERSION - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_SCRIPT_BASED_NODE_LABELS_PROVIDER_PATH - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_SCRIPT_BASED_NODE_LABELS_PROVIDER_SCRIPT_OPTS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_SLEEP_DELAY_BEFORE_SIGKILL_MS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
No.
- NM_SYSTEM_RESERVED_PMEM_MB - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Amount of memory in MB that has been reserved for non-yarn use.
- NM_USER_HOME_DIR - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_VCORES - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Number of Virtual CPU Cores which can be allocated for containers.
- NM_VMEM_CHECK_ENABLED - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Specifies whether physical memory check is enabled.
- NM_VMEM_PMEM_RATIO - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Conversion ratio for physical memory to virtual memory.
- NM_WEBAPP_ADDRESS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
NM Webapp address.
- NM_WEBAPP_ENABLE_CORS_FILTER - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Enable/disable CORS filter.
- NM_WEBAPP_HTTPS_ADDRESS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
NM Webapp https address.
- NM_WEBAPP_SPNEGO_KEYTAB_FILE_KEY - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The kerberos keytab to be used for spnego filter for NM.
- NM_WEBAPP_SPNEGO_USER_NAME_KEY - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The kerberos principal to be used for spnego filter for NM.
- NM_WINDOWS_CONTAINER_CPU_LIMIT_ENABLED - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_WINDOWS_CONTAINER_MEMORY_LIMIT_ENABLED - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Indicates if memory and CPU limits will be set for the Windows Job
Object for the containers launched by the default container executor.
- NM_WINDOWS_SECURE_CONTAINER_GROUP - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
/* The Windows group that the windows-secure-container-executor should run as.
- NM_WM_LOW_PER_DISK_UTILIZATION_PERCENTAGE - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The low threshold percentage of disk space used when an offline disk is
marked as online.
- NM_XFS_OPTIONS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NM_XFS_PREFIX - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- NMNotYetReadyException - Exception in org.apache.hadoop.yarn.exceptions
-
- NMNotYetReadyException(String) - Constructor for exception org.apache.hadoop.yarn.exceptions.NMNotYetReadyException
-
- NMToken - Class in org.apache.hadoop.yarn.api.records
-
The NMToken is used for authenticating communication with
NodeManager
- NMToken() - Constructor for class org.apache.hadoop.yarn.api.records.NMToken
-
- nmTokens(List<NMToken>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse.AllocateResponseBuilder
-
Set the nmTokens
of the response.
- NO_DOMAIN - Static variable in class org.apache.hadoop.yarn.api.records.timeline.TimelinePutResponse.TimelinePutError
-
Error code returned if the entity doesn't have an valid domain ID
- NO_START_TIME - Static variable in class org.apache.hadoop.yarn.api.records.timeline.TimelinePutResponse.TimelinePutError
-
Error code returned when no start time can be found when putting an
entity.
- NODE_LABEL_EXPRESSION_NOT_SET - Static variable in class org.apache.hadoop.yarn.api.records.NodeLabel
-
Node Label expression not set .
- NODE_LABELS_ENABLED - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Flag to indicate if the node labels feature enabled, by default it's
disabled
- NODE_LABELS_PREFIX - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Node-labels configurations
- NodeId - Class in org.apache.hadoop.yarn.api.records
-
NodeId
is the unique identifier for a node.
- NodeId() - Constructor for class org.apache.hadoop.yarn.api.records.NodeId
-
- NodeLabel - Class in org.apache.hadoop.yarn.api.records
-
- NodeLabel() - Constructor for class org.apache.hadoop.yarn.api.records.NodeLabel
-
- NODELABEL_CONFIGURATION_TYPE - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- nodeLabelExpression(String) - Method in class org.apache.hadoop.yarn.api.records.ResourceRequest.ResourceRequestBuilder
-
Set the nodeLabelExpression
of the request.
- NodeReport - Class in org.apache.hadoop.yarn.api.records
-
NodeReport
is a summary of runtime information of a node
in the cluster.
- NodeReport() - Constructor for class org.apache.hadoop.yarn.api.records.NodeReport
-
- NodeState - Enum in org.apache.hadoop.yarn.api.records
-
State of a Node
.
- NUMBER_OF_ASYNC_ENTITIES_TO_MERGE - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- numClusterNodes(int) - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse.AllocateResponseBuilder
-
Set the numClusterNodes
of the response.
- numContainers(int) - Method in class org.apache.hadoop.yarn.api.records.ResourceRequest.ResourceRequestBuilder
-
Set the numContainers
of the request.
- SCHEDULER_CONFIGURATION_STORE_CLASS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- SCM_ADMIN_ADDRESS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The address of the SCM admin interface.
- SCM_ADMIN_CLIENT_THREAD_COUNT - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Number of threads used to handle SCM admin interface.
- SCM_APP_CHECKER_CLASS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- SCM_CLEANER_INITIAL_DELAY_MINS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Initial delay before the first cleaner task is scheduled.
- SCM_CLEANER_PERIOD_MINS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The frequency at which a cleaner task runs.
- SCM_CLEANER_RESOURCE_SLEEP_MS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The time to sleep between processing each shared cache resource.
- SCM_CLIENT_SERVER_ADDRESS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The address of the client interface in the SCM.
- SCM_CLIENT_SERVER_THREAD_COUNT - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The number of threads used to handle shared cache manager requests.
- SCM_STORE_CLASS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- SCM_STORE_PREFIX - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- SCM_UPLOADER_SERVER_ADDRESS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The address of the node manager interface in the SCM.
- SCM_UPLOADER_SERVER_THREAD_COUNT - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The number of SCM threads used to handle notify requests from the node
manager.
- SCM_WEBAPP_ADDRESS - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The address of the SCM web application.
- SCMAdminProtocol - Interface in org.apache.hadoop.yarn.server.api
-
The protocol between administrators and the SharedCacheManager
- SCMAdminProtocolPB - Interface in org.apache.hadoop.yarn.server.api
-
- SCRIPT_NODE_LABELS_PROVIDER - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- SerializedException - Class in org.apache.hadoop.yarn.api.records
-
- SerializedException() - Constructor for class org.apache.hadoop.yarn.api.records.SerializedException
-
- setAbout(String) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineAbout
-
- setAbsoluteCapacity(float) - Method in class org.apache.hadoop.yarn.api.records.QueueConfigurations
-
Set the absolute capacity.
- setAbsoluteMaxCapacity(float) - Method in class org.apache.hadoop.yarn.api.records.QueueConfigurations
-
Set the absolute maximum capacity.
- setAcceptanceTime(long) - Method in class org.apache.hadoop.yarn.api.records.ReservationAllocationState
-
Set the time that the reservation was accepted.
- setAccepted(boolean) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RunSharedCacheCleanerTaskResponse
-
Set whether or not the shared cache manager has accepted the request Shared
cache manager will reject the request if there is an ongoing task
- setAccessibleNodeLabels(Set<String>) - Method in class org.apache.hadoop.yarn.api.records.QueueInfo
-
Set the accessible node labels
of the queue.
- setAggregatedContainersUtilization(ResourceUtilization) - Method in class org.apache.hadoop.yarn.api.records.NodeReport
-
- setAllocatedContainers(List<Container>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
Set the list of newly allocated Container
by the
ResourceManager
.
- setAllocatedContainers(long) - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Set the number of allocated containers.
- setAllocatedMemoryMB(long) - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Set the allocated memory in MB
- setAllocatedResource(Resource) - Method in class org.apache.hadoop.yarn.api.records.ContainerReport
-
- setAllocatedVCores(long) - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Set the allocated vcores
- setAllocationRequestId(long) - Method in class org.apache.hadoop.yarn.api.records.Container
-
Set the optional ID corresponding to the original ResourceRequest{@link #setAllocationRequestId(long)}
etAllocationRequestId()
}s which is satisfied by this allocated Container
.
- setAllocationRequestId(long) - Method in class org.apache.hadoop.yarn.api.records.ResourceRequest
-
Set the optional ID corresponding to this allocation request.
- setAllServicesMetaData(Map<String, ByteBuffer>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.StartContainersResponse
-
Set to the list of auxiliary services which have been started on the
NodeManager
.
- setAMCommand(AMCommand) - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
- setAMContainerId(ContainerId) - Method in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
-
- setAMContainerResourceRequest(ResourceRequest) - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
- setAMContainerResourceRequests(List<ResourceRequest>) - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Set ResourceRequests of the AM container.
- setAMContainerSpec(ContainerLaunchContext) - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Set the ContainerLaunchContext
to describe the
Container
with which the ApplicationMaster
is
launched.
- setAmNodeLabelExpression(String) - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
- setAMRMToken(Token) - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
- setAMRMToken(Token) - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
- setAppId(ApplicationId) - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReleaseSharedCacheResourceRequest
-
Set the ApplicationId
of the resource to be released.
- setAppId(ApplicationId) - Method in class org.apache.hadoop.yarn.api.protocolrecords.UseSharedCacheResourceRequest
-
Set the ApplicationId
of the resource to be used.
- setApplicationACLs(Map<ApplicationAccessType, String>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterResponse
-
Set the ApplicationACL
s for the application.
- setApplicationACLs(Map<ApplicationAccessType, String>) - Method in class org.apache.hadoop.yarn.api.records.ContainerLaunchContext
-
Set the ApplicationACL
s for the application.
- setApplicationAttemptId(ApplicationAttemptId) - Method in class org.apache.hadoop.yarn.api.protocolrecords.FailApplicationAttemptRequest
-
- setApplicationAttemptId(ApplicationAttemptId) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptReportRequest
-
Set the ApplicationAttemptId
of an application attempt
- setApplicationAttemptId(ApplicationAttemptId) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetContainersRequest
-
Set the ApplicationAttemptId
of an application attempt
- setApplicationAttemptId(ApplicationAttemptId) - Method in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
-
- setApplicationAttemptId(ApplicationAttemptId) - Method in class org.apache.hadoop.yarn.api.records.ContainerId
-
- setApplicationAttemptList(List<ApplicationAttemptReport>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptsResponse
-
Get a list of ApplicationReport
of an application.
- setApplicationAttemptReport(ApplicationAttemptReport) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptReportResponse
-
Get the ApplicationAttemptReport
for the application attempt.
- setApplicationId(ApplicationId) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptsRequest
-
Set the ApplicationId
of an application
- setApplicationId(ApplicationId) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationReportRequest
-
Set the ApplicationId
of the application
- setApplicationId(ApplicationId) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetNewApplicationResponse
-
- setApplicationId(ApplicationId) - Method in class org.apache.hadoop.yarn.api.protocolrecords.KillApplicationRequest
-
- setApplicationId(ApplicationId) - Method in class org.apache.hadoop.yarn.api.protocolrecords.MoveApplicationAcrossQueuesRequest
-
Set the ApplicationId
of the application to be moved.
- setApplicationId(ApplicationId) - Method in class org.apache.hadoop.yarn.api.protocolrecords.UpdateApplicationPriorityRequest
-
Set the ApplicationId
of the application.
- setApplicationId(ApplicationId) - Method in class org.apache.hadoop.yarn.api.protocolrecords.UpdateApplicationTimeoutsRequest
-
Set the ApplicationId
of the application.
- setApplicationId(ApplicationId) - Method in class org.apache.hadoop.yarn.api.records.ApplicationAttemptId
-
- setApplicationId(ApplicationId) - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
- setApplicationId(ApplicationId) - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Set the ApplicationId
of the submitted application.
- setApplicationId(ApplicationId) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEntityGroupId
-
- setApplicationList(List<ApplicationReport>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsResponse
-
- setApplicationName(String) - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Set the application name.
- setApplicationPriority(Priority) - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
- setApplicationPriority(Priority) - Method in class org.apache.hadoop.yarn.api.protocolrecords.UpdateApplicationPriorityRequest
-
Set the Priority
of the application.
- setApplicationPriority(Priority) - Method in class org.apache.hadoop.yarn.api.protocolrecords.UpdateApplicationPriorityResponse
-
Set the Priority
of the application.
- setApplicationReport(ApplicationReport) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationReportResponse
-
- setApplicationResourceUsageReport(ApplicationResourceUsageReport) - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
Store the structure containing the job resources for this application
- setApplications(List<ApplicationReport>) - Method in class org.apache.hadoop.yarn.api.records.QueueInfo
-
- setApplicationStates(EnumSet<YarnApplicationState>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
-
Set the application states to filter applications on
- setApplicationStates(Set<String>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
-
Set the application states to filter applications on
- setApplicationSubmissionContext(ApplicationSubmissionContext) - Method in class org.apache.hadoop.yarn.api.protocolrecords.SubmitApplicationRequest
-
Set the ApplicationSubmissionContext
for the application.
- setApplicationTags(Set<String>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
-
Set the list of tags to filter applications on
- setApplicationTags(Set<String>) - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
- setApplicationTags(Set<String>) - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Set tags for the application.
- setApplicationTimeouts(Map<ApplicationTimeoutType, String>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.UpdateApplicationTimeoutsRequest
-
Set the ApplicationTimeouts
for the application.
- setApplicationTimeouts(Map<ApplicationTimeoutType, String>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.UpdateApplicationTimeoutsResponse
-
Set the ApplicationTimeouts
for the application.
- setApplicationTimeouts(Map<ApplicationTimeoutType, ApplicationTimeout>) - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
- setApplicationTimeouts(Map<ApplicationTimeoutType, Long>) - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Set the ApplicationTimeouts
for the application in seconds.
- setApplicationType(String) - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
- setApplicationType(String) - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Set the application type
- setApplicationTypes(Set<String>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
-
Set the application types to filter applications on
- setAppNodeLabelExpression(String) - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
- setArrival(long) - Method in class org.apache.hadoop.yarn.api.records.ReservationDefinition
-
Set the arrival time or the earliest time from which the resource(s) can be
allocated.
- setAskList(List<ResourceRequest>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateRequest
-
Set list of ResourceRequest
to update the
ResourceManager
about the application's resource requirements.
- setAssignedNode(NodeId) - Method in class org.apache.hadoop.yarn.api.records.ContainerReport
-
- setAttemptFailuresValidityInterval(long) - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Set the attemptFailuresValidityInterval in milliseconds for the application
- setAttemptId(int) - Method in class org.apache.hadoop.yarn.api.records.ApplicationAttemptId
-
- setAutoCommit(boolean) - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReInitializeContainerRequest
-
Set AutoCommit flag for this ReInitialization.
- setAuxiliaryLocalPathHandler(AuxiliaryLocalPathHandler) - Method in class org.apache.hadoop.yarn.server.api.AuxiliaryService
-
Method that sets the local dirs path handler for this Auxiliary Service.
- setAvailableMemoryMB(long) - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Set the available memory in MB
- setAvailableResources(Resource) - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
- setAvailableVCores(long) - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Set the available vcores
- setBlacklistAdditions(List<String>) - Method in class org.apache.hadoop.yarn.api.records.ResourceBlacklistRequest
-
Set list of resource-names which should be added to the application blacklist.
- setBlacklistRemovals(List<String>) - Method in class org.apache.hadoop.yarn.api.records.ResourceBlacklistRequest
-
Set list of resource-names which should be removed from the
application blacklist.
- setCancelTokensWhenComplete(boolean) - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Set to false if tokens should not be canceled when the app finished else
false.
- setCapability(Resource) - Method in class org.apache.hadoop.yarn.api.records.ContainerResourceDecrease
-
Deprecated.
- setCapability(Resource) - Method in class org.apache.hadoop.yarn.api.records.ContainerResourceIncrease
-
Deprecated.
- setCapability(Resource) - Method in class org.apache.hadoop.yarn.api.records.ContainerResourceIncreaseRequest
-
Deprecated.
- setCapability(Resource) - Method in class org.apache.hadoop.yarn.api.records.ContainerStatus
-
- setCapability(Resource) - Method in class org.apache.hadoop.yarn.api.records.NodeReport
-
- setCapability(Resource) - Method in class org.apache.hadoop.yarn.api.records.ReservationRequest
-
Set the
Resource
capability of the request
- setCapability(Resource) - Method in class org.apache.hadoop.yarn.api.records.ResourceAllocationRequest
-
Set the allocated resource.
- setCapability(Resource) - Method in class org.apache.hadoop.yarn.api.records.ResourceRequest
-
Set the Resource
capability of the request.
- setCapability(Resource) - Method in class org.apache.hadoop.yarn.api.records.UpdateContainerRequest
-
Set the Resource
capability of the request.
- setCapacity(float) - Method in class org.apache.hadoop.yarn.api.records.QueueConfigurations
-
Set the queue capacity.
- setCapacity(float) - Method in class org.apache.hadoop.yarn.api.records.QueueInfo
-
- setChildQueues(List<QueueInfo>) - Method in class org.apache.hadoop.yarn.api.records.QueueInfo
-
- setChildren(Set<TimelineEntity.Identifier>) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.HierarchicalTimelineEntity
-
- setClientToAMToken(Token) - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
- setClientToAMTokenMasterKey(ByteBuffer) - Method in class org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterResponse
-
Set ClientToAMToken master key.
- setCluster(String) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.FlowActivityEntity
-
- setClusterMetrics(YarnClusterMetrics) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterMetricsResponse
-
- setClusterTimestamp(long) - Method in class org.apache.hadoop.yarn.api.records.ApplicationId
-
- setClusterTimestamp(long) - Method in class org.apache.hadoop.yarn.api.records.ReservationId
-
- setClusterUsagePercentage(float) - Method in class org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport
-
Set the percentage of resources of the cluster that the app is using.
- setCollectorAddr(String) - Method in class org.apache.hadoop.yarn.api.records.CollectorInfo
-
- setCollectorInfo(CollectorInfo) - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
- setCollectorToken(Token) - Method in class org.apache.hadoop.yarn.api.records.CollectorInfo
-
- setCommand(SignalContainerCommand) - Method in class org.apache.hadoop.yarn.api.protocolrecords.SignalContainerRequest
-
Set the SignalContainerCommand
of the signal request.
- setCommands(List<String>) - Method in class org.apache.hadoop.yarn.api.records.ContainerLaunchContext
-
Add the list of commands for launching the container.
- setCompletedContainersStatuses(List<ContainerStatus>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
- setConcurrency(int) - Method in class org.apache.hadoop.yarn.api.records.ReservationRequest
-
Set the number of containers that need to be scheduled concurrently.
- setConfigs(Map<String, String>) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
-
- setContainer(Container) - Method in class org.apache.hadoop.yarn.api.records.UpdatedContainer
-
Set the Container
.
- setContainerExitStatus(int) - Method in class org.apache.hadoop.yarn.api.records.ContainerReport
-
- setContainerId(ContainerId) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetContainerReportRequest
-
Set the ContainerId
of the container
- setContainerId(ContainerId) - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReInitializeContainerRequest
-
Set the ContainerId
of the container to re-initialize.
- setContainerId(ContainerId) - Method in class org.apache.hadoop.yarn.api.protocolrecords.ResourceLocalizationRequest
-
Set the ContainerId
of the container to localize resources.
- setContainerId(ContainerId) - Method in class org.apache.hadoop.yarn.api.protocolrecords.SignalContainerRequest
-
Set the ContainerId
of the container to signal.
- setContainerId(long) - Method in class org.apache.hadoop.yarn.api.records.ContainerId
-
- setContainerId(ContainerId) - Method in class org.apache.hadoop.yarn.api.records.ContainerReport
-
- setContainerId(ContainerId) - Method in class org.apache.hadoop.yarn.api.records.ContainerResourceDecrease
-
Deprecated.
- setContainerId(ContainerId) - Method in class org.apache.hadoop.yarn.api.records.ContainerResourceIncrease
-
Deprecated.
- setContainerId(ContainerId) - Method in class org.apache.hadoop.yarn.api.records.ContainerResourceIncreaseRequest
-
Deprecated.
- setContainerId(ContainerId) - Method in class org.apache.hadoop.yarn.api.records.ContainerStatus
-
- setContainerId(ContainerId) - Method in class org.apache.hadoop.yarn.api.records.UpdateContainerRequest
-
Set the ContainerId
of the container.
- setContainerIds(List<ContainerId>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetContainerStatusesRequest
-
Set a list of ContainerId
s of containers for which to obtain
the ContainerStatus
- setContainerIds(List<ContainerId>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.StopContainersRequest
-
Set the ContainerId
s of the containers to be stopped.
- setContainerLaunchContext(ContainerLaunchContext) - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReInitializeContainerRequest
-
Set the ContainerLaunchContext
to re-initialize the container
with.
- setContainerLaunchContext(ContainerLaunchContext) - Method in class org.apache.hadoop.yarn.api.protocolrecords.StartContainerRequest
-
Set the ContainerLaunchContext
for the container to be started
by the NodeManager
- setContainerList(List<ContainerReport>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetContainersResponse
-
Set a list of ContainerReport
for all the containers of an
application attempt.
- setContainerReport(ContainerReport) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetContainerReportResponse
-
- setContainerRetryContext(ContainerRetryContext) - Method in class org.apache.hadoop.yarn.api.records.ContainerLaunchContext
-
Set the ContainerRetryContext
to relaunch container.
- setContainers(Set<PreemptionContainer>) - Method in class org.apache.hadoop.yarn.api.records.PreemptionContract
-
- setContainers(Set<PreemptionContainer>) - Method in class org.apache.hadoop.yarn.api.records.StrictPreemptionContract
-
- setContainersFromPreviousAttempts(List<Container>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterResponse
-
Set the list of running containers as viewed by
ResourceManager
from previous application attempts.
- setContainerState(ContainerState) - Method in class org.apache.hadoop.yarn.api.records.ContainerReport
-
- setContainerStatuses(List<ContainerStatus>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetContainerStatusesResponse
-
Set the ContainerStatus
es of the requested containers.
- setContainersToIncrease(List<Token>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.IncreaseContainersResourceRequest
-
Set container tokens to be used during container resource increase.
- setContainersToUpdate(List<Token>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.ContainerUpdateRequest
-
Set container tokens to be used during container resource increase.
- setContainerSubState(ContainerSubState) - Method in class org.apache.hadoop.yarn.api.records.ContainerStatus
-
Add Extra state information of the container (SCHEDULED, LOCALIZING etc.).
- setContainerToken(Token) - Method in class org.apache.hadoop.yarn.api.protocolrecords.StartContainerRequest
-
- setContainerToken(Token) - Method in class org.apache.hadoop.yarn.api.records.Container
-
- setContainerToken(Token) - Method in class org.apache.hadoop.yarn.api.records.ContainerResourceIncrease
-
Deprecated.
- setContainerUpdateType(ContainerUpdateType) - Method in class org.apache.hadoop.yarn.api.records.UpdateContainerRequest
-
Set the ContainerUpdateType
of the container.
- setContainerVersion(int) - Method in class org.apache.hadoop.yarn.api.records.UpdateContainerRequest
-
Set the current version of the container.
- setContent(Object) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineDelegationTokenResponse
-
- setContract(PreemptionContract) - Method in class org.apache.hadoop.yarn.api.records.PreemptionMessage
-
- setCPU(float) - Method in class org.apache.hadoop.yarn.api.records.ResourceUtilization
-
Set CPU utilization.
- setCreatedTime(Long) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineDomain
-
Set the created time of the domain
- setCreatedTime(Long) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
-
- setCreationTime(long) - Method in class org.apache.hadoop.yarn.api.records.ContainerReport
-
- setCurrentApplicationAttemptId(ApplicationAttemptId) - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
- setCurrentCapacity(float) - Method in class org.apache.hadoop.yarn.api.records.QueueInfo
-
- setCurrentContainerVersion(int) - Method in class org.apache.hadoop.yarn.api.records.UpdateContainerError
-
Set current container version.
- setDate(long) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.FlowActivityEntity
-
- setDeadline(long) - Method in class org.apache.hadoop.yarn.api.records.ReservationDefinition
-
Set the deadline or the latest time by when the resource(s) must be
allocated.
- setDecommissioningNodes(Set<NodeId>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.CheckForDecommissioningNodesResponse
-
- setDecommissionTimeout(Integer) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RefreshNodesRequest
-
Set the DecommissionTimeout.
- setDecommissionType(DecommissionType) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RefreshNodesRequest
-
Set the DecommissionType
- setDefaultNodeLabelExpression(String) - Method in class org.apache.hadoop.yarn.api.records.QueueInfo
-
- setDelegationToken(Token) - Method in class org.apache.hadoop.yarn.api.protocolrecords.CancelDelegationTokenRequest
-
- setDelegationToken(Token) - Method in class org.apache.hadoop.yarn.api.protocolrecords.RenewDelegationTokenRequest
-
- setDescription(String) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineDomain
-
Set the domain description
- setDiagnostics(String) - Method in class org.apache.hadoop.yarn.api.protocolrecords.FinishApplicationMasterRequest
-
Set diagnostic information on application failure.
- setDiagnostics(String) - Method in class org.apache.hadoop.yarn.api.protocolrecords.KillApplicationRequest
-
Set the diagnostics to which the application is being killed.
- setDiagnostics(String) - Method in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
-
- setDiagnostics(String) - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
- setDiagnostics(String) - Method in class org.apache.hadoop.yarn.api.records.ContainerStatus
-
- setDiagnosticsInfo(String) - Method in class org.apache.hadoop.yarn.api.records.ContainerReport
-
- setDomainId(String) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEntity
-
Set the ID of the domain that the entity is to be put
- setDomains(List<TimelineDomain>) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineDomains
-
Set the domain list to the given list of domains
- setDuration(long) - Method in class org.apache.hadoop.yarn.api.records.ReservationRequest
-
Set the duration in milliseconds for which the resource is required.
- setEndTime(long) - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationListRequest
-
Set the end time to use to search for reservations.
- setEndTime(long) - Method in class org.apache.hadoop.yarn.api.records.ResourceAllocationRequest
-
Set the end time that the resource is allocated.
- setEnforceExecutionType(boolean) - Method in class org.apache.hadoop.yarn.api.records.ExecutionTypeRequest
-
Set to true to explicitly ask that the Scheduling Authority return
Containers of exactly the Execution Type requested.
- setEntities(List<TimelineEntity>) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEntities
-
Set the entity list to the given list of entities
- setEntities(List<TimelineEntity>) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntities
-
- setEntityId(String) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEntity
-
Set the entity Id
- setEntityId(String) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEvents.EventsOfOneEntity
-
Set the entity Id
- setEntityId(String) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelinePutResponse.TimelinePutError
-
Set the entity Id
- setEntityId(String) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineWriteResponse.TimelineWriteError
-
Set the entity Id.
- setEntityType(String) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEntity
-
Set the entity type
- setEntityType(String) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEvents.EventsOfOneEntity
-
Set the entity type
- setEntityType(String) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelinePutResponse.TimelinePutError
-
Set the entity type
- setEntityType(String) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineWriteResponse.TimelineWriteError
-
Set the entity type.
- setEnvironment(Map<String, String>) - Method in class org.apache.hadoop.yarn.api.records.ContainerLaunchContext
-
Add environment variables for the container.
- setErrorCode(int) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelinePutResponse.TimelinePutError
-
Set the error code to the given error code
- setErrorCode(int) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineWriteResponse.TimelineWriteError
-
Set the error code to the given error code.
- setErrorCodes(Set<Integer>) - Method in class org.apache.hadoop.yarn.api.records.ContainerRetryContext
-
- setErrors(List<TimelinePutResponse.TimelinePutError>) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelinePutResponse
-
- setErrors(List<TimelineWriteResponse.TimelineWriteError>) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineWriteResponse
-
- setEventInfo(Map<String, Object>) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEvent
-
Set the information map to the given map of the information of the event
- setEvents(List<TimelineEvent>) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEntity
-
Set the event list to the given list of events related to the entity
- setEvents(List<TimelineEvent>) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEvents.EventsOfOneEntity
-
Set the event list to the given list of events
- setEvents(List<TimelineEvents.EventsOfOneEntity>) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEvents
-
- setEvents(NavigableSet<TimelineEvent>) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
-
- setEventType(String) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEvent
-
Set the event type
- setExcludePattern(String) - Method in class org.apache.hadoop.yarn.api.records.LogAggregationContext
-
Set exclude pattern.
- setExclusivity(boolean) - Method in class org.apache.hadoop.yarn.api.records.NodeLabel
-
- setExecutionType(ExecutionType) - Method in class org.apache.hadoop.yarn.api.records.Container
-
Set the ExecutionType
for the container.
- setExecutionType(ExecutionType) - Method in class org.apache.hadoop.yarn.api.records.ContainerReport
-
- setExecutionType(ExecutionType) - Method in class org.apache.hadoop.yarn.api.records.ContainerStatus
-
- setExecutionType(ExecutionType) - Method in class org.apache.hadoop.yarn.api.records.ExecutionTypeRequest
-
Set the ExecutionType
of the requested container.
- setExecutionType(ExecutionType) - Method in class org.apache.hadoop.yarn.api.records.UpdateContainerRequest
-
Set the target ExecutionType
of the container.
- setExecutionTypeRequest(ExecutionTypeRequest) - Method in class org.apache.hadoop.yarn.api.records.ResourceRequest
-
Set the ExecutionTypeRequest
of the requested container.
- setExitStatus(int) - Method in class org.apache.hadoop.yarn.api.records.ContainerStatus
-
- setExpiryTime(String) - Method in class org.apache.hadoop.yarn.api.records.ApplicationTimeout
-
Set expiryTime
for given timeout type.
- setFailedRequests(Map<ContainerId, SerializedException>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.ContainerUpdateResponse
-
Set the containerId-to-exception map in which the exception indicates
error from each container for failed requests.
- setFailedRequests(Map<ContainerId, SerializedException>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetContainerStatusesResponse
-
Set the containerId-to-exception map in which the exception indicates error
from per container for failed requests
- setFailedRequests(Map<ContainerId, SerializedException>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.IncreaseContainersResourceResponse
-
Set the containerId-to-exception map in which the exception indicates
error from each container for failed requests.
- setFailedRequests(Map<ContainerId, SerializedException>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.StartContainersResponse
-
Set the containerId-to-exception map in which the exception indicates error
from per container for failed requests
- setFailedRequests(Map<ContainerId, SerializedException>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.StopContainersResponse
-
Set the containerId-to-exception map in which the exception indicates error
from per container for failed requests
- setFailOnUnknownNodes(boolean) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.ReplaceLabelsOnNodeRequest
-
- setFile(String) - Method in class org.apache.hadoop.yarn.api.records.URL
-
Set the file of the URL.
- setFinalApplicationStatus(FinalApplicationStatus) - Method in class org.apache.hadoop.yarn.api.protocolrecords.FinishApplicationMasterRequest
-
Set the final state of the ApplicationMaster
- setFinalApplicationStatus(FinalApplicationStatus) - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
- setFinishRange(LongRange) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
-
Set the range of finish times to filter applications on
- setFinishRange(long, long) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
-
Set the range of finish times to filter applications on
- setFinishTime(long) - Method in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
-
- setFinishTime(long) - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
- setFinishTime(long) - Method in class org.apache.hadoop.yarn.api.records.ContainerReport
-
- setFlowName(String) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.FlowActivityEntity
-
- setHadoopBuildVersion(String) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineAbout
-
- setHadoopVersion(String) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineAbout
-
- setHadoopVersionBuiltOn(String) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineAbout
-
- setHealthReport(String) - Method in class org.apache.hadoop.yarn.api.records.NodeReport
-
- setHost(String) - Method in class org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterRequest
-
Set the host on which the ApplicationMaster
is
running.
- setHost(String) - Method in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
-
- setHost(String) - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
- setHost(String) - Method in class org.apache.hadoop.yarn.api.records.ContainerStatus
-
- setHost(String) - Method in class org.apache.hadoop.yarn.api.records.NodeId
-
- setHost(String) - Method in class org.apache.hadoop.yarn.api.records.URL
-
Set the host of the URL.
- setHttpAddress(String) - Method in class org.apache.hadoop.yarn.api.records.NodeReport
-
- setId(int) - Method in class org.apache.hadoop.yarn.api.records.ApplicationId
-
- setId(ContainerId) - Method in class org.apache.hadoop.yarn.api.records.Container
-
- setId(ContainerId) - Method in class org.apache.hadoop.yarn.api.records.PreemptionContainer
-
- setId(long) - Method in class org.apache.hadoop.yarn.api.records.ReservationId
-
- setId(String) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineDomain
-
Set the domain ID
- setId(String) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity.Identifier
-
- setId(String) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
-
- setId(String) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEvent
-
- setId(String) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetric
-
- setIdentifier(TimelineEntity.Identifier) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
-
- setIdentifier(ByteBuffer) - Method in class org.apache.hadoop.yarn.api.records.Token
-
- setIdPrefix(long) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
-
Sets idPrefix for an entity.
- setIncludeApplications(boolean) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetQueueInfoRequest
-
Should we get fetch information about active applications?
- setIncludeChildQueues(boolean) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetQueueInfoRequest
-
Should we fetch information about child queues?
- setIncludePattern(String) - Method in class org.apache.hadoop.yarn.api.records.LogAggregationContext
-
Set include pattern.
- setIncludeResourceAllocations(boolean) - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationListRequest
-
Set the boolean representing whether or not the user
is requesting the full resource allocation.
- setIncreaseRequests(List<ContainerResourceIncreaseRequest>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateRequest
-
Deprecated.
- setInfo(Map<String, Object>) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
-
- setInfo(Map<String, Object>) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEvent
-
- setInterpreter(ReservationRequestInterpreter) - Method in class org.apache.hadoop.yarn.api.records.ReservationRequests
-
Set the
ReservationRequestInterpreter
, representing how the list of
resources should be allocated, this captures temporal ordering and other
constraints.
- setIntraQueuePreemptionDisabled(boolean) - Method in class org.apache.hadoop.yarn.api.records.QueueInfo
-
- setIPs(List<String>) - Method in class org.apache.hadoop.yarn.api.records.ContainerStatus
-
- setIsKillCompleted(boolean) - Method in class org.apache.hadoop.yarn.api.protocolrecords.KillApplicationResponse
-
Set the flag which indicates that the process of killing application is completed or not.
- setIsRelatedToEntities(Map<String, Set<String>>) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
-
- setIsUnregistered(boolean) - Method in class org.apache.hadoop.yarn.api.protocolrecords.FinishApplicationMasterResponse
-
Set the flag which indicates that the application has successfully
unregistered with the RM and the application can safely stop.
- setKeepContainersAcrossApplicationAttempts(boolean) - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Set the flag which indicates whether to keep containers across application
attempts.
- setKind(String) - Method in class org.apache.hadoop.yarn.api.records.Token
-
- setLabelsToNodes(Map<String, Set<NodeId>>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetLabelsToNodesResponse
-
- setLastHealthReportTime(long) - Method in class org.apache.hadoop.yarn.api.records.NodeReport
-
- setLimit(long) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
-
Limit the number applications to return
- setLocalResources(Map<String, LocalResource>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.ResourceLocalizationRequest
-
Set LocalResource
required by the container.
- setLocalResources(Map<String, LocalResource>) - Method in class org.apache.hadoop.yarn.api.records.ContainerLaunchContext
-
Set LocalResource
required by the container.
- setLogAggregationContext(LogAggregationContext) - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Set LogAggregationContext
for the application
- setLogAggregationPolicyClassName(String) - Method in class org.apache.hadoop.yarn.api.records.LogAggregationContext
-
Set the log aggregation policy class.
- setLogAggregationPolicyParameters(String) - Method in class org.apache.hadoop.yarn.api.records.LogAggregationContext
-
Set the log aggregation policy parameters.
- setLogAggregationStatus(LogAggregationStatus) - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
- setLogUrl(String) - Method in class org.apache.hadoop.yarn.api.records.ContainerReport
-
- setMaxAMPercentage(float) - Method in class org.apache.hadoop.yarn.api.records.QueueConfigurations
-
Set the maximum AM resource percentage.
- setMaxAppAttempts(int) - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Set the number of max attempts of the application to be submitted.
- setMaxCapacity(float) - Method in class org.apache.hadoop.yarn.api.records.QueueConfigurations
-
Set the maximum capacity.
- setMaxEndTime(long) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.FlowRunEntity
-
- setMaximumCapacity(float) - Method in class org.apache.hadoop.yarn.api.records.QueueInfo
-
- setMaximumResourceCapability(Resource) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetNewApplicationResponse
-
- setMaximumResourceCapability(Resource) - Method in class org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterResponse
-
- setMaxRetries(int) - Method in class org.apache.hadoop.yarn.api.records.ContainerRetryContext
-
- setMemory(int) - Method in class org.apache.hadoop.yarn.api.records.Resource
-
Deprecated.
- setMemorySeconds(long) - Method in class org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport
-
Set the aggregated amount of memory (in megabytes) the application has
allocated times the number of seconds the application has been running.
- setMemorySize(long) - Method in class org.apache.hadoop.yarn.api.records.Resource
-
Set memory of the resource.
- setMetrics(Set<TimelineMetric>) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
-
- setModifiedTime(Long) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineDomain
-
Set the modified time of the domain
- setName(String) - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
- setName(String) - Method in class org.apache.hadoop.yarn.api.records.NodeLabel
-
- setName(String) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.FlowRunEntity
-
- setNeededResources(Resource) - Method in class org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport
-
- setNextExpirationTime(long) - Method in class org.apache.hadoop.yarn.api.protocolrecords.RenewDelegationTokenResponse
-
- setNMTokens(List<NMToken>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
- setNMTokensFromPreviousAttempts(List<NMToken>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterResponse
-
Set the list of NMTokens for communicating with the NMs where the the
containers of previous application attempts are running.
- setNodeHttpAddress(String) - Method in class org.apache.hadoop.yarn.api.records.Container
-
- setNodeHttpAddress(String) - Method in class org.apache.hadoop.yarn.api.records.ContainerReport
-
- setNodeId(NodeId) - Method in class org.apache.hadoop.yarn.api.records.Container
-
- setNodeId(NodeId) - Method in class org.apache.hadoop.yarn.api.records.NMToken
-
- setNodeId(NodeId) - Method in class org.apache.hadoop.yarn.api.records.NodeReport
-
- setNodeLabelExpression(String) - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Set node-label-expression for this app
- setNodeLabelExpression(String) - Method in class org.apache.hadoop.yarn.api.records.ResourceRequest
-
Set node label expression of this resource request.
- setNodeLabelList(List<NodeLabel>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeLabelsResponse
-
- setNodeLabels(Set<String>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeLabelsResponse
-
- setNodeLabels(Set<String>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetLabelsToNodesRequest
-
- setNodeLabels(Set<String>) - Method in class org.apache.hadoop.yarn.api.records.NodeReport
-
- setNodeLabels(List<NodeLabel>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.AddToClusterNodeLabelsRequest
-
- setNodeLabels(Set<String>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RemoveFromClusterNodeLabelsRequest
-
- setNodeReports(List<NodeReport>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodesResponse
-
- setNodeResourceMap(Map<NodeId, ResourceOption>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.UpdateNodeResourceRequest
-
Set the map from NodeId
to ResourceOption
.
- setNodeState(NodeState) - Method in class org.apache.hadoop.yarn.api.records.NodeReport
-
- setNodeStates(EnumSet<NodeState>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodesRequest
-
The state to filter the cluster nodes with.
- setNodeToLabels(Map<NodeId, Set<String>>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetNodesToLabelsResponse
-
- setNodeToLabels(Map<NodeId, Set<String>>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.ReplaceLabelsOnNodeRequest
-
- setNodeUtilization(ResourceUtilization) - Method in class org.apache.hadoop.yarn.api.records.NodeReport
-
- setNumActiveNodeManagers(int) - Method in class org.apache.hadoop.yarn.api.records.YarnClusterMetrics
-
- setNumActiveUsers(long) - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Set the number of active users
- setNumAppsCompleted(long) - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Set the number of completed apps
- setNumAppsFailed(long) - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Set the number of failed apps
- setNumAppsKilled(long) - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Set the number of killed apps
- setNumAppsPending(long) - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Set the number of pending apps
- setNumAppsRunning(long) - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Set the number of running apps
- setNumAppsSubmitted(long) - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Set the number of apps submitted
- setNumClusterNodes(int) - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
- setNumContainers(int) - Method in class org.apache.hadoop.yarn.api.records.NodeReport
-
- setNumContainers(int) - Method in class org.apache.hadoop.yarn.api.records.ReservationRequest
-
Set the number of containers required with the given specifications
- setNumContainers(int) - Method in class org.apache.hadoop.yarn.api.records.ResourceRequest
-
Set the number of containers required with the given specifications
- setNumDecommissionedNodeManagers(int) - Method in class org.apache.hadoop.yarn.api.records.YarnClusterMetrics
-
- setNumLostNodeManagers(int) - Method in class org.apache.hadoop.yarn.api.records.YarnClusterMetrics
-
- setNumNodeManagers(int) - Method in class org.apache.hadoop.yarn.api.records.YarnClusterMetrics
-
- setNumRebootedNodeManagers(int) - Method in class org.apache.hadoop.yarn.api.records.YarnClusterMetrics
-
- setNumReservedContainers(int) - Method in class org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport
-
Set the number of reserved containers
- setNumUnhealthyNodeManagers(int) - Method in class org.apache.hadoop.yarn.api.records.YarnClusterMetrics
-
- setNumUsedContainers(int) - Method in class org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport
-
Set the number of used containers
- setOriginalTrackingUrl(String) - Method in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
-
- setOriginalTrackingUrl(String) - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
- setOtherInfo(Map<String, Object>) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEntity
-
Set the other info map to the given map of other information
- setOverCommitTimeout(int) - Method in class org.apache.hadoop.yarn.api.records.ResourceOption
-
- setOwner(String) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineDomain
-
Set the domain owner.
- setParent(TimelineEntity.Identifier) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.HierarchicalTimelineEntity
-
- setParent(String, String) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.HierarchicalTimelineEntity
-
- setPassword(ByteBuffer) - Method in class org.apache.hadoop.yarn.api.records.Token
-
- setPath(String) - Method in class org.apache.hadoop.yarn.api.protocolrecords.UseSharedCacheResourceResponse
-
Set the Path
corresponding to a resource in the shared cache.
- setPattern(String) - Method in class org.apache.hadoop.yarn.api.records.LocalResource
-
Set the pattern that should be used to extract entries from the
archive (only used when type is PATTERN
).
- setPendingContainers(long) - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Set the number of pending containers.
- setPendingMemoryMB(long) - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Set the pending memory in MB
- setPendingVCores(long) - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Set the pending vcores
- setPhysicalMemory(int) - Method in class org.apache.hadoop.yarn.api.records.ResourceUtilization
-
Set physical memory.
- setPort(int) - Method in class org.apache.hadoop.yarn.api.records.NodeId
-
- setPort(int) - Method in class org.apache.hadoop.yarn.api.records.URL
-
Set the port of the URL
- setPreemptedMemorySeconds(long) - Method in class org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport
-
Set the aggregated amount of memory preempted (in megabytes)
the application has allocated times the number of seconds
the application has been running.
- setPreemptedVcoreSeconds(long) - Method in class org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport
-
Set the aggregated number of vcores preempted that the application has
allocated times the number of seconds the application has been running.
- setPreemptionDisabled(boolean) - Method in class org.apache.hadoop.yarn.api.records.QueueInfo
-
- setPreemptionMessage(PreemptionMessage) - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
- setPrimaryFilters(Map<String, Set<Object>>) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEntity
-
Set the primary filter map to the given map of primary filters
- setPriority(Priority) - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
- setPriority(Priority) - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Set the Priority
of the application.
- setPriority(Priority) - Method in class org.apache.hadoop.yarn.api.records.Container
-
- setPriority(Priority) - Method in class org.apache.hadoop.yarn.api.records.ContainerReport
-
- setPriority(int) - Method in class org.apache.hadoop.yarn.api.records.Priority
-
Set the assigned priority
- setPriority(Priority) - Method in class org.apache.hadoop.yarn.api.records.ReservationDefinition
-
Set the priority for this reservation.
- setPriority(Priority) - Method in class org.apache.hadoop.yarn.api.records.ResourceRequest
-
Set the Priority
of the request
- setProgress(float) - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateRequest
-
Set the current progress of application
- setProgress(float) - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
- setQueue(String) - Method in class org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterResponse
-
Set the queue that the application was placed in.
- setQueue(String) - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationListRequest
-
Set queue name to use to find resource allocations.
- setQueue(String) - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationSubmissionRequest
-
Set the name of the
Plan
that corresponds to the name of the
QueueInfo
in the scheduler to which the reservation will be
submitted to
- setQueue(String) - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
- setQueue(String) - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Set the queue to which the application is being submitted
- setQueue(String) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.ApplicationEntity
-
- setQueueConfigurations(Map<String, QueueConfigurations>) - Method in class org.apache.hadoop.yarn.api.records.QueueInfo
-
Set the per-node-label queue configurations for the queue.
- setQueueInfo(QueueInfo) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetQueueInfoResponse
-
- setQueueName(String) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetQueueInfoRequest
-
Set the queue name for which to get queue information
- setQueueName(String) - Method in class org.apache.hadoop.yarn.api.records.QueueInfo
-
- setQueueName(String) - Method in class org.apache.hadoop.yarn.api.records.QueueUserACLInfo
-
- setQueues(Set<String>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
-
Set the queue to filter applications on
- setQueueState(QueueState) - Method in class org.apache.hadoop.yarn.api.records.QueueInfo
-
- setQueueStatistics(QueueStatistics) - Method in class org.apache.hadoop.yarn.api.records.QueueInfo
-
Set the queue statistics for the queue
- setQueueUsagePercentage(float) - Method in class org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport
-
Set the percentage of resources of the queue that the app is using.
- setRackName(String) - Method in class org.apache.hadoop.yarn.api.records.NodeReport
-
- setReaders(String) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineDomain
-
Set the reader (and/or reader group) list string
- setRealtimeAggregationOp(TimelineMetricOperation) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetric
-
Set the real time aggregation operation of this metric.
- setReason(String) - Method in class org.apache.hadoop.yarn.api.records.UpdateContainerError
-
Set reason why the update request was not satisfiable.
- setRecoveryPath(Path) - Method in class org.apache.hadoop.yarn.server.api.AuxiliaryService
-
Set the path for this auxiliary service to use for storing state
that will be used during recovery.
- setRecurrenceExpression(String) - Method in class org.apache.hadoop.yarn.api.records.ReservationDefinition
-
Set the recurrence of this reservation representing the time period of
the periodic job.
- setRecursive(boolean) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetQueueInfoRequest
-
Should we fetch information on the entire child queue hierarchy?
- setRelatedEntities(Map<String, Set<String>>) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEntity
-
Set the related entity map to the given map of related entities
- setRelatesToEntities(Map<String, Set<String>>) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
-
- setRelaxLocality(boolean) - Method in class org.apache.hadoop.yarn.api.records.ResourceRequest
-
For a request at a network hierarchy level, set whether locality can be relaxed
to that level and beyond.
- setReleaseList(List<ContainerId>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateRequest
-
Set the list of ContainerId
of containers being
released by the ApplicationMaster
- setRemainingTime(long) - Method in class org.apache.hadoop.yarn.api.records.ApplicationTimeout
-
Set Remaining Time
of an application for given timeout type.
- setRenewer(String) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetDelegationTokenRequest
-
- setReservationAllocationState(List<ReservationAllocationState>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationListResponse
-
- setReservationDefinition(ReservationDefinition) - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationSubmissionRequest
-
- setReservationDefinition(ReservationDefinition) - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationUpdateRequest
-
- setReservationDefinition(ReservationDefinition) - Method in class org.apache.hadoop.yarn.api.records.ReservationAllocationState
-
Set the definition of the reservation.
- setReservationId(ReservationId) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetNewReservationResponse
-
- setReservationId(ReservationId) - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationDeleteRequest
-
Set the
ReservationId
, that correspond to a valid resource
allocation in the scheduler (between start and end time of this
reservation)
- setReservationId(String) - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationListRequest
-
Set the reservation id to use to find a reservation.
- setReservationId(ReservationId) - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationSubmissionRequest
-
Set the reservation id that corresponds to the reservation submission.
- setReservationId(ReservationId) - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationUpdateRequest
-
Set the
ReservationId
, that correspond to a valid resource
allocation in the scheduler (between start and end time of this
reservation)
- setReservationID(ReservationId) - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Set the reservation id, that correspond to a valid resource allocation in
the scheduler (between start and end time of the corresponding reservation)
- setReservationId(ReservationId) - Method in class org.apache.hadoop.yarn.api.records.ReservationAllocationState
-
Set the id corresponding to the reservation.
- setReservationName(String) - Method in class org.apache.hadoop.yarn.api.records.ReservationDefinition
-
Set the name for this reservation.
- setReservationRequests(ReservationRequests) - Method in class org.apache.hadoop.yarn.api.records.ReservationDefinition
-
- setReservationResources(List<ReservationRequest>) - Method in class org.apache.hadoop.yarn.api.records.ReservationRequests
-
- setReservedContainers(long) - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Set the number of reserved containers.
- setReservedMemoryMB(long) - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Set the reserved memory in MB
- setReservedResources(Resource) - Method in class org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport
-
- setReservedVCores(long) - Method in class org.apache.hadoop.yarn.api.records.QueueStatistics
-
Set the reserved vcores
- setResource(Resource) - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
Set the resource required by the ApplicationMaster
for this
application.
- setResource(Resource) - Method in class org.apache.hadoop.yarn.api.records.Container
-
- setResource(URL) - Method in class org.apache.hadoop.yarn.api.records.LocalResource
-
Set location of the resource to be localized.
- setResource(Resource) - Method in class org.apache.hadoop.yarn.api.records.ResourceOption
-
- setResourceAllocationRequests(List<ResourceAllocationRequest>) - Method in class org.apache.hadoop.yarn.api.records.ReservationAllocationState
-
Set the list of resource allocations made for the reservation.
- setResourceBlacklistRequest(ResourceBlacklistRequest) - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateRequest
-
Set the ResourceBlacklistRequest
to inform the
ResourceManager
about the blacklist additions and removals
per the ApplicationMaster
.
- setResourceKey(String) - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReleaseSharedCacheResourceRequest
-
Set the key
of the resource to be released.
- setResourceKey(String) - Method in class org.apache.hadoop.yarn.api.protocolrecords.UseSharedCacheResourceRequest
-
Set the key
of the resource to be used.
- setResourceName(String) - Method in class org.apache.hadoop.yarn.api.records.ResourceRequest
-
Set the resource name (e.g.
- setResourceRequest(List<PreemptionResourceRequest>) - Method in class org.apache.hadoop.yarn.api.records.PreemptionContract
-
- setResourceRequest(ResourceRequest) - Method in class org.apache.hadoop.yarn.api.records.PreemptionResourceRequest
-
- setResponseId(int) - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateRequest
-
Set the response id used to track duplicate responses.
- setResponseId(int) - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
- setRetryInterval(int) - Method in class org.apache.hadoop.yarn.api.records.ContainerRetryContext
-
- setRetryPolicy(ContainerRetryPolicy) - Method in class org.apache.hadoop.yarn.api.records.ContainerRetryContext
-
- setRMDelegationToken(Token) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetDelegationTokenResponse
-
- setRolledLogsExcludePattern(String) - Method in class org.apache.hadoop.yarn.api.records.LogAggregationContext
-
Set exclude pattern for in a rolling fashion.
- setRolledLogsIncludePattern(String) - Method in class org.apache.hadoop.yarn.api.records.LogAggregationContext
-
Set include pattern in a rolling fashion.
- setRpcPort(int) - Method in class org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterRequest
-
Set the RPC port on which the ApplicationMaster
is
responding.
- setRpcPort(int) - Method in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
-
- setRpcPort(int) - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
- setRunId(long) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.FlowRunEntity
-
- setSchedulerResourceTypes(EnumSet<YarnServiceProtos.SchedulerResourceTypes>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterResponse
-
Set the resource types used by the scheduler.
- setScheme(String) - Method in class org.apache.hadoop.yarn.api.records.URL
-
Set the scheme of the URL
- setScope(ApplicationsRequestScope) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
-
- setService(String) - Method in class org.apache.hadoop.yarn.api.records.Token
-
- setServiceData(Map<String, ByteBuffer>) - Method in class org.apache.hadoop.yarn.api.records.ContainerLaunchContext
-
Set application-specific binary service data.
- setShouldBeUploadedToSharedCache(boolean) - Method in class org.apache.hadoop.yarn.api.records.LocalResource
-
Inform NM whether upload to SCM is needed.
- setSize(long) - Method in class org.apache.hadoop.yarn.api.records.LocalResource
-
Set the size of the resource to be localized.
- setStartContainerRequests(List<StartContainerRequest>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.StartContainersRequest
-
- setStartRange(LongRange) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
-
Set the range of start times to filter applications on
- setStartRange(long, long) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
-
Set the range of start times to filter applications on
- setStartTime(long) - Method in class org.apache.hadoop.yarn.api.protocolrecords.ReservationListRequest
-
Set the start time to use to search for reservations.
- setStartTime(long) - Method in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
-
- setStartTime(long) - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
- setStartTime(long) - Method in class org.apache.hadoop.yarn.api.records.ResourceAllocationRequest
-
Set the start time that the resource is allocated.
- setStartTime(Long) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEntity
-
Set the start time of the entity
- setStartTime(long) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.FlowRunEntity
-
- setState(ContainerState) - Method in class org.apache.hadoop.yarn.api.records.ContainerStatus
-
- setStrictContract(StrictPreemptionContract) - Method in class org.apache.hadoop.yarn.api.records.PreemptionMessage
-
- setSuccessfullyIncreasedContainers(List<ContainerId>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.IncreaseContainersResourceResponse
-
Set the list of containerIds of containers whose resource have
been successfully increased.
- setSuccessfullyStartedContainers(List<ContainerId>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.StartContainersResponse
-
- setSuccessfullyStoppedContainers(List<ContainerId>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.StopContainersResponse
-
Set the list of containerIds of successfully stopped containers.
- setSuccessfullyUpdatedContainers(List<ContainerId>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.ContainerUpdateResponse
-
Set the list of containerIds of containers whose resource have
been successfully updated.
- setTargetQueue(String) - Method in class org.apache.hadoop.yarn.api.protocolrecords.MoveApplicationAcrossQueuesRequest
-
Get the queue to place the application in.
- setTimelineEntityGroupId(String) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEntityGroupId
-
- setTimelineServiceBuildVersion(String) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineAbout
-
- setTimelineServiceVersion(String) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineAbout
-
- setTimelineServiceVersionBuiltOn(String) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineAbout
-
- setTimeoutType(ApplicationTimeoutType) - Method in class org.apache.hadoop.yarn.api.records.ApplicationTimeout
-
Set the application timeout type.
- setTimestamp(long) - Method in class org.apache.hadoop.yarn.api.records.LocalResource
-
Set the timestamp of the resource to be localized, used
for verification.
- setTimestamp(long) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineEvent
-
Set the timestamp of the event
- setTimestamp(long) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEvent
-
- setToken(Token) - Method in class org.apache.hadoop.yarn.api.records.NMToken
-
- setTokens(ByteBuffer) - Method in class org.apache.hadoop.yarn.api.records.ContainerLaunchContext
-
Set security tokens needed by this container.
- setTokensConf(ByteBuffer) - Method in class org.apache.hadoop.yarn.api.records.ContainerLaunchContext
-
Set the configuration used by RM to renew the tokens.
- setTrackingUrl(String) - Method in class org.apache.hadoop.yarn.api.protocolrecords.FinishApplicationMasterRequest
-
Set the final tracking URLfor the ApplicationMaster
.
- setTrackingUrl(String) - Method in class org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterRequest
-
Set the tracking URLfor the ApplicationMaster
while
it is running.
- setTrackingUrl(String) - Method in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
-
- setTrackingUrl(String) - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
- setType(LocalResourceType) - Method in class org.apache.hadoop.yarn.api.records.LocalResource
-
Set the LocalResourceType
of the resource to be localized.
- setType(String) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineDelegationTokenResponse
-
- setType(String) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity.Identifier
-
- setType(String) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
-
- setType(TimelineMetric.Type) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetric
-
- setUID(String, String) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
-
Set UID in info which will be then used for query by UI.
- setUnmanagedAM(boolean) - Method in class org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
-
- setUnmanagedApp(boolean) - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
- setUpdateContainerRequest(UpdateContainerRequest) - Method in class org.apache.hadoop.yarn.api.records.UpdateContainerError
-
Set the UpdateContainerRequest
that was not satisfiable.
- setUpdatedContainers(List<UpdatedContainer>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
Set the list of newly updated containers by
ResourceManager
.
- setUpdatedNodes(List<NodeReport>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
- setUpdateErrors(List<UpdateContainerError>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse
-
Set the list of container update errors to inform the
Application Master about the container updates that could not be
satisfied due to error.
- setUpdateRequests(List<UpdateContainerRequest>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.AllocateRequest
-
Set the list of container update requests to inform the
ResourceManager
about the containers that need to be
updated.
- setUpdateType(ContainerUpdateType) - Method in class org.apache.hadoop.yarn.api.records.UpdatedContainer
-
Set the ContainerUpdateType
.
- setUsed(Resource) - Method in class org.apache.hadoop.yarn.api.records.NodeReport
-
- setUsedResources(Resource) - Method in class org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport
-
- setUser(String) - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
- setUser(String) - Method in class org.apache.hadoop.yarn.api.records.ReservationAllocationState
-
Set the user who made the reservation.
- setUser(String) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.FlowActivityEntity
-
- setUser(String) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.FlowRunEntity
-
- setUserAcls(List<QueueACL>) - Method in class org.apache.hadoop.yarn.api.records.QueueUserACLInfo
-
- setUserAclsInfoList(List<QueueUserACLInfo>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetQueueUserAclsInfoResponse
-
- setUserInfo(String) - Method in class org.apache.hadoop.yarn.api.records.URL
-
Set the user info of the URL.
- setUsers(Set<String>) - Method in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
-
Set the users to filter applications on
- setValues(Map<Long, Number>) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetric
-
- setVcoreSeconds(long) - Method in class org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport
-
Set the aggregated number of vcores that the application has allocated
times the number of seconds the application has been running.
- setVersion(int) - Method in class org.apache.hadoop.yarn.api.records.Container
-
Set the version of this container.
- setVersion(String) - Method in class org.apache.hadoop.yarn.api.records.timelineservice.FlowRunEntity
-
- setVirtualCores(int) - Method in class org.apache.hadoop.yarn.api.records.Resource
-
Set number of virtual cpu cores of the resource.
- setVirtualMemory(int) - Method in class org.apache.hadoop.yarn.api.records.ResourceUtilization
-
Set used virtual memory.
- setVisibility(LocalResourceVisibility) - Method in class org.apache.hadoop.yarn.api.records.LocalResource
-
Set the LocalResourceVisibility
of the resource to be
localized.
- setWriters(String) - Method in class org.apache.hadoop.yarn.api.records.timeline.TimelineDomain
-
Set the writer (and/or writer group) list string
- setYarnApplicationAttemptState(YarnApplicationAttemptState) - Method in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
-
- setYarnApplicationState(YarnApplicationState) - Method in class org.apache.hadoop.yarn.api.records.ApplicationReport
-
- SHARED_CACHE_CHECKSUM_ALGO_IMPL - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
the checksum algorithm implementation
- SHARED_CACHE_ENABLED - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
whether the shared cache is enabled/disabled
- SHARED_CACHE_NESTED_LEVEL - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The config key for the level of nested directories before getting to the
checksum directory.
- SHARED_CACHE_NM_UPLOADER_REPLICATION_FACTOR - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The replication factor for the node manager uploader for the shared cache.
- SHARED_CACHE_NM_UPLOADER_THREAD_COUNT - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- SHARED_CACHE_PREFIX - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- SHARED_CACHE_ROOT - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The config key for the shared cache root directory.
- shouldDoLogAggregation(ContainerLogContext) - Method in interface org.apache.hadoop.yarn.server.api.ContainerLogAggregationPolicy
-
The method used by the NodeManager log aggregation service
to ask the policy object if a given container's logs should be aggregated.
- shouldRMFailFast(Configuration) - Static method in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
- SignalContainerCommand - Enum in org.apache.hadoop.yarn.api.records
-
Enumeration of various signal container commands.
- SignalContainerRequest - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The request sent by the client to the ResourceManager
or by the ApplicationMaster
to the NodeManager
to signal a container.
- SignalContainerRequest() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.SignalContainerRequest
-
- SignalContainerResponse - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The response sent by the ResourceManager
to the client
signalling a container.
- SignalContainerResponse() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.SignalContainerResponse
-
- signalToContainer(SignalContainerRequest) - Method in interface org.apache.hadoop.yarn.api.ApplicationClientProtocol
-
The interface used by clients to request the
ResourceManager
to signal a container.
- signalToContainer(SignalContainerRequest) - Method in interface org.apache.hadoop.yarn.api.ContainerManagementProtocol
-
- StartContainerRequest - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The request sent by the ApplicationMaster
to the
NodeManager
to start a container.
- StartContainerRequest() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.StartContainerRequest
-
- startContainers(StartContainersRequest) - Method in interface org.apache.hadoop.yarn.api.ContainerManagementProtocol
-
- StartContainersRequest - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The request which contains a list of
StartContainerRequest
sent by
the
ApplicationMaster
to the
NodeManager
to
start containers.
- StartContainersRequest() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.StartContainersRequest
-
- StartContainersResponse - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The response sent by the NodeManager
to the
ApplicationMaster
when asked to start an allocated
container.
- StartContainersResponse() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.StartContainersResponse
-
- STDERR - Static variable in interface org.apache.hadoop.yarn.api.ApplicationConstants
-
- STDOUT - Static variable in interface org.apache.hadoop.yarn.api.ApplicationConstants
-
- stopApplication(ApplicationTerminationContext) - Method in class org.apache.hadoop.yarn.server.api.AuxiliaryService
-
An application is finishing on this NodeManager.
- stopContainer(ContainerTerminationContext) - Method in class org.apache.hadoop.yarn.server.api.AuxiliaryService
-
A container is finishing on this NodeManager.
- stopContainers(StopContainersRequest) - Method in interface org.apache.hadoop.yarn.api.ContainerManagementProtocol
-
The
ApplicationMaster
requests a
NodeManager
to
stop a list of
Container
s allocated to it using this
interface.
- StopContainersRequest - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The request sent by the ApplicationMaster
to the
NodeManager
to stop containers.
- StopContainersRequest() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.StopContainersRequest
-
- StopContainersResponse - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The response sent by the NodeManager
to the
ApplicationMaster
when asked to stop allocated
containers.
- StopContainersResponse() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.StopContainersResponse
-
- StrictPreemptionContract - Class in org.apache.hadoop.yarn.api.records
-
Enumeration of particular allocations to be reclaimed.
- StrictPreemptionContract() - Constructor for class org.apache.hadoop.yarn.api.records.StrictPreemptionContract
-
- sub(Number, Number) - Static method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetricCalculator
-
Subtract operation between two Numbers.
- submitApplication(SubmitApplicationRequest) - Method in interface org.apache.hadoop.yarn.api.ApplicationClientProtocol
-
The interface used by clients to submit a new application to the
ResourceManager.
- SubmitApplicationRequest - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The request sent by a client to submit an application to the
ResourceManager
.
- SubmitApplicationRequest() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.SubmitApplicationRequest
-
- SubmitApplicationResponse - Class in org.apache.hadoop.yarn.api.protocolrecords
-
The response sent by the ResourceManager
to a client on
application submission.
- SubmitApplicationResponse() - Constructor for class org.apache.hadoop.yarn.api.protocolrecords.SubmitApplicationResponse
-
- submitReservation(ReservationSubmissionRequest) - Method in interface org.apache.hadoop.yarn.api.ApplicationClientProtocol
-
The interface used by clients to submit a new reservation to the
ResourceManager
.
- subtractFrom(int, int, float) - Method in class org.apache.hadoop.yarn.api.records.ResourceUtilization
-
Subtract utilization from the current one.
- SUCCESS - Static variable in class org.apache.hadoop.yarn.api.records.ContainerExitStatus
-
- sum(Number, Number) - Static method in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetricCalculator
-
Sum up two Numbers.
- SYSTEM_FILTER_CONFLICT - Static variable in class org.apache.hadoop.yarn.api.records.timeline.TimelinePutResponse.TimelinePutError
-
Error code returned if the user specifies the timeline system reserved
filter key
- SYSTEM_INFO_KEY_PREFIX - Static variable in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
-
- SYSTEM_METRICS_PUBLISHER_ENABLED - Static variable in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
The setting that controls whether yarn system metrics is published on the
timeline server or not by RM and NM.
- systemMetricsPublisherEnabled(Configuration) - Static method in class org.apache.hadoop.yarn.conf.YarnConfiguration
-
Returns whether the system publisher is enabled.
- valueOf(String) - Static method in enum org.apache.hadoop.yarn.api.ApplicationConstants.Environment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.yarn.api.protocolrecords.ApplicationsRequestScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.yarn.api.records.AMCommand
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.yarn.api.records.ApplicationAccessType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.yarn.api.records.ApplicationTimeoutType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.yarn.api.records.ContainerRetryPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.yarn.api.records.ContainerState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.yarn.api.records.ContainerSubState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.yarn.api.records.ContainerUpdateType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.yarn.api.records.DecommissionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.yarn.api.records.ExecutionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.yarn.api.records.FinalApplicationStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.yarn.api.records.LocalResourceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.yarn.api.records.LocalResourceVisibility
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.yarn.api.records.LogAggregationStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.yarn.api.records.NodeState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.yarn.api.records.QueueACL
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.yarn.api.records.QueueState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.yarn.api.records.ReservationACL
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.yarn.api.records.ReservationRequestInterpreter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.yarn.api.records.SignalContainerCommand
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetric.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetricOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.yarn.api.records.YarnApplicationAttemptState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.yarn.api.records.YarnApplicationState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.yarn.server.api.ContainerType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.hadoop.yarn.api.ApplicationConstants.Environment
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.yarn.api.protocolrecords.ApplicationsRequestScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.yarn.api.records.AMCommand
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.yarn.api.records.ApplicationAccessType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.yarn.api.records.ApplicationTimeoutType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.yarn.api.records.ContainerRetryPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.yarn.api.records.ContainerState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.yarn.api.records.ContainerSubState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.yarn.api.records.ContainerUpdateType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.yarn.api.records.DecommissionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.yarn.api.records.ExecutionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.yarn.api.records.FinalApplicationStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.yarn.api.records.LocalResourceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.yarn.api.records.LocalResourceVisibility
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.yarn.api.records.LogAggregationStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.yarn.api.records.NodeState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.yarn.api.records.QueueACL
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.yarn.api.records.QueueState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.yarn.api.records.ReservationACL
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.yarn.api.records.ReservationRequestInterpreter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.yarn.api.records.SignalContainerCommand
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntityType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetric.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetricOperation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.yarn.api.records.YarnApplicationAttemptState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.yarn.api.records.YarnApplicationState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.yarn.server.api.ContainerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verifyAndSetAllServiceAddresses(Configuration) - Static method in class org.apache.hadoop.yarn.conf.HAUtil
-
- verifyAndSetConfiguration(Configuration) - Static method in class org.apache.hadoop.yarn.conf.HAUtil
-
Verify configuration for Resource Manager HA.