Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractAMRMProxyPolicy - Class in org.apache.hadoop.yarn.server.federation.policies.amrmproxy
-
Base abstract class for
FederationAMRMProxyPolicyimplementations, that provides common validation for reinitialization. - AbstractAMRMProxyPolicy() - Constructor for class org.apache.hadoop.yarn.server.federation.policies.amrmproxy.AbstractAMRMProxyPolicy
- AbstractConfigurableFederationPolicy - Class in org.apache.hadoop.yarn.server.federation.policies
-
Base abstract class for a weighted
ConfigurableFederationPolicy. - AbstractConfigurableFederationPolicy() - Constructor for class org.apache.hadoop.yarn.server.federation.policies.AbstractConfigurableFederationPolicy
- AbstractPolicyManager - Class in org.apache.hadoop.yarn.server.federation.policies.manager
-
This class provides basic implementation for common methods that multiple policies will need to implement.
- AbstractPolicyManager() - Constructor for class org.apache.hadoop.yarn.server.federation.policies.manager.AbstractPolicyManager
- AbstractRouterPolicy - Class in org.apache.hadoop.yarn.server.federation.policies.router
-
Base abstract class for
FederationRouterPolicyimplementations, that provides common validation for reinitialization. - AbstractRouterPolicy() - Constructor for class org.apache.hadoop.yarn.server.federation.policies.router.AbstractRouterPolicy
- AbstractSubClusterResolver - Class in org.apache.hadoop.yarn.server.federation.resolver
-
Partial implementation of
SubClusterResolver, containing basic implementations of the read methods. - AbstractSubClusterResolver() - Constructor for class org.apache.hadoop.yarn.server.federation.resolver.AbstractSubClusterResolver
- add(AppAttemptInfo) - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppAttemptsInfo
- add(AppInfo) - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppsInfo
- add(ContainerInfo) - Method in class org.apache.hadoop.yarn.server.webapp.dao.ContainersInfo
- addAll(Collection<ContainerInfo>) - Method in class org.apache.hadoop.yarn.server.webapp.dao.ContainersInfo
- addAllApplicationsToCleanup(List<ApplicationId>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- addAllApplicationsToCleanup(List<ApplicationId>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- addAllContainersToCleanup(List<ContainerId>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- addAllContainersToCleanup(List<ContainerId>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- addAllContainersToDecrease(Collection<Container>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- addAllContainersToDecrease(Collection<Container>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- addAllContainersToSignal(List<SignalContainerRequest>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- addAllContainersToSignal(List<SignalContainerRequest>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- addAllContainersToUpdate(Collection<Container>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- addAllContainersToUpdate(Collection<Container>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- addAllocateOLatencyEntry(long) - Method in class org.apache.hadoop.yarn.server.metrics.OpportunisticSchedulerMetrics
- addAllocationEntry(Container, ResourceRequestSet, long, long) - Method in class org.apache.hadoop.yarn.server.ContainerAllocationHistory
-
Record the allocation history for the container.
- addAndOverrideRR(ResourceRequest) - Method in class org.apache.hadoop.yarn.server.scheduler.ResourceRequestSet
-
Add a
ResourceRequestinto the requestSet. - addAndOverrideRRSet(ResourceRequestSet) - Method in class org.apache.hadoop.yarn.server.scheduler.ResourceRequestSet
-
Merge a requestSet into this one.
- addAppHomeSubClusterDuration(long, long) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZKFederationStateStoreOpDurations
- addApplicationHomeSubCluster(ApplicationId, ApplicationHomeSubCluster) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Add ApplicationHomeSubCluster to FederationStateStore.
- addApplicationHomeSubCluster(AddApplicationHomeSubClusterRequest) - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationApplicationHomeSubClusterStore
-
Register the home
SubClusterIdof the newly submittedApplicationId. - addApplicationHomeSubCluster(AddApplicationHomeSubClusterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- addApplicationHomeSubCluster(AddApplicationHomeSubClusterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- addApplicationHomeSubCluster(AddApplicationHomeSubClusterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
-
Register the home
SubClusterIdof the newly submittedApplicationId. - addApplicationHomeSubCluster(ApplicationHomeSubCluster) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Adds the home
SubClusterIdfor the specifiedApplicationId. - AddApplicationHomeSubClusterRequest - Class in org.apache.hadoop.yarn.server.federation.store.records
-
The request sent by the
RoutertoFederation state storeto map the home subcluster of a newly submitted application. - AddApplicationHomeSubClusterRequest() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.AddApplicationHomeSubClusterRequest
- AddApplicationHomeSubClusterRequestPBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
AddApplicationHomeSubClusterRequest. - AddApplicationHomeSubClusterRequestPBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddApplicationHomeSubClusterRequestPBImpl
- AddApplicationHomeSubClusterRequestPBImpl(YarnServerFederationProtos.AddApplicationHomeSubClusterRequestProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddApplicationHomeSubClusterRequestPBImpl
- AddApplicationHomeSubClusterResponse - Class in org.apache.hadoop.yarn.server.federation.store.records
-
AddApplicationHomeSubClusterResponse contains the answer from the
FederationApplicationHomeSubClusterStoreto a request to insert a newly generated applicationId and its owner. - AddApplicationHomeSubClusterResponse() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.AddApplicationHomeSubClusterResponse
- AddApplicationHomeSubClusterResponsePBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
AddApplicationHomeSubClusterResponse. - AddApplicationHomeSubClusterResponsePBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddApplicationHomeSubClusterResponsePBImpl
- AddApplicationHomeSubClusterResponsePBImpl(YarnServerFederationProtos.AddApplicationHomeSubClusterResponseProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddApplicationHomeSubClusterResponsePBImpl
- addContainersToBeRemovedFromNM(List<ContainerId>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- addContainersToBeRemovedFromNM(List<ContainerId>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- addDeleteAppHomeSubClusterDuration(long, long) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZKFederationStateStoreOpDurations
- addDeleteReservationHomeSubClusterDuration(long, long) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZKFederationStateStoreOpDurations
- addDeregisterSubClusterDuration(long, long) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZKFederationStateStoreOpDurations
- addForUpdateClause(DatabaseProduct.DbType, String) - Static method in class org.apache.hadoop.yarn.server.federation.store.sql.DatabaseProduct
-
We add for update to SQL according to different database types.
- addFulfilledQPS(String, ContainerUpdateType, long) - Method in class org.apache.hadoop.yarn.server.metrics.AMRMClientRelayerMetrics
- addFulfilledQPS(String, AMRMClientRelayerMetrics.RequestType, long) - Method in class org.apache.hadoop.yarn.server.metrics.AMRMClientRelayerMetrics
- addFulfillLatency(String, ContainerUpdateType, long) - Method in class org.apache.hadoop.yarn.server.metrics.AMRMClientRelayerMetrics
- addFulfillLatency(String, AMRMClientRelayerMetrics.RequestType, long) - Method in class org.apache.hadoop.yarn.server.metrics.AMRMClientRelayerMetrics
- addGetAppHomeSubClusterDuration(long, long) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZKFederationStateStoreOpDurations
- addGetAppsHomeSubClusterDuration(long, long) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZKFederationStateStoreOpDurations
- addGetPoliciesConfigurationsDuration(long, long) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZKFederationStateStoreOpDurations
- addGetPolicyConfigurationDuration(long, long) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZKFederationStateStoreOpDurations
- addGetReservationHomeSubClusterDuration(long, long) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZKFederationStateStoreOpDurations
- addGetReservationsHomeSubClusterDuration(long, long) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZKFederationStateStoreOpDurations
- addGetSubClusterDuration(long, long) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZKFederationStateStoreOpDurations
- addGetSubClustersDuration(long, long) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZKFederationStateStoreOpDurations
- addHeartbeatFailure(String, long) - Method in class org.apache.hadoop.yarn.server.metrics.AMRMClientRelayerMetrics
- addHeartbeatSuccess(String, long) - Method in class org.apache.hadoop.yarn.server.metrics.AMRMClientRelayerMetrics
- addLocation(String, int) - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator.EnrichedResourceRequest
- addOrUpdateApplicationHomeSubCluster(ApplicationId, SubClusterId, int, ApplicationSubmissionContext) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Add or Update ApplicationHomeSubCluster.
- addOrUpdateReservationHomeSubCluster(ReservationId, SubClusterId, int) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Add or Update ReservationHomeSubCluster.
- addRegisterSubClusterDuration(long, long) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZKFederationStateStoreOpDurations
- addRequestedQPS(String, AMRMClientRelayerMetrics.RequestType, long) - Method in class org.apache.hadoop.yarn.server.metrics.AMRMClientRelayerMetrics
- addReservationHomeSubCluster(ReservationId, ReservationHomeSubCluster) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Save Reservation And HomeSubCluster Mapping.
- addReservationHomeSubCluster(AddReservationHomeSubClusterRequest) - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationReservationHomeSubClusterStore
-
Register the home
SubClusterIdof the newly submittedReservationId. - addReservationHomeSubCluster(AddReservationHomeSubClusterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- addReservationHomeSubCluster(AddReservationHomeSubClusterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- addReservationHomeSubCluster(AddReservationHomeSubClusterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
- addReservationHomeSubCluster(ReservationHomeSubCluster) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Adds the home
SubClusterIdfor the specifiedReservationId. - addReservationHomeSubClusterDuration(long, long) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZKFederationStateStoreOpDurations
- AddReservationHomeSubClusterRequest - Class in org.apache.hadoop.yarn.server.federation.store.records
-
The request sent by the
RoutertoFederation state storeto map the home subcluster of a newly submitted Reservation. - AddReservationHomeSubClusterRequest() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.AddReservationHomeSubClusterRequest
- AddReservationHomeSubClusterRequestPBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
AddReservationHomeSubClusterRequest. - AddReservationHomeSubClusterRequestPBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddReservationHomeSubClusterRequestPBImpl
- AddReservationHomeSubClusterRequestPBImpl(YarnServerFederationProtos.AddReservationHomeSubClusterRequestProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddReservationHomeSubClusterRequestPBImpl
- AddReservationHomeSubClusterResponse - Class in org.apache.hadoop.yarn.server.federation.store.records
-
AddReservationHomeSubClusterResponse contains the answer from the
FederationReservationHomeSubClusterStoreto a request to insert a newly generated ReservationId and its owner. - AddReservationHomeSubClusterResponse() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.AddReservationHomeSubClusterResponse
- AddReservationHomeSubClusterResponsePBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
AddReservationHomeSubClusterResponse. - AddReservationHomeSubClusterResponsePBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddReservationHomeSubClusterResponsePBImpl
- AddReservationHomeSubClusterResponsePBImpl(YarnServerFederationProtos.AddReservationHomeSubClusterResponseProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddReservationHomeSubClusterResponsePBImpl
- addSetPolicyConfigurationDuration(long, long) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZKFederationStateStoreOpDurations
- addStoreNewMasterKeyDuration(long, long) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZKFederationStateStoreOpDurations
- addSubClusterHeartbeatDuration(long, long) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZKFederationStateStoreOpDurations
- addTimelineAuthFilter(String, Set<String>, TimelineDelgationTokenSecretManagerService) - Static method in class org.apache.hadoop.yarn.server.util.timeline.TimelineServerUtils
-
Adds timeline authentication filter to the set of default filter initializers and assigns the delegation token manager service to it.
- addToOutstandingReqs(List<ResourceRequest>) - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerContext
-
Takes a list of ResourceRequests (asks), extracts the key information viz.
- addUpdateAppHomeSubClusterDuration(long, long) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZKFederationStateStoreOpDurations
- addUpdateReservationHomeSubClusterDuration(long, long) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZKFederationStateStoreOpDurations
- allocate(RpcController, YarnServiceProtos.AllocateRequestProto) - Method in class org.apache.hadoop.yarn.server.api.impl.pb.service.DistributedSchedulingAMProtocolPBServiceImpl
- allocate(AllocateRequest) - Method in class org.apache.hadoop.yarn.server.AMRMClientRelayer
- allocate(AllocateRequest) - Method in class org.apache.hadoop.yarn.server.api.impl.pb.client.DistributedSchedulingAMProtocolPBClientImpl
- allocateAsync(String, AllocateRequest, AsyncCallback<AllocateResponse>) - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedAMPoolManager
-
AllocateAsync to an UAM.
- allocateAsync(AllocateRequest, AsyncCallback<AllocateResponse>) - Method in class org.apache.hadoop.yarn.server.AMHeartbeatRequestHandler
-
Sends the specified heart beat request to the resource manager and invokes the callback asynchronously with the response.
- allocateAsync(AllocateRequest, AsyncCallback<AllocateResponse>) - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedApplicationManager
-
Sends the specified heart beat request to the resource manager and invokes the callback asynchronously with the response.
- allocateContainers(ResourceBlacklistRequest, List<ResourceRequest>, ApplicationAttemptId, OpportunisticContainerContext, long, String) - Method in class org.apache.hadoop.yarn.server.scheduler.DistributedOpportunisticContainerAllocator
- allocateContainers(ResourceBlacklistRequest, List<ResourceRequest>, ApplicationAttemptId, OpportunisticContainerContext, long, String) - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator
-
Allocate OPPORTUNISTIC containers.
- allocatedMB - Variable in class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- allocatedResources - Variable in class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- allocatedVCores - Variable in class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- allocateForDistributedScheduling(RpcController, YarnServerCommonServiceProtos.DistributedSchedulingAllocateRequestProto) - Method in class org.apache.hadoop.yarn.server.api.impl.pb.service.DistributedSchedulingAMProtocolPBServiceImpl
- allocateForDistributedScheduling(DistributedSchedulingAllocateRequest) - Method in interface org.apache.hadoop.yarn.server.api.DistributedSchedulingAMProtocol
-
Extends the
allocateto wrap the response with additional metadata. - allocateForDistributedScheduling(DistributedSchedulingAllocateRequest) - Method in class org.apache.hadoop.yarn.server.api.impl.pb.client.DistributedSchedulingAMProtocolPBClientImpl
- Allocation(Container, String) - Constructor for class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator.Allocation
-
Creates an instance of Allocation.
- AllocationBookkeeper() - Constructor for class org.apache.hadoop.yarn.server.federation.policies.amrmproxy.LocalityMulticastAMRMProxyPolicy.AllocationBookkeeper
- AllocationParams() - Constructor for class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator.AllocationParams
- amContainerId - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppAttemptInfo
- AMHeartbeatRequestHandler - Class in org.apache.hadoop.yarn.server
-
Extends Thread and provides an implementation that is used for processing the AM heart beat request asynchronously and sending back the response using the callback method registered with the system.
- AMHeartbeatRequestHandler(Configuration, ApplicationId, AMRMClientRelayer) - Constructor for class org.apache.hadoop.yarn.server.AMHeartbeatRequestHandler
- AMHeartbeatRequestHandler.AsyncAllocateRequestInfo - Class in org.apache.hadoop.yarn.server
-
Data structure that encapsulates AllocateRequest and AsyncCallback instance.
- AMHeartbeatRequestHandler.HeartBeatThreadUncaughtExceptionHandler - Class in org.apache.hadoop.yarn.server
-
Uncaught exception handler for the background heartbeat thread.
- AMRMClientRelayer - Class in org.apache.hadoop.yarn.server
-
A component that sits in between AMRMClient(Impl) and Yarn RM.
- AMRMClientRelayer(ApplicationMasterProtocol, ApplicationId, String) - Constructor for class org.apache.hadoop.yarn.server.AMRMClientRelayer
- AMRMClientRelayer(ApplicationMasterProtocol, ApplicationId, String, Configuration) - Constructor for class org.apache.hadoop.yarn.server.AMRMClientRelayer
- AMRMClientRelayerMetrics - Class in org.apache.hadoop.yarn.server.metrics
-
Metrics for FederationInterceptor Internals.
- AMRMClientRelayerMetrics.RequestType - Enum Class in org.apache.hadoop.yarn.server.metrics
-
Easier classification of request types for logging metrics.
- amrmProxyFederationPolicy - Variable in class org.apache.hadoop.yarn.server.federation.policies.manager.AbstractPolicyManager
- AMSecretKeys - Class in org.apache.hadoop.yarn.server.security
-
Constants for AM Secret Keys.
- app - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppsInfo
- APP_ID - Static variable in interface org.apache.hadoop.yarn.server.webapp.YarnWebServiceParams
- APP_NAME - Static variable in class org.apache.hadoop.yarn.server.uam.UnmanagedApplicationManager
- APPATTEMPT_ID - Static variable in interface org.apache.hadoop.yarn.server.webapp.YarnWebServiceParams
- AppAttemptBlock - Class in org.apache.hadoop.yarn.server.webapp
- AppAttemptBlock(ApplicationBaseProtocol, View.ViewContext) - Constructor for class org.apache.hadoop.yarn.server.webapp.AppAttemptBlock
- appAttemptId - Variable in class org.apache.hadoop.yarn.server.webapp.AppAttemptBlock
- appAttemptId - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppAttemptInfo
- AppAttemptInfo - Class in org.apache.hadoop.yarn.server.webapp.dao
- AppAttemptInfo() - Constructor for class org.apache.hadoop.yarn.server.webapp.dao.AppAttemptInfo
- AppAttemptInfo(ApplicationAttemptReport) - Constructor for class org.apache.hadoop.yarn.server.webapp.dao.AppAttemptInfo
- AppAttemptsInfo - Class in org.apache.hadoop.yarn.server.webapp.dao
- AppAttemptsInfo() - Constructor for class org.apache.hadoop.yarn.server.webapp.dao.AppAttemptsInfo
- appAttemptState - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppAttemptInfo
- appBaseProt - Variable in class org.apache.hadoop.yarn.server.webapp.AppAttemptBlock
- appBaseProt - Variable in class org.apache.hadoop.yarn.server.webapp.AppBlock
- appBaseProt - Variable in class org.apache.hadoop.yarn.server.webapp.AppsBlock
- appBaseProt - Variable in class org.apache.hadoop.yarn.server.webapp.ContainerBlock
- appBaseProt - Variable in class org.apache.hadoop.yarn.server.webapp.WebServices
- AppBlock - Class in org.apache.hadoop.yarn.server.webapp
- AppBlock(ApplicationBaseProtocol, View.ViewContext, Configuration) - Constructor for class org.apache.hadoop.yarn.server.webapp.AppBlock
- AppCollectorData - Class in org.apache.hadoop.yarn.server.api.records
- AppCollectorData() - Constructor for class org.apache.hadoop.yarn.server.api.records.AppCollectorData
- AppCollectorDataPBImpl - Class in org.apache.hadoop.yarn.server.api.records.impl.pb
- AppCollectorDataPBImpl() - Constructor for class org.apache.hadoop.yarn.server.api.records.impl.pb.AppCollectorDataPBImpl
- AppCollectorDataPBImpl(YarnServerCommonServiceProtos.AppCollectorDataProto) - Constructor for class org.apache.hadoop.yarn.server.api.records.impl.pb.AppCollectorDataPBImpl
- appendToolSection(Hamlet.DIV<Hamlet>, Configuration) - Static method in class org.apache.hadoop.yarn.server.webapp.WebPageUtils
-
Creates the tool section after a closed section.
- appId - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- appID - Variable in class org.apache.hadoop.yarn.server.webapp.AppBlock
- AppInfo - Class in org.apache.hadoop.yarn.server.webapp.dao
- AppInfo() - Constructor for class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- AppInfo(ApplicationReport) - Constructor for class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- AppInfoProvider - Interface in org.apache.hadoop.yarn.server.webapp
-
Classes implementing this interface are used in the
LogServletfor providing various application related information. - ApplicationHomeSubCluster - Class in org.apache.hadoop.yarn.server.federation.store.records
-
ApplicationHomeSubCluster is a report of the runtime information of the application that is running in the federated cluster.
- ApplicationHomeSubCluster() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.ApplicationHomeSubCluster
- ApplicationHomeSubClusterCacheResponse() - Constructor for class org.apache.hadoop.yarn.server.federation.cache.FederationCache.ApplicationHomeSubClusterCacheResponse
- ApplicationHomeSubClusterPBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
ApplicationHomeSubCluster. - ApplicationHomeSubClusterPBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.ApplicationHomeSubClusterPBImpl
- ApplicationHomeSubClusterPBImpl(YarnServerFederationProtos.ApplicationHomeSubClusterProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.ApplicationHomeSubClusterPBImpl
- ApplicationIdComparator() - Constructor for class org.apache.hadoop.yarn.server.utils.BuilderUtils.ApplicationIdComparator
- applicationTags - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- appReports - Variable in class org.apache.hadoop.yarn.server.webapp.AppsBlock
- AppsBlock - Class in org.apache.hadoop.yarn.server.webapp
- AppsBlock(ApplicationBaseProtocol, View.ViewContext) - Constructor for class org.apache.hadoop.yarn.server.webapp.AppsBlock
- AppsInfo - Class in org.apache.hadoop.yarn.server.webapp.dao
- AppsInfo() - Constructor for class org.apache.hadoop.yarn.server.webapp.dao.AppsInfo
- appsTableInit() - Static method in class org.apache.hadoop.yarn.server.webapp.WebPageUtils
- appsTableInit(boolean) - Static method in class org.apache.hadoop.yarn.server.webapp.WebPageUtils
- appsTableInit(boolean, boolean) - Static method in class org.apache.hadoop.yarn.server.webapp.WebPageUtils
- appState - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- assignedNodeId - Variable in class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- AsyncAllocateRequestInfo(AllocateRequest, AsyncCallback<AllocateResponse>) - Constructor for class org.apache.hadoop.yarn.server.AMHeartbeatRequestHandler.AsyncAllocateRequestInfo
- attempt - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppAttemptsInfo
- attemptsTableInit() - Static method in class org.apache.hadoop.yarn.server.webapp.WebPageUtils
- authorizeRequest() - Static method in class org.apache.hadoop.yarn.server.utils.YarnServerSecurityUtils
-
Authorizes the current request and returns the AMRMTokenIdentifier for the current application.
B
- BaseContainerTokenSecretManager - Class in org.apache.hadoop.yarn.server.security
-
SecretManager for ContainerTokens.
- BaseContainerTokenSecretManager(Configuration) - Constructor for class org.apache.hadoop.yarn.server.security.BaseContainerTokenSecretManager
- BaseNMTokenSecretManager - Class in org.apache.hadoop.yarn.server.security
- BaseNMTokenSecretManager() - Constructor for class org.apache.hadoop.yarn.server.security.BaseNMTokenSecretManager
- batchFinishApplicationMaster(FinishApplicationMasterRequest, String) - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedAMPoolManager
-
Complete FinishApplicationMaster interface calls in batches.
- BroadcastAMRMProxyPolicy - Class in org.apache.hadoop.yarn.server.federation.policies.amrmproxy
-
An implementation of the
FederationAMRMProxyPolicythat simply broadcasts eachResourceRequestto all the available sub-clusters. - BroadcastAMRMProxyPolicy() - Constructor for class org.apache.hadoop.yarn.server.federation.policies.amrmproxy.BroadcastAMRMProxyPolicy
- build() - Method in class org.apache.hadoop.yarn.server.volume.csi.VolumeCapabilityRange.VolumeCapabilityBuilder
- build() - Method in class org.apache.hadoop.yarn.server.volume.csi.VolumeMetaData.VolumeSpecBuilder
- buildCacheKey(String, String) - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache
-
Build CacheKey.
- buildCacheKey(String, String, String) - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache
-
Build CacheKey.
- builder() - Static method in class org.apache.hadoop.yarn.server.webapp.WrappedLogMetaRequest
- BuilderUtils - Class in org.apache.hadoop.yarn.server.utils
-
Builder utilities to construct various objects.
- BuilderUtils() - Constructor for class org.apache.hadoop.yarn.server.utils.BuilderUtils
- BuilderUtils.ApplicationIdComparator - Class in org.apache.hadoop.yarn.server.utils
- BuilderUtils.ContainerIdComparator - Class in org.apache.hadoop.yarn.server.utils
- buildGetApplicationHomeSubClusterRequest(String, ApplicationId) - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache
-
Build GetApplicationHomeSubCluster CacheRequest.
- buildGetPoliciesConfigurationsCacheRequest(String) - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache
-
Build GetPoliciesConfigurations CacheRequest.
- buildGetSubClustersCacheRequest(String, boolean) - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache
-
Build GetSubClusters CacheRequest.
- buildPolicyConfigMap(FederationCache.CacheRequest<String, ?>) - Static method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache
-
According to the cacheRequest, build PolicyConfigMap.
- buildPolicyConfigMap(GetSubClusterPoliciesConfigurationsResponse) - Static method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache
-
According to the response, build PolicyConfigMap.
- buildSubClusterInfoMap(FederationCache.CacheRequest<String, ?>) - Static method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache
-
According to the cacheRequest, build SubClusterInfoMap.
- buildSubClusterInfoMap(GetSubClustersInfoResponse) - Static method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache
-
According to the response, build SubClusterInfoMap.
C
- CacheResponse() - Constructor for class org.apache.hadoop.yarn.server.federation.cache.FederationCache.CacheResponse
- CALL_SP_ADD_DELEGATIONTOKEN - Static variable in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- CALL_SP_ADD_MASTERKEY - Static variable in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- CALL_SP_ADD_RESERVATION_HOME_SUBCLUSTER - Static variable in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- CALL_SP_DELETE_DELEGATIONTOKEN - Static variable in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- CALL_SP_DELETE_MASTERKEY - Static variable in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- CALL_SP_DELETE_RESERVATION_HOME_SUBCLUSTER - Static variable in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- CALL_SP_GET_DELEGATIONTOKEN - Static variable in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- CALL_SP_GET_MASTERKEY - Static variable in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- CALL_SP_GET_RESERVATION_HOME_SUBCLUSTER - Static variable in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- CALL_SP_GET_RESERVATIONS_HOME_SUBCLUSTER - Static variable in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- CALL_SP_UPDATE_DELEGATIONTOKEN - Static variable in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- CALL_SP_UPDATE_RESERVATION_HOME_SUBCLUSTER - Static variable in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- callerUGI - Variable in class org.apache.hadoop.yarn.server.webapp.AppsBlock
- canUpload(RpcController, YarnServerCommonServiceProtos.SCMUploaderCanUploadRequestProto) - Method in class org.apache.hadoop.yarn.server.api.impl.pb.service.SCMUploaderProtocolPBServiceImpl
- canUpload(SCMUploaderCanUploadRequest) - Method in class org.apache.hadoop.yarn.server.api.impl.pb.client.SCMUploaderProtocolPBClientImpl
- canUpload(SCMUploaderCanUploadRequest) - Method in interface org.apache.hadoop.yarn.server.api.SCMUploaderProtocol
-
The method used by the NodeManager's
SharedCacheUploadServiceto request whether a resource can be uploaded. - capability(VolumeCapabilityRange) - Method in class org.apache.hadoop.yarn.server.volume.csi.VolumeMetaData.VolumeSpecBuilder
- checkAllowedProtocols(Class<?>) - Method in class org.apache.hadoop.yarn.server.api.ServerRMProxy
- checkSubClusterId(SubClusterId) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationMembershipStateStoreInputValidator
-
Validate if the SubCluster Id is present or not.
- checkSubClusterInfo(SubClusterInfo) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationMembershipStateStoreInputValidator
-
Validate if all the required fields on
SubClusterInfoare present or not. - checkVersion() - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationStateStore
-
Check the version of federation stateStore.
- chooseSubCluster(String, Map<SubClusterId, SubClusterInfo>) - Method in class org.apache.hadoop.yarn.server.federation.policies.router.AbstractRouterPolicy
-
This method is implemented by the specific policy, and it is used to route both reservations, and applications among a given set of sub-clusters.
- chooseSubCluster(String, Map<SubClusterId, SubClusterInfo>) - Method in class org.apache.hadoop.yarn.server.federation.policies.router.HashBasedRouterPolicy
- chooseSubCluster(String, Map<SubClusterId, SubClusterInfo>) - Method in class org.apache.hadoop.yarn.server.federation.policies.router.LoadBasedRouterPolicy
- chooseSubCluster(String, Map<SubClusterId, SubClusterInfo>) - Method in class org.apache.hadoop.yarn.server.federation.policies.router.PriorityRouterPolicy
- chooseSubCluster(String, Map<SubClusterId, SubClusterInfo>) - Method in class org.apache.hadoop.yarn.server.federation.policies.router.RejectRouterPolicy
- chooseSubCluster(String, Map<SubClusterId, SubClusterInfo>) - Method in class org.apache.hadoop.yarn.server.federation.policies.router.UniformRandomRouterPolicy
- chooseSubCluster(String, Map<SubClusterId, SubClusterInfo>) - Method in class org.apache.hadoop.yarn.server.federation.policies.router.WeightedRandomRouterPolicy
- cleanAllApplications() - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationRegistryClient
-
For testing, delete all application records in registry.
- cleanupZeroNonAnyRR() - Method in class org.apache.hadoop.yarn.server.scheduler.ResourceRequestSet
-
Remove all non-Any ResourceRequests from the set.
- clearCache() - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache
-
clear cache.
- clearCache() - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCaffeineCache
- clearCache() - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationGuavaCache
- clearCache() - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationJCache
- close() - Method in class org.apache.hadoop.yarn.server.api.impl.pb.client.CollectorNodemanagerProtocolPBClientImpl
- close() - Method in class org.apache.hadoop.yarn.server.api.impl.pb.client.DistributedSchedulingAMProtocolPBClientImpl
- close() - Method in class org.apache.hadoop.yarn.server.api.impl.pb.client.ResourceTrackerPBClientImpl
- close() - Method in class org.apache.hadoop.yarn.server.api.impl.pb.client.SCMUploaderProtocolPBClientImpl
- close() - Method in class org.apache.hadoop.yarn.server.federation.failover.FederationRMFailoverProxyProvider
-
Close all the proxy objects which have been opened over the lifetime of this proxy provider.
- close() - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationStateStore
-
Perform any cleanup operations of the StateStore.
- close() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- close() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- close() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
- close() - Method in class org.apache.hadoop.yarn.server.utils.LeveldbIterator
-
Closes the iterator.
- close(Statement) - Method in class org.apache.hadoop.yarn.server.federation.store.sql.FederationQueryRunner
-
Close Statement.
- CLUSTER_ID - Static variable in interface org.apache.hadoop.yarn.server.webapp.YarnWebServiceParams
- CollectorNodemanagerProtocol - Interface in org.apache.hadoop.yarn.server.api
-
The protocol between an
TimelineCollectorManagerand aNodeManagerto report a new application collector get launched. - CollectorNodemanagerProtocolPB - Interface in org.apache.hadoop.yarn.server.api
- CollectorNodemanagerProtocolPBClientImpl - Class in org.apache.hadoop.yarn.server.api.impl.pb.client
- CollectorNodemanagerProtocolPBClientImpl(long, InetSocketAddress, Configuration) - Constructor for class org.apache.hadoop.yarn.server.api.impl.pb.client.CollectorNodemanagerProtocolPBClientImpl
- CollectorNodemanagerProtocolPBServiceImpl - Class in org.apache.hadoop.yarn.server.api.impl.pb.service
- CollectorNodemanagerProtocolPBServiceImpl(CollectorNodemanagerProtocol) - Constructor for class org.apache.hadoop.yarn.server.api.impl.pb.service.CollectorNodemanagerProtocolPBServiceImpl
- compare(ApplicationId, ApplicationId) - Method in class org.apache.hadoop.yarn.server.utils.BuilderUtils.ApplicationIdComparator
- compare(ContainerId, ContainerId) - Method in class org.apache.hadoop.yarn.server.utils.BuilderUtils.ContainerIdComparator
- compareTo(RemoteNode) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RemoteNode
- compareTo(SubClusterId) - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterId
- compareTo(SchedulerRequestKey) - Method in class org.apache.hadoop.yarn.server.scheduler.ResourceRequestSetKey
- compareTo(SchedulerRequestKey) - Method in class org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey
- computeIntegerAssignment(int, ArrayList<Float>) - Method in class org.apache.hadoop.yarn.server.federation.policies.amrmproxy.LocalityMulticastAMRMProxyPolicy
-
Split the integer into bins according to the weights.
- conf - Variable in class org.apache.hadoop.yarn.server.webapp.AppBlock
- ConfigurableFederationPolicy - Interface in org.apache.hadoop.yarn.server.federation.policies
-
This interface provides a general method to reinitialize a policy.
- container - Variable in class org.apache.hadoop.yarn.server.webapp.dao.ContainersInfo
- CONTAINER_ID - Static variable in interface org.apache.hadoop.yarn.server.webapp.YarnWebServiceParams
- CONTAINER_LOG_FILE_NAME - Static variable in interface org.apache.hadoop.yarn.server.webapp.YarnWebServiceParams
- ContainerAllocationHistory - Class in org.apache.hadoop.yarn.server
-
Records the allocation history from YarnRM and provide aggregated insights.
- ContainerAllocationHistory(Configuration) - Constructor for class org.apache.hadoop.yarn.server.ContainerAllocationHistory
- ContainerBlock - Class in org.apache.hadoop.yarn.server.webapp
- ContainerBlock(ApplicationBaseProtocol, View.ViewContext) - Constructor for class org.apache.hadoop.yarn.server.webapp.ContainerBlock
- containerExitStatus - Variable in class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- containerId - Variable in class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- containerId - Variable in class org.apache.hadoop.yarn.server.webapp.dao.ContainerLogsInfo
- ContainerIdComparator() - Constructor for class org.apache.hadoop.yarn.server.utils.BuilderUtils.ContainerIdComparator
- containerIdCounter - Variable in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator.ContainerIdGenerator
- ContainerIdGenerator() - Constructor for class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator.ContainerIdGenerator
- ContainerInfo - Class in org.apache.hadoop.yarn.server.webapp.dao
- ContainerInfo() - Constructor for class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- ContainerInfo(ContainerReport) - Constructor for class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- containerLogsInfo - Variable in class org.apache.hadoop.yarn.server.webapp.dao.ContainerLogsInfo
- ContainerLogsInfo - Class in org.apache.hadoop.yarn.server.webapp.dao
-
ContainerLogsInfoincludes the log meta-data of containers. - ContainerLogsInfo() - Constructor for class org.apache.hadoop.yarn.server.webapp.dao.ContainerLogsInfo
- ContainerLogsInfo(ContainerLogMeta, String) - Constructor for class org.apache.hadoop.yarn.server.webapp.dao.ContainerLogsInfo
- ContainerLogsInfo(ContainerLogMeta, ContainerLogAggregationType) - Constructor for class org.apache.hadoop.yarn.server.webapp.dao.ContainerLogsInfo
- ContainerLogsInfoes - Class in org.apache.hadoop.yarn.server.webapp.dao
- ContainerLogsInfoes() - Constructor for class org.apache.hadoop.yarn.server.webapp.dao.ContainerLogsInfoes
- ContainerLogsInfoes(List<ContainerLogsInfo>) - Constructor for class org.apache.hadoop.yarn.server.webapp.dao.ContainerLogsInfoes
- ContainerQueuingLimit - Class in org.apache.hadoop.yarn.server.api.records
-
Used to hold max wait time / queue length information to be passed back to the NodeManager.
- ContainerQueuingLimit() - Constructor for class org.apache.hadoop.yarn.server.api.records.ContainerQueuingLimit
- ContainerQueuingLimitPBImpl - Class in org.apache.hadoop.yarn.server.api.records.impl.pb
-
Implementation of ContainerQueuingLimit interface.
- ContainerQueuingLimitPBImpl() - Constructor for class org.apache.hadoop.yarn.server.api.records.impl.pb.ContainerQueuingLimitPBImpl
- ContainerQueuingLimitPBImpl(YarnServerCommonServiceProtos.ContainerQueuingLimitProto) - Constructor for class org.apache.hadoop.yarn.server.api.records.impl.pb.ContainerQueuingLimitPBImpl
- ContainersInfo - Class in org.apache.hadoop.yarn.server.webapp.dao
- ContainersInfo() - Constructor for class org.apache.hadoop.yarn.server.webapp.dao.ContainersInfo
- containersTableInit() - Static method in class org.apache.hadoop.yarn.server.webapp.WebPageUtils
- containerState - Variable in class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- containerTokenExpiryInterval - Variable in class org.apache.hadoop.yarn.server.security.BaseContainerTokenSecretManager
- convert(long, CharSequence) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- convertFromProtoFormat(Collection<YarnServerCommonServiceProtos.SystemCredentialsForAppsProto>) - Static method in class org.apache.hadoop.yarn.server.utils.YarnServerBuilderUtils
-
Convert Collection of SystemCredentialsForAppsProto proto objects to a Map of ApplicationId to ByteBuffer.
- convertFromProtoFormat(ByteString) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterMasterKeyPBImpl
- convertMasterKeyToDelegationKey(RouterMasterKeyRequest) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationStateStoreUtils
-
Convert MasterKey to DelegationKey.
- convertToProtoFormat(ByteBuffer) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterMasterKeyPBImpl
- convertToProtoFormat(Map<ApplicationId, ByteBuffer>) - Static method in class org.apache.hadoop.yarn.server.utils.YarnServerBuilderUtils
-
Convert Map of Application Id to ByteBuffer to Collection of SystemCredentialsForAppsProto proto objects.
- create(ResourceRequest) - Static method in class org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey
-
Factory method to generate a SchedulerRequestKey from a ResourceRequest.
- create(SchedulingRequest) - Static method in class org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey
-
Factory method to generate a SchedulerRequestKey from a SchedulingRequest.
- create(UpdateContainerRequest, SchedulerRequestKey) - Static method in class org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey
- createAMHeartbeatRequestHandler(Configuration, ApplicationId, AMRMClientRelayer) - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedApplicationManager
- createAndRegisterNewUAM(RegisterApplicationMasterRequest, Configuration, String, String, String, boolean, String, ApplicationSubmissionContext) - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedAMPoolManager
-
Create a new UAM and register the application, without specifying uamId and appId.
- createApplicationMetricsTable(HtmlBlock.Block) - Method in class org.apache.hadoop.yarn.server.webapp.AppBlock
- createAttemptHeadRoomTable(HtmlBlock.Block) - Method in class org.apache.hadoop.yarn.server.webapp.AppAttemptBlock
- createBadResponse(Response.Status, String) - Static method in class org.apache.hadoop.yarn.server.webapp.LogWebServiceUtils
- createContainer(long, OpportunisticContainerAllocator.AllocationParams, OpportunisticContainerAllocator.ContainerIdGenerator, ApplicationAttemptId, String, Map<Resource, List<OpportunisticContainerAllocator.Allocation>>, String, ResourceRequest, RemoteNode) - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator
- createFilterConfig(Configuration) - Method in class org.apache.hadoop.yarn.server.security.http.RMAuthenticationFilterInitializer
- createIdentifier() - Method in class org.apache.hadoop.yarn.server.security.BaseContainerTokenSecretManager
-
Used by the RPC layer.
- createIdentifier() - Method in class org.apache.hadoop.yarn.server.security.BaseNMTokenSecretManager
-
It is required for RPC
- createInstance(Configuration, String, String, Class<T>) - Static method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Helper method to create instances of Object using the class name specified in the configuration object.
- createNewMasterKey() - Method in class org.apache.hadoop.yarn.server.security.BaseContainerTokenSecretManager
- createNewMasterKey() - Method in class org.apache.hadoop.yarn.server.security.BaseNMTokenSecretManager
- createNMToken(ApplicationAttemptId, NodeId, String) - Method in class org.apache.hadoop.yarn.server.security.BaseNMTokenSecretManager
-
Helper function for creating NMTokens.
- createPassword(ContainerTokenIdentifier) - Method in class org.apache.hadoop.yarn.server.security.BaseContainerTokenSecretManager
- createPassword(NMTokenIdentifier) - Method in class org.apache.hadoop.yarn.server.security.BaseNMTokenSecretManager
- createRequestFromContainerId(String) - Static method in class org.apache.hadoop.yarn.server.webapp.LogServlet
- createRetryInstance(Configuration, String, String, Class<T>, RetryPolicy) - Static method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Helper method to create instances of Object using the class name defined in the configuration object.
- createRetryPolicy(Configuration) - Static method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Create a RetryPolicy for
FederationStateStoreFacade. - createRMProxy(Class<T>, Configuration, UserGroupInformation, Token<AMRMTokenIdentifier>) - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedApplicationManager
-
Returns RM proxy for the specified protocol type.
- createRMProxy(InetSocketAddress) - Method in class org.apache.hadoop.yarn.server.federation.failover.FederationRMFailoverProxyProvider
- createRMProxy(Configuration, Class<T>) - Static method in class org.apache.hadoop.yarn.server.api.ServerRMProxy
-
Create a proxy to the ResourceManager for the specified protocol.
- createRMProxy(Configuration, Class<T>, SubClusterId, UserGroupInformation) - Static method in class org.apache.hadoop.yarn.server.federation.failover.FederationProxyProviderUtil
-
Create a proxy for the specified protocol in the context of Federation.
- createRMProxy(Configuration, Class<T>, SubClusterId, UserGroupInformation, Token<? extends TokenIdentifier>) - Static method in class org.apache.hadoop.yarn.server.federation.failover.FederationProxyProviderUtil
-
Create a proxy for the specified protocol in the context of Federation.
- createTablesForAttemptMetrics(HtmlBlock.Block) - Method in class org.apache.hadoop.yarn.server.webapp.AppAttemptBlock
- createTimelineDelegationTokenSecretManager(long, long, long, long) - Method in class org.apache.hadoop.yarn.server.timeline.security.TimelineDelgationTokenSecretManagerService
- createUAM(Configuration, ApplicationId, String, String, String, boolean, String, ApplicationSubmissionContext) - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedAMPoolManager
-
Creates the UAM instance.
- createUAMProxy(Token<AMRMTokenIdentifier>) - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedApplicationManager
- CSI_DRIVER_NAME - Static variable in class org.apache.hadoop.yarn.server.volume.csi.CsiConstants
- CSI_VOLUME_ACCESS_MODE - Static variable in class org.apache.hadoop.yarn.server.volume.csi.CsiConstants
- CSI_VOLUME_CAPABILITY - Static variable in class org.apache.hadoop.yarn.server.volume.csi.CsiConstants
- CSI_VOLUME_ID - Static variable in class org.apache.hadoop.yarn.server.volume.csi.CsiConstants
- CSI_VOLUME_MOUNT - Static variable in class org.apache.hadoop.yarn.server.volume.csi.CsiConstants
- CSI_VOLUME_NAME - Static variable in class org.apache.hadoop.yarn.server.volume.csi.CsiConstants
- CSI_VOLUME_RESOURCE_TAG - Static variable in class org.apache.hadoop.yarn.server.volume.csi.CsiConstants
- CsiConstants - Class in org.apache.hadoop.yarn.server.volume.csi
-
CSI constants.
- CURRENT_VERSION_INFO - Static variable in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- CURRENT_VERSION_INFO - Static variable in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
- currentAppAttemptId - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- currentMasterKey - Variable in class org.apache.hadoop.yarn.server.security.BaseContainerTokenSecretManager
-
THE masterKey.
- currentMasterKey - Variable in class org.apache.hadoop.yarn.server.security.BaseNMTokenSecretManager
D
- DatabaseProduct - Class in org.apache.hadoop.yarn.server.federation.store.sql
- DatabaseProduct.DbType - Enum Class in org.apache.hadoop.yarn.server.federation.store.sql
- decodeWritable(Writable, String) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationStateStoreUtils
-
Decode Base64 string to Writable object.
- decrClientPending(String, ContainerUpdateType, int) - Method in class org.apache.hadoop.yarn.server.metrics.AMRMClientRelayerMetrics
- decrClientPending(String, AMRMClientRelayerMetrics.RequestType, int) - Method in class org.apache.hadoop.yarn.server.metrics.AMRMClientRelayerMetrics
- decrConnections() - Static method in class org.apache.hadoop.yarn.server.federation.store.metrics.FederationStateStoreClientMetrics
- DEFAULT_PRINT_RR_MAX - Static variable in class org.apache.hadoop.yarn.server.federation.policies.amrmproxy.LocalityMulticastAMRMProxyPolicy
- DEFAULT_TIMESTAMP_VALUE - Static variable in class org.apache.hadoop.yarn.server.api.records.AppCollectorData
- DefaultSubClusterResolverImpl - Class in org.apache.hadoop.yarn.server.federation.resolver
-
Default simple sub-cluster and rack resolver class.
- DefaultSubClusterResolverImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.resolver.DefaultSubClusterResolverImpl
- DELETE_QUEUE_SQL - Static variable in class org.apache.hadoop.yarn.server.federation.store.sql.FederationQueryRunner
- deleteAllPoliciesConfigurations() - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
- deleteAllPoliciesConfigurations(DeletePoliciesConfigurationsRequest) - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationPolicyStore
-
Delete all queue-to-policy configurations.
- deleteAllPoliciesConfigurations(DeletePoliciesConfigurationsRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- deleteAllPoliciesConfigurations(DeletePoliciesConfigurationsRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- deleteAllPoliciesConfigurations(DeletePoliciesConfigurationsRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
- deleteApplicationHomeSubCluster(ApplicationId) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Delete the mapping of home
SubClusterIdof a previously submittedApplicationId. - deleteApplicationHomeSubCluster(DeleteApplicationHomeSubClusterRequest) - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationApplicationHomeSubClusterStore
-
Delete the mapping of home
SubClusterIdof a previously submittedApplicationId. - deleteApplicationHomeSubCluster(DeleteApplicationHomeSubClusterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- deleteApplicationHomeSubCluster(DeleteApplicationHomeSubClusterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- deleteApplicationHomeSubCluster(DeleteApplicationHomeSubClusterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
-
Delete the mapping of home
SubClusterIdof a previously submittedApplicationId. - DeleteApplicationHomeSubClusterRequest - Class in org.apache.hadoop.yarn.server.federation.store.records
-
The request to
Federation state storeto delete the mapping of home subcluster of a submitted application. - DeleteApplicationHomeSubClusterRequest() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.DeleteApplicationHomeSubClusterRequest
- DeleteApplicationHomeSubClusterRequestPBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
DeleteApplicationHomeSubClusterRequest. - DeleteApplicationHomeSubClusterRequestPBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteApplicationHomeSubClusterRequestPBImpl
- DeleteApplicationHomeSubClusterRequestPBImpl(YarnServerFederationProtos.DeleteApplicationHomeSubClusterRequestProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteApplicationHomeSubClusterRequestPBImpl
- DeleteApplicationHomeSubClusterResponse - Class in org.apache.hadoop.yarn.server.federation.store.records
-
DeleteApplicationHomeSubClusterResponse contains the answer from the
FederationApplicationHomeSubClusterStoreto a request to delete the mapping of home subcluster of a submitted application. - DeleteApplicationHomeSubClusterResponse() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.DeleteApplicationHomeSubClusterResponse
- DeleteApplicationHomeSubClusterResponsePBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
DeleteApplicationHomeSubClusterResponse. - DeleteApplicationHomeSubClusterResponsePBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteApplicationHomeSubClusterResponsePBImpl
- DeleteApplicationHomeSubClusterResponsePBImpl(YarnServerFederationProtos.DeleteApplicationHomeSubClusterResponseProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteApplicationHomeSubClusterResponsePBImpl
- deletePoliciesConfigurations(DeleteSubClusterPoliciesConfigurationsRequest) - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationPolicyStore
-
Delete PoliciesConfigurations.
- deletePoliciesConfigurations(DeleteSubClusterPoliciesConfigurationsRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- deletePoliciesConfigurations(DeleteSubClusterPoliciesConfigurationsRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- deletePoliciesConfigurations(DeleteSubClusterPoliciesConfigurationsRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
- DeletePoliciesConfigurationsRequest - Class in org.apache.hadoop.yarn.server.federation.store.records
-
This class is used for handling queue policy deletion requests.
- DeletePoliciesConfigurationsRequest() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.DeletePoliciesConfigurationsRequest
- DeletePoliciesConfigurationsRequestPBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
- DeletePoliciesConfigurationsRequestPBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeletePoliciesConfigurationsRequestPBImpl
- DeletePoliciesConfigurationsRequestPBImpl(YarnServerFederationProtos.DeletePoliciesConfigurationsRequestProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeletePoliciesConfigurationsRequestPBImpl
- DeletePoliciesConfigurationsResponse - Class in org.apache.hadoop.yarn.server.federation.store.records
-
This class is used to respond to requests to delete PoliciesConfigurations.
- DeletePoliciesConfigurationsResponse() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.DeletePoliciesConfigurationsResponse
- DeletePoliciesConfigurationsResponsePBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
- DeletePoliciesConfigurationsResponsePBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeletePoliciesConfigurationsResponsePBImpl
- DeletePoliciesConfigurationsResponsePBImpl(YarnServerFederationProtos.DeletePoliciesConfigurationsResponseProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeletePoliciesConfigurationsResponsePBImpl
- deletePolicyByQueue(Connection, String) - Method in class org.apache.hadoop.yarn.server.federation.store.sql.FederationQueryRunner
-
Drop a queue from the policy.
- deletePolicyConfigurations(List<String>) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
- deleteReservationHomeSubCluster(ReservationId) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Delete the home
SubClusterIdfor the specifiedReservationId. - deleteReservationHomeSubCluster(DeleteReservationHomeSubClusterRequest) - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationReservationHomeSubClusterStore
-
Delete the mapping of home
SubClusterIdof a previously submittedReservationId. - deleteReservationHomeSubCluster(DeleteReservationHomeSubClusterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- deleteReservationHomeSubCluster(DeleteReservationHomeSubClusterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- deleteReservationHomeSubCluster(DeleteReservationHomeSubClusterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
- DeleteReservationHomeSubClusterRequest - Class in org.apache.hadoop.yarn.server.federation.store.records
-
The request to
Federation state storeto delete the mapping of home subcluster of a submitted reservation. - DeleteReservationHomeSubClusterRequest() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.DeleteReservationHomeSubClusterRequest
- DeleteReservationHomeSubClusterRequestPBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
DeleteReservationHomeSubClusterRequest. - DeleteReservationHomeSubClusterRequestPBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteReservationHomeSubClusterRequestPBImpl
- DeleteReservationHomeSubClusterRequestPBImpl(YarnServerFederationProtos.DeleteReservationHomeSubClusterRequestProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteReservationHomeSubClusterRequestPBImpl
- DeleteReservationHomeSubClusterResponse - Class in org.apache.hadoop.yarn.server.federation.store.records
-
DeleteReservationHomeSubClusterResponse contains the answer from the
FederationReservationHomeSubClusterStoreto a request to delete the mapping of home subcluster of a submitted reservation. - DeleteReservationHomeSubClusterResponse() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.DeleteReservationHomeSubClusterResponse
- DeleteReservationHomeSubClusterResponsePBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
DeleteReservationHomeSubClusterResponse. - DeleteReservationHomeSubClusterResponsePBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteReservationHomeSubClusterResponsePBImpl
- DeleteReservationHomeSubClusterResponsePBImpl(YarnServerFederationProtos.DeleteReservationHomeSubClusterResponseProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteReservationHomeSubClusterResponsePBImpl
- deleteStateStore() - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationStateStore
-
We will clear the data in stateStore through the deleteStateStore method.
- deleteStateStore() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- deleteStateStore() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- deleteStateStore() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
- deleteStore() - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
- DeleteSubClusterPoliciesConfigurationsRequest - Class in org.apache.hadoop.yarn.server.federation.store.records
-
This class is used to respond to queue deletion requests and contains a list of queues.
- DeleteSubClusterPoliciesConfigurationsRequest() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.DeleteSubClusterPoliciesConfigurationsRequest
- DeleteSubClusterPoliciesConfigurationsRequestPBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
DeleteSubClusterPoliciesConfigurationsRequest. - DeleteSubClusterPoliciesConfigurationsRequestPBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteSubClusterPoliciesConfigurationsRequestPBImpl
- DeleteSubClusterPoliciesConfigurationsRequestPBImpl(YarnServerFederationProtos.DeleteSubClusterPoliciesConfigurationsRequestProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteSubClusterPoliciesConfigurationsRequestPBImpl
- DeleteSubClusterPoliciesConfigurationsResponse - Class in org.apache.hadoop.yarn.server.federation.store.records
-
DeleteSubClusterPoliciesConfigurationsResponse contains the answer from the
FederationPolicyStoreto a request to delete policy configurations for given queues. - DeleteSubClusterPoliciesConfigurationsResponse() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.DeleteSubClusterPoliciesConfigurationsResponse
- DeleteSubClusterPoliciesConfigurationsResponsePBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
DeleteSubClusterPoliciesConfigurationsResponse. - DeleteSubClusterPoliciesConfigurationsResponsePBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteSubClusterPoliciesConfigurationsResponsePBImpl
- DeleteSubClusterPoliciesConfigurationsResponsePBImpl(YarnServerFederationProtos.DeleteSubClusterPoliciesConfigurationsResponseProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteSubClusterPoliciesConfigurationsResponsePBImpl
- Demote - Enum constant in enum class org.apache.hadoop.yarn.server.metrics.AMRMClientRelayerMetrics.RequestType
- deregisterSubCluster(SubClusterDeregisterRequest) - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationMembershipStateStore
-
Deregister a subcluster identified by
SubClusterIdto change state in federation. - deregisterSubCluster(SubClusterDeregisterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- deregisterSubCluster(SubClusterDeregisterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- deregisterSubCluster(SubClusterDeregisterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
- deregisterSubCluster(SubClusterId, SubClusterState) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Deregister subCluster, Update the subCluster state to SC_LOST、SC_DECOMMISSIONED etc.
- diagnosticsInfo - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppAttemptInfo
- diagnosticsInfo - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- diagnosticsInfo - Variable in class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- DistributedOpportunisticContainerAllocator - Class in org.apache.hadoop.yarn.server.scheduler
-
The DistributedOpportunisticContainerAllocator allocates containers on a given list of nodes, after modifying the container sizes to respect the limits set by the ResourceManager.
- DistributedOpportunisticContainerAllocator(BaseContainerTokenSecretManager) - Constructor for class org.apache.hadoop.yarn.server.scheduler.DistributedOpportunisticContainerAllocator
-
Create a new Opportunistic Container Allocator.
- DistributedOpportunisticContainerAllocator(BaseContainerTokenSecretManager, int) - Constructor for class org.apache.hadoop.yarn.server.scheduler.DistributedOpportunisticContainerAllocator
-
Create a new Opportunistic Container Allocator.
- DistributedSchedulingAllocateRequest - Class in org.apache.hadoop.yarn.server.api.protocolrecords
-
Object used by the Application Master when distributed scheduling is enabled, in order to forward the
AllocateRequestfor GUARANTEED containers to the Resource Manager, and to notify the Resource Manager about the allocation of OPPORTUNISTIC containers through the Distributed Scheduler. - DistributedSchedulingAllocateRequest() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.DistributedSchedulingAllocateRequest
- DistributedSchedulingAllocateRequestPBImpl - Class in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb
-
Implementation of
DistributedSchedulingAllocateRequest. - DistributedSchedulingAllocateRequestPBImpl() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DistributedSchedulingAllocateRequestPBImpl
- DistributedSchedulingAllocateRequestPBImpl(YarnServerCommonServiceProtos.DistributedSchedulingAllocateRequestProto) - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DistributedSchedulingAllocateRequestPBImpl
- DistributedSchedulingAllocateResponse - Class in org.apache.hadoop.yarn.server.api.protocolrecords
-
This is the response of the Resource Manager to the
DistributedSchedulingAllocateRequest, when distributed scheduling is enabled. - DistributedSchedulingAllocateResponse() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.DistributedSchedulingAllocateResponse
- DistributedSchedulingAllocateResponsePBImpl - Class in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb
-
Implementation of
DistributedSchedulingAllocateResponse. - DistributedSchedulingAllocateResponsePBImpl() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DistributedSchedulingAllocateResponsePBImpl
- DistributedSchedulingAllocateResponsePBImpl(YarnServerCommonServiceProtos.DistributedSchedulingAllocateResponseProto) - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DistributedSchedulingAllocateResponsePBImpl
- DistributedSchedulingAMProtocol - Interface in org.apache.hadoop.yarn.server.api
-
This protocol extends the
ApplicationMasterProtocol. - DistributedSchedulingAMProtocolPB - Interface in org.apache.hadoop.yarn.server.api
- DistributedSchedulingAMProtocolPBClientImpl - Class in org.apache.hadoop.yarn.server.api.impl.pb.client
-
Implementation of
DistributedSchedulingAMProtocol, used when distributed scheduling is enabled. - DistributedSchedulingAMProtocolPBClientImpl(long, InetSocketAddress, Configuration) - Constructor for class org.apache.hadoop.yarn.server.api.impl.pb.client.DistributedSchedulingAMProtocolPBClientImpl
- DistributedSchedulingAMProtocolPBServiceImpl - Class in org.apache.hadoop.yarn.server.api.impl.pb.service
-
Implementation of
DistributedSchedulingAMProtocolPB. - DistributedSchedulingAMProtocolPBServiceImpl(DistributedSchedulingAMProtocol) - Constructor for class org.apache.hadoop.yarn.server.api.impl.pb.service.DistributedSchedulingAMProtocolPBServiceImpl
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.hadoop.yarn.server.security.http.RMAuthenticationFilter
- drainHeartbeatThread() - Method in class org.apache.hadoop.yarn.server.AMHeartbeatRequestHandler
- drainHeartbeatThread() - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedApplicationManager
- drainUAMHeartbeats() - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedAMPoolManager
- driverName(String) - Method in class org.apache.hadoop.yarn.server.volume.csi.VolumeMetaData.VolumeSpecBuilder
E
- elapsedTime - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- elapsedTime - Variable in class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- encodeWritable(Writable) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationStateStoreUtils
-
Encode for Writable objects.
- EnrichedResourceRequest(ResourceRequest) - Constructor for class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator.EnrichedResourceRequest
- equals(Object) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.GetTimelineCollectorContextRequestPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.GetTimelineCollectorContextResponsePBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.LogAggregationReportPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NMContainerStatusPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatRequestPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerRequestPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RemoteNodePBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.ReportNewCollectorInfoRequestPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.ReportNewCollectorInfoResponsePBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.AppCollectorDataPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.MasterKeyPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeHealthStatusPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeStatusPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache.CacheRequest
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.policies.dao.WeightedPolicyInfo
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.ApplicationHomeSubCluster
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddApplicationHomeSubClusterRequestPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddApplicationHomeSubClusterResponsePBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddReservationHomeSubClusterRequestPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddReservationHomeSubClusterResponsePBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.ApplicationHomeSubClusterPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteApplicationHomeSubClusterRequestPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteApplicationHomeSubClusterResponsePBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeletePoliciesConfigurationsRequestPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeletePoliciesConfigurationsResponsePBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteReservationHomeSubClusterRequestPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteReservationHomeSubClusterResponsePBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteSubClusterPoliciesConfigurationsRequestPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteSubClusterPoliciesConfigurationsResponsePBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationHomeSubClusterRequestPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationHomeSubClusterResponsePBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationsHomeSubClusterRequestPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationsHomeSubClusterResponsePBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetReservationHomeSubClusterRequestPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetReservationHomeSubClusterResponsePBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetReservationsHomeSubClusterRequestPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetReservationsHomeSubClusterResponsePBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterInfoRequestPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterInfoResponsePBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterPoliciesConfigurationsRequestPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterPoliciesConfigurationsResponsePBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterPolicyConfigurationRequestPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterPolicyConfigurationResponsePBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClustersInfoRequestPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClustersInfoResponsePBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.ReservationHomeSubClusterPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterMasterKeyPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterMasterKeyRequestPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterMasterKeyResponsePBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterRMTokenRequestPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterRMTokenResponsePBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterStoreTokenPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SetSubClusterPolicyConfigurationRequestPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SetSubClusterPolicyConfigurationResponsePBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterDeregisterRequestPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterDeregisterResponsePBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterHeartbeatRequestPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterHeartbeatResponsePBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterPolicyConfigurationPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterRegisterRequestPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterRegisterResponsePBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.UpdateApplicationHomeSubClusterRequestPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.UpdateApplicationHomeSubClusterResponsePBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.UpdateReservationHomeSubClusterRequestPBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.UpdateReservationHomeSubClusterResponsePBImpl
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.ReservationHomeSubCluster
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.RouterMasterKey
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterId
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterIdInfo
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo
- equals(Object) - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterPolicyConfiguration
- equals(Object) - Method in class org.apache.hadoop.yarn.server.records.Version
- equals(Object) - Method in class org.apache.hadoop.yarn.server.scheduler.ResourceRequestSetKey
- equals(Object) - Method in class org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey
- equals(Object) - Method in class org.apache.hadoop.yarn.server.volume.csi.VolumeId
- ErrorsAndWarningsBlock - Class in org.apache.hadoop.yarn.server.webapp
- ErrorsAndWarningsBlock.ErrorMetrics - Class in org.apache.hadoop.yarn.server.webapp
- ErrorsAndWarningsBlock.MetricsBase - Class in org.apache.hadoop.yarn.server.webapp
- ErrorsAndWarningsBlock.WarningMetrics - Class in org.apache.hadoop.yarn.server.webapp
- execute(Connection, String, ResultSetHandler<T>, Object...) - Method in class org.apache.hadoop.yarn.server.federation.store.sql.FederationQueryRunner
-
Execute Stored Procedure SQL.
- existsApplicationHomeSubCluster(ApplicationId) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Query SubClusterId By applicationId.
- existsReservationHomeSubCluster(ReservationId) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Exists ReservationHomeSubCluster Mapping.
- extractFrom(Container) - Static method in class org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey
-
Convenience method to extract the SchedulerRequestKey used to schedule the Container.
- extractMatchingKey(Container, Set<ResourceRequestSetKey>) - Static method in class org.apache.hadoop.yarn.server.scheduler.ResourceRequestSetKey
-
Extract the corresponding ResourceRequestSetKey for an allocated container from a given set.
F
- failedStateStoreCall() - Static method in class org.apache.hadoop.yarn.server.federation.store.metrics.FederationStateStoreClientMetrics
- FEDERATION_STORE_URL - Static variable in class org.apache.hadoop.yarn.server.federation.store.utils.FederationStateStoreUtils
- FederationActionRetry<T> - Interface in org.apache.hadoop.yarn.server.federation.retry
- FederationAMRMProxyPolicy - Interface in org.apache.hadoop.yarn.server.federation.policies.amrmproxy
-
Implementors of this interface provide logic to split the list of
ResourceRequests received by the AM among various RMs. - FederationApplicationHomeSubClusterStore - Interface in org.apache.hadoop.yarn.server.federation.store
-
FederationApplicationHomeSubClusterStore maintains the state of all Applications that have been submitted to the federated cluster
- FederationApplicationHomeSubClusterStoreInputValidator - Class in org.apache.hadoop.yarn.server.federation.store.utils
-
Utility class to validate the inputs to
FederationApplicationHomeSubClusterStore, allows a fail fast mechanism for invalid user inputs. - FederationCache - Class in org.apache.hadoop.yarn.server.federation.cache
- FederationCache() - Constructor for class org.apache.hadoop.yarn.server.federation.cache.FederationCache
- FederationCache.ApplicationHomeSubClusterCacheResponse - Class in org.apache.hadoop.yarn.server.federation.cache
- FederationCache.CacheRequest<K,
V> - Class in org.apache.hadoop.yarn.server.federation.cache -
Internal class that encapsulates the cache key and a function that returns the value for the specified key.
- FederationCache.CacheResponse<R> - Class in org.apache.hadoop.yarn.server.federation.cache
- FederationCache.SubClusterInfoCacheResponse - Class in org.apache.hadoop.yarn.server.federation.cache
- FederationCache.SubClusterPolicyConfigurationCacheResponse - Class in org.apache.hadoop.yarn.server.federation.cache
- FederationCaffeineCache - Class in org.apache.hadoop.yarn.server.federation.cache
-
CaffeineCache is a high-performance caching library for Java, offering better performance compared to Ehcache and Guava Cache.
- FederationCaffeineCache() - Constructor for class org.apache.hadoop.yarn.server.federation.cache.FederationCaffeineCache
- FederationDelegationTokenStateStore - Interface in org.apache.hadoop.yarn.server.federation.store
-
FederationDelegationTokenStateStore maintains the state of all DelegationToken that have been submitted to the federated cluster.
- FederationGuavaCache - Class in org.apache.hadoop.yarn.server.federation.cache
- FederationGuavaCache() - Constructor for class org.apache.hadoop.yarn.server.federation.cache.FederationGuavaCache
- FederationJCache - Class in org.apache.hadoop.yarn.server.federation.cache
- FederationJCache() - Constructor for class org.apache.hadoop.yarn.server.federation.cache.FederationJCache
- FederationMembershipStateStore - Interface in org.apache.hadoop.yarn.server.federation.store
-
FederationMembershipStateStore maintains the state of all subcluster(s) as encapsulated by
SubClusterInfofor all the subcluster(s) that are participating in federation. - FederationMembershipStateStoreInputValidator - Class in org.apache.hadoop.yarn.server.federation.store.utils
-
Utility class to validate the inputs to
FederationMembershipStateStore, allows a fail fast mechanism for invalid user inputs. - FederationMethodWrapper - Class in org.apache.hadoop.yarn.server.federation.utils
- FederationMethodWrapper(Class<?>[], Object...) - Constructor for class org.apache.hadoop.yarn.server.federation.utils.FederationMethodWrapper
- FederationPolicyException - Exception in org.apache.hadoop.yarn.server.federation.policies.exceptions
-
Generic policy exception.
- FederationPolicyException(String) - Constructor for exception org.apache.hadoop.yarn.server.federation.policies.exceptions.FederationPolicyException
- FederationPolicyException(Throwable) - Constructor for exception org.apache.hadoop.yarn.server.federation.policies.exceptions.FederationPolicyException
- FederationPolicyInitializationContext - Class in org.apache.hadoop.yarn.server.federation.policies
-
Context to (re)initialize a
FederationAMRMProxyPolicyandFederationRouterPolicy. - FederationPolicyInitializationContext() - Constructor for class org.apache.hadoop.yarn.server.federation.policies.FederationPolicyInitializationContext
- FederationPolicyInitializationContext(SubClusterPolicyConfiguration, SubClusterResolver, FederationStateStoreFacade, SubClusterId) - Constructor for class org.apache.hadoop.yarn.server.federation.policies.FederationPolicyInitializationContext
- FederationPolicyInitializationContextValidator - Class in org.apache.hadoop.yarn.server.federation.policies
-
Helper class used to factor out common validation steps for policies.
- FederationPolicyInitializationException - Exception in org.apache.hadoop.yarn.server.federation.policies.exceptions
-
This exception is thrown when the initialization of a federation policy is not successful.
- FederationPolicyInitializationException(String) - Constructor for exception org.apache.hadoop.yarn.server.federation.policies.exceptions.FederationPolicyInitializationException
- FederationPolicyInitializationException(Throwable) - Constructor for exception org.apache.hadoop.yarn.server.federation.policies.exceptions.FederationPolicyInitializationException
- FederationPolicyManager - Interface in org.apache.hadoop.yarn.server.federation.policies.manager
-
Implementors need to provide the ability to serialize a policy and its configuration as a
SubClusterPolicyConfiguration, as well as provide (re)initialization mechanics for the underlyingFederationAMRMProxyPolicyandFederationRouterPolicy. - FederationPolicyStore - Interface in org.apache.hadoop.yarn.server.federation.store
-
The FederationPolicyStore provides a key-value interface to access the policies configured for the system.
- FederationPolicyStoreInputValidator - Class in org.apache.hadoop.yarn.server.federation.store.utils
-
Utility class to validate the inputs to
FederationPolicyStore, allows a fail fast mechanism for invalid user inputs. - FederationPolicyUtils - Class in org.apache.hadoop.yarn.server.federation.policies
-
Utility class for Federation policy.
- FederationProxyProviderUtil - Class in org.apache.hadoop.yarn.server.federation.failover
-
Utility class that creates proxy for specified protocols when federation is enabled.
- FederationQueryRunner - Class in org.apache.hadoop.yarn.server.federation.store.sql
-
QueryRunner is used to execute stored procedure SQL and parse the returned results.
- FederationQueryRunner() - Constructor for class org.apache.hadoop.yarn.server.federation.store.sql.FederationQueryRunner
- FederationRegistryClient - Class in org.apache.hadoop.yarn.server.federation.utils
-
Helper class that handles reads and writes to Yarn Registry to support UAM HA and second attempt.
- FederationRegistryClient(Configuration, RegistryOperations, UserGroupInformation) - Constructor for class org.apache.hadoop.yarn.server.federation.utils.FederationRegistryClient
- FederationReservationHomeSubClusterStore - Interface in org.apache.hadoop.yarn.server.federation.store
-
FederationReservationHomeSubClusterStore maintains the state of all Reservations that have been submitted to the federated cluster
- FederationReservationHomeSubClusterStoreInputValidator - Class in org.apache.hadoop.yarn.server.federation.store.utils
-
Utility class to validate the inputs to
FederationReservationHomeSubClusterStore, allows a fail fast mechanism for invalid user inputs. - FederationRMFailoverProxyProvider<T> - Class in org.apache.hadoop.yarn.server.federation.failover
-
A FailoverProxyProvider implementation that uses the
FederationStateStoreto determine the ResourceManager to connect to. - FederationRMFailoverProxyProvider() - Constructor for class org.apache.hadoop.yarn.server.federation.failover.FederationRMFailoverProxyProvider
- FederationRouterPolicy - Interface in org.apache.hadoop.yarn.server.federation.policies.router
-
Implements the logic for determining the routing of an application submission based on a policy.
- FederationRouterRMTokenInputValidator - Class in org.apache.hadoop.yarn.server.federation.store.utils
- FederationSQLOutParameter<T> - Class in org.apache.hadoop.yarn.server.federation.store.sql
-
SQLOutParameter is used to set the output parameters of the stored procedure.
- FederationSQLOutParameter(int, Class<T>, T) - Constructor for class org.apache.hadoop.yarn.server.federation.store.sql.FederationSQLOutParameter
- FederationSQLOutParameter(String, int, Class<T>) - Constructor for class org.apache.hadoop.yarn.server.federation.store.sql.FederationSQLOutParameter
- FederationStateStore - Interface in org.apache.hadoop.yarn.server.federation.store
-
FederationStore extends the three interfaces used to coordinate the state of a federated cluster:
FederationApplicationHomeSubClusterStore,FederationMembershipStateStore,FederationPolicyStore, andFederationReservationHomeSubClusterStore. - FederationStateStoreClientMetrics - Class in org.apache.hadoop.yarn.server.federation.store.metrics
-
Performance metrics for FederationStateStore implementations.
- FederationStateStoreException - Exception in org.apache.hadoop.yarn.server.federation.store.exception
-
Exception thrown by the
FederationStateStore. - FederationStateStoreException() - Constructor for exception org.apache.hadoop.yarn.server.federation.store.exception.FederationStateStoreException
- FederationStateStoreException(String) - Constructor for exception org.apache.hadoop.yarn.server.federation.store.exception.FederationStateStoreException
- FederationStateStoreException(String, Throwable) - Constructor for exception org.apache.hadoop.yarn.server.federation.store.exception.FederationStateStoreException
- FederationStateStoreException(Throwable) - Constructor for exception org.apache.hadoop.yarn.server.federation.store.exception.FederationStateStoreException
- FederationStateStoreFacade - Class in org.apache.hadoop.yarn.server.federation.utils
-
The FederationStateStoreFacade is an utility wrapper that provides singleton access to the Federation state store.
- FederationStateStoreInvalidInputException - Exception in org.apache.hadoop.yarn.server.federation.store.exception
-
Exception thrown by the
FederationMembershipStateStoreInputValidator,FederationApplicationHomeSubClusterStoreInputValidator,FederationPolicyStoreInputValidatorif the input is invalid. - FederationStateStoreInvalidInputException(String) - Constructor for exception org.apache.hadoop.yarn.server.federation.store.exception.FederationStateStoreInvalidInputException
- FederationStateStoreInvalidInputException(String, Throwable) - Constructor for exception org.apache.hadoop.yarn.server.federation.store.exception.FederationStateStoreInvalidInputException
- FederationStateStoreInvalidInputException(Throwable) - Constructor for exception org.apache.hadoop.yarn.server.federation.store.exception.FederationStateStoreInvalidInputException
- FederationStateStoreRetriableException - Exception in org.apache.hadoop.yarn.server.federation.store.exception
-
Exception thrown by the
FederationStateStore, if it is a retriable exception. - FederationStateStoreRetriableException(String) - Constructor for exception org.apache.hadoop.yarn.server.federation.store.exception.FederationStateStoreRetriableException
- FederationStateStoreRetriableException(String, Throwable) - Constructor for exception org.apache.hadoop.yarn.server.federation.store.exception.FederationStateStoreRetriableException
- FederationStateStoreRetriableException(Throwable) - Constructor for exception org.apache.hadoop.yarn.server.federation.store.exception.FederationStateStoreRetriableException
- FederationStateStoreUtils - Class in org.apache.hadoop.yarn.server.federation.store.utils
-
Common utility methods used by the store implementations.
- FederationStateVersionIncompatibleException - Exception in org.apache.hadoop.yarn.server.federation.store.exception
- FederationStateVersionIncompatibleException(String) - Constructor for exception org.apache.hadoop.yarn.server.federation.store.exception.FederationStateVersionIncompatibleException
- FederationStateVersionIncompatibleException(String, Throwable) - Constructor for exception org.apache.hadoop.yarn.server.federation.store.exception.FederationStateVersionIncompatibleException
- FederationStateVersionIncompatibleException(Throwable) - Constructor for exception org.apache.hadoop.yarn.server.federation.store.exception.FederationStateVersionIncompatibleException
- fetchData() - Method in class org.apache.hadoop.yarn.server.webapp.AppsBlock
- FILESIZE - Static variable in interface org.apache.hadoop.yarn.server.webapp.YarnWebServiceParams
- fillStatement(CallableStatement, Object...) - Method in class org.apache.hadoop.yarn.server.federation.store.sql.FederationQueryRunner
-
Set Statement parameters.
- filterHomeSubCluster(SubClusterId, SubClusterId) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationStateStoreUtils
-
Filter HomeSubCluster based on Filter SubCluster.
- finalAppStatus - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- finishApplicationMaster(String, FinishApplicationMasterRequest) - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedAMPoolManager
-
Finish an UAM/application.
- finishApplicationMaster(RpcController, YarnServiceProtos.FinishApplicationMasterRequestProto) - Method in class org.apache.hadoop.yarn.server.api.impl.pb.service.DistributedSchedulingAMProtocolPBServiceImpl
- finishApplicationMaster(FinishApplicationMasterRequest) - Method in class org.apache.hadoop.yarn.server.AMRMClientRelayer
- finishApplicationMaster(FinishApplicationMasterRequest) - Method in class org.apache.hadoop.yarn.server.api.impl.pb.client.DistributedSchedulingAMProtocolPBClientImpl
- finishApplicationMaster(FinishApplicationMasterRequest) - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedApplicationManager
-
Unregisters from the resource manager and stops the request handler thread.
- finishedTime - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppAttemptInfo
- finishedTime - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- finishedTime - Variable in class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- forceKillApplication() - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedApplicationManager
-
Force kill the UAM.
- fromByteBuffer(ByteBuffer) - Static method in class org.apache.hadoop.yarn.server.federation.policies.dao.WeightedPolicyInfo
-
Deserializes a
WeightedPolicyInfofrom a byte UTF-8 JSON representation. - fromResource(ResourceInformation) - Static method in class org.apache.hadoop.yarn.server.volume.csi.VolumeMetaData
- fromString(String) - Static method in enum class org.apache.hadoop.yarn.server.federation.store.records.SubClusterState
-
Convert a string into
SubClusterState.
G
- gatherReadOnlyPendingAsksInfo(Map<ResourceRequestSetKey, ResourceRequestSet>, Map<ResourceRequestSetKey, Long>) - Method in class org.apache.hadoop.yarn.server.AMRMClientRelayer
- generateApplicationTable(HtmlBlock.Block, UserGroupInformation, Collection<ApplicationAttemptReport>) - Method in class org.apache.hadoop.yarn.server.webapp.AppBlock
- generateContainerId() - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator.ContainerIdGenerator
-
Generates a new long value.
- generateOverview(ApplicationAttemptReport, Collection<ContainerReport>, AppAttemptInfo, String) - Method in class org.apache.hadoop.yarn.server.webapp.AppAttemptBlock
- GET_APPLICATION_HOME_SUBCLUSTER_CACHEID - Static variable in class org.apache.hadoop.yarn.server.federation.cache.FederationCache
- GET_POLICIES_CONFIGURATIONS_CACHEID - Static variable in class org.apache.hadoop.yarn.server.federation.cache.FederationCache
- GET_SUBCLUSTERS_CACHEID - Static variable in class org.apache.hadoop.yarn.server.federation.cache.FederationCache
- getAbsoluteNMWebAddress(Configuration, String) - Static method in class org.apache.hadoop.yarn.server.webapp.LogWebServiceUtils
- getAccepted() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.SCMUploaderNotifyResponsePBImpl
- getAccepted() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.SCMUploaderNotifyResponse
-
Get whether or not the shared cache manager has accepted the notified resource (i.e. the uploaded file should remain in the cache).
- getActiveSubclusters() - Method in class org.apache.hadoop.yarn.server.federation.policies.AbstractConfigurableFederationPolicy
-
This methods gets active subclusters map from the
FederationStateStoreFacadeand validate it not being null/empty. - getActiveSubClusters() - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Get active subclusters.
- getActiveSubClustersCount() - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Get the number of active cluster nodes.
- getAggregatedAllocatedContainers() - Method in class org.apache.hadoop.yarn.server.metrics.OpportunisticSchedulerMetrics
- getAggregatedNodeLocalContainers() - Method in class org.apache.hadoop.yarn.server.metrics.OpportunisticSchedulerMetrics
- getAggregatedOffSwitchContainers() - Method in class org.apache.hadoop.yarn.server.metrics.OpportunisticSchedulerMetrics
- getAggregatedRackLocalContainers() - Method in class org.apache.hadoop.yarn.server.metrics.OpportunisticSchedulerMetrics
- getAggregatedReleasedContainers() - Method in class org.apache.hadoop.yarn.server.metrics.OpportunisticSchedulerMetrics
- getAggregatePreemptedResourceAllocation() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- getAggregateResourceAllocation() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- getAllApplications() - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationRegistryClient
-
Get the list of known applications in the registry.
- getAllocatedContainers() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.DistributedSchedulingAllocateRequest
-
Get the list of newly allocated
Containerby the Distributed Scheduling component on the NodeManager. - getAllocatedContainers() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DistributedSchedulingAllocateRequestPBImpl
- getAllocatedContainers() - Method in class org.apache.hadoop.yarn.server.metrics.OpportunisticSchedulerMetrics
- getAllocatedCpuVcores() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- getAllocatedGpus() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- getAllocatedMB() - Method in class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- getAllocatedMemoryMB() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- getAllocatedResource() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NMContainerStatusPBImpl
- getAllocatedResource() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus
-
Get the allocated
Resourceof the container. - getAllocatedResources() - Method in class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
-
Return a map of the allocated resources.
- getAllocatedVCores() - Method in class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- getAllocateRequest() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.DistributedSchedulingAllocateRequest
-
Get the underlying
AllocateRequestobject. - getAllocateRequest() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DistributedSchedulingAllocateRequestPBImpl
- getAllocateResponse() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.DistributedSchedulingAllocateResponse
- getAllocateResponse() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DistributedSchedulingAllocateResponsePBImpl
- getAllocationHistory() - Method in class org.apache.hadoop.yarn.server.AMRMClientRelayer
- getAllocationRequestId() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NMContainerStatusPBImpl
- getAllocationRequestId() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus
- getAllocationRequestId() - Method in class org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey
-
Get the Id of the associated
ResourceRequest. - getAllocationTags() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NMContainerStatusPBImpl
- getAllocationTags() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus
-
Get and set the Allocation tags associated with the container.
- getAllUAMIds() - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedAMPoolManager
-
Get the id of all running UAMs.
- getAmContainerId() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppAttemptInfo
- getAmNodeLabelExpression() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- getAMRMClientRelayer() - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedApplicationManager
-
Returns the rmProxy relayer of this UAM.
- getAMRMClientRelayer(String) - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedAMPoolManager
-
Return the rmProxy relayer of an UAM.
- getAMRMPolicy(FederationPolicyInitializationContext, FederationAMRMProxyPolicy) - Method in class org.apache.hadoop.yarn.server.federation.policies.manager.AbstractPolicyManager
-
This default implementation validates the
FederationPolicyInitializationContext, then checks whether it needs to reinstantiate the class (null or mismatching type), and reinitialize the policy. - getAMRMPolicy(FederationPolicyInitializationContext, FederationAMRMProxyPolicy) - Method in interface org.apache.hadoop.yarn.server.federation.policies.manager.FederationPolicyManager
-
If the current instance is compatible, this method returns the same instance of
FederationAMRMProxyPolicyreinitialized with the current context, otherwise a new instance initialized with the current context is provided. - getAMRMPolicyWeights() - Method in class org.apache.hadoop.yarn.server.federation.policies.dao.WeightedPolicyInfo
-
Getter for AMRMProxy weights.
- getAMRMServiceAddress() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterInfoPBImpl
- getAMRMServiceAddress() - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo
-
Get the URL of the AM-RM service endpoint of the subcluster
ResourceManager. - getApp(HttpServletRequest, String) - Method in class org.apache.hadoop.yarn.server.webapp.WebServices
- getApp(HttpServletRequest, String, String) - Method in interface org.apache.hadoop.yarn.server.webapp.AppInfoProvider
-
Returns
BasicAppInfoobject that wraps the collected information about the application. - getApp(HttpServletRequest, String, String) - Method in class org.apache.hadoop.yarn.server.webapp.LogWebService
- getApp(HttpServletRequest, String, String) - Method in class org.apache.hadoop.yarn.server.webapp.WebServices
- getApp(HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.hadoop.yarn.server.webapp.WebServices
- getAppAttempt(HttpServletRequest, HttpServletResponse, String, String) - Method in class org.apache.hadoop.yarn.server.webapp.WebServices
- getAppAttemptId() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppAttemptInfo
- getAppAttemptId() - Method in class org.apache.hadoop.yarn.server.webapp.WrappedLogMetaRequest
- getAppAttempts(HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.hadoop.yarn.server.webapp.WebServices
- getAppAttemptState() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppAttemptInfo
- getAppCollectors() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- getAppCollectors() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- getAppCollectorsList() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.ReportNewCollectorInfoRequestPBImpl
- getAppCollectorsList() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.ReportNewCollectorInfoRequest
- getAppHomeSubClusterCacheKey(ApplicationId) - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationJCache
- getAppId() - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedApplicationManager
-
Returns the application id of the UAM.
- getAppId() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- getAppId() - Method in class org.apache.hadoop.yarn.server.webapp.WrappedLogMetaRequest
- getApplicationAttemptReport(GetApplicationAttemptReportRequest) - Method in class org.apache.hadoop.yarn.server.webapp.AppAttemptBlock
- getApplicationAttemptReport(GetApplicationAttemptReportRequest) - Method in class org.apache.hadoop.yarn.server.webapp.WebServices
- getApplicationAttemptsReport(GetApplicationAttemptsRequest) - Method in class org.apache.hadoop.yarn.server.webapp.AppBlock
- getApplicationAttemptsReport(GetApplicationAttemptsRequest) - Method in class org.apache.hadoop.yarn.server.webapp.WebServices
- getApplicationHomeSubCluster() - Method in class org.apache.hadoop.yarn.server.federation.store.records.AddApplicationHomeSubClusterRequest
-
Get the
ApplicationHomeSubClusterrepresenting the mapping of the application to it's home sub-cluster. - getApplicationHomeSubCluster() - Method in class org.apache.hadoop.yarn.server.federation.store.records.GetApplicationHomeSubClusterResponse
-
Get the
ApplicationHomeSubClusterrepresenting the mapping of the application to it's home sub-cluster. - getApplicationHomeSubCluster() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddApplicationHomeSubClusterRequestPBImpl
- getApplicationHomeSubCluster() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationHomeSubClusterResponsePBImpl
- getApplicationHomeSubCluster() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.UpdateApplicationHomeSubClusterRequestPBImpl
- getApplicationHomeSubCluster() - Method in class org.apache.hadoop.yarn.server.federation.store.records.UpdateApplicationHomeSubClusterRequest
-
Get the
ApplicationHomeSubClusterrepresenting the mapping of the application to it's home sub-cluster. - getApplicationHomeSubCluster(ApplicationId) - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache
-
Returns the home
SubClusterIdfor the specifiedApplicationId. - getApplicationHomeSubCluster(ApplicationId) - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCaffeineCache
- getApplicationHomeSubCluster(ApplicationId) - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationGuavaCache
- getApplicationHomeSubCluster(ApplicationId) - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationJCache
- getApplicationHomeSubCluster(ApplicationId) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Returns the home
SubClusterIdfor the specifiedApplicationId. - getApplicationHomeSubCluster(GetApplicationHomeSubClusterRequest) - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationApplicationHomeSubClusterStore
-
Get information about the application identified by the input
ApplicationId. - getApplicationHomeSubCluster(GetApplicationHomeSubClusterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- getApplicationHomeSubCluster(GetApplicationHomeSubClusterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- getApplicationHomeSubCluster(GetApplicationHomeSubClusterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
-
Get information about the application identified by the input
ApplicationId. - GetApplicationHomeSubClusterRequest - Class in org.apache.hadoop.yarn.server.federation.store.records
-
Request class to obtain the home sub-cluster for the specified
ApplicationId. - GetApplicationHomeSubClusterRequest() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.GetApplicationHomeSubClusterRequest
- GetApplicationHomeSubClusterRequestPBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
GetApplicationHomeSubClusterRequest. - GetApplicationHomeSubClusterRequestPBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationHomeSubClusterRequestPBImpl
- GetApplicationHomeSubClusterRequestPBImpl(YarnServerFederationProtos.GetApplicationHomeSubClusterRequestProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationHomeSubClusterRequestPBImpl
- GetApplicationHomeSubClusterResponse - Class in org.apache.hadoop.yarn.server.federation.store.records
-
The response sent by
Federation state storeto a query for the home subcluster of a newly submitted application. - GetApplicationHomeSubClusterResponse() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.GetApplicationHomeSubClusterResponse
- GetApplicationHomeSubClusterResponsePBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
GetApplicationHomeSubClusterResponse. - GetApplicationHomeSubClusterResponsePBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationHomeSubClusterResponsePBImpl
- GetApplicationHomeSubClusterResponsePBImpl(YarnServerFederationProtos.GetApplicationHomeSubClusterResponseProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationHomeSubClusterResponsePBImpl
- getApplicationId() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.GetTimelineCollectorContextRequest
- getApplicationId() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.GetTimelineCollectorContextRequestPBImpl
- getApplicationId() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.LogAggregationReportPBImpl
- getApplicationId() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.LogAggregationReport
-
Get the
ApplicationIdof the application. - getApplicationId() - Method in class org.apache.hadoop.yarn.server.api.records.AppCollectorData
- getApplicationId() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.AppCollectorDataPBImpl
- getApplicationId() - Method in class org.apache.hadoop.yarn.server.federation.store.records.ApplicationHomeSubCluster
-
Get the
ApplicationIdrepresenting the unique identifier of the application. - getApplicationId() - Method in class org.apache.hadoop.yarn.server.federation.store.records.DeleteApplicationHomeSubClusterRequest
-
Get the identifier of the
ApplicationIdto be removed fromFederation state store. - getApplicationId() - Method in class org.apache.hadoop.yarn.server.federation.store.records.GetApplicationHomeSubClusterRequest
-
Get the
ApplicationIdrepresenting the unique identifier of the application. - getApplicationId() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.ApplicationHomeSubClusterPBImpl
- getApplicationId() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteApplicationHomeSubClusterRequestPBImpl
- getApplicationId() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationHomeSubClusterRequestPBImpl
- getApplicationReport(GetApplicationReportRequest) - Method in class org.apache.hadoop.yarn.server.webapp.AppBlock
- getApplicationReport(GetApplicationReportRequest) - Method in class org.apache.hadoop.yarn.server.webapp.WebServices
- getApplicationReport(GetApplicationsRequest) - Method in class org.apache.hadoop.yarn.server.webapp.AppsBlock
- getApplicationsHomeSubCluster() - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Get the
ApplicationHomeSubClusterlist representing the mapping of all submitted applications to it's home sub-cluster. - getApplicationsHomeSubCluster(GetApplicationsHomeSubClusterRequest) - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationApplicationHomeSubClusterStore
-
Get the
ApplicationHomeSubClusterlist representing the mapping of all submitted applications to it's home sub-cluster. - getApplicationsHomeSubCluster(GetApplicationsHomeSubClusterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- getApplicationsHomeSubCluster(GetApplicationsHomeSubClusterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- getApplicationsHomeSubCluster(GetApplicationsHomeSubClusterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
-
Get the
ApplicationHomeSubClusterlist representing the mapping of all submitted applications to it's home sub-cluster. - GetApplicationsHomeSubClusterRequest - Class in org.apache.hadoop.yarn.server.federation.store.records
-
Request class to obtain the home sub-cluster mapping of all active applications.
- GetApplicationsHomeSubClusterRequest() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.GetApplicationsHomeSubClusterRequest
- GetApplicationsHomeSubClusterRequestPBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
GetApplicationsHomeSubClusterRequest. - GetApplicationsHomeSubClusterRequestPBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationsHomeSubClusterRequestPBImpl
- GetApplicationsHomeSubClusterRequestPBImpl(YarnServerFederationProtos.GetApplicationsHomeSubClusterRequestProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationsHomeSubClusterRequestPBImpl
- GetApplicationsHomeSubClusterResponse - Class in org.apache.hadoop.yarn.server.federation.store.records
-
The response sent by
Federation state storeto a query for the home subcluster of all submitted applications. - GetApplicationsHomeSubClusterResponse() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.GetApplicationsHomeSubClusterResponse
- GetApplicationsHomeSubClusterResponsePBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
GetApplicationsHomeSubClusterResponse. - GetApplicationsHomeSubClusterResponsePBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationsHomeSubClusterResponsePBImpl
- GetApplicationsHomeSubClusterResponsePBImpl(YarnServerFederationProtos.GetApplicationsHomeSubClusterResponseProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationsHomeSubClusterResponsePBImpl
- getApplicationsReport(GetApplicationsRequest) - Method in class org.apache.hadoop.yarn.server.webapp.WebServices
- getApplicationsToCleanup() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- getApplicationsToCleanup() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- getApplicationSubmissionContext() - Method in class org.apache.hadoop.yarn.server.federation.store.records.ApplicationHomeSubCluster
-
Get Application Submission Context.
- getApplicationSubmissionContext() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.ApplicationHomeSubClusterPBImpl
- getApplicationSubmissionContext() - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedApplicationManager
- getApplicationSubmissionContext(ApplicationId) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Get ApplicationSubmissionContext according to ApplicationId.
- getApplicationTags() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- getAppNodeLabelExpression() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- getAppParams() - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerContext
- getApps() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppsInfo
- getApps(HttpServletRequest, HttpServletResponse, String, Set<String>, String, String, String, String, String, String, String, String, String, Set<String>) - Method in class org.apache.hadoop.yarn.server.webapp.WebServices
- getAppsHomeSubClusters() - Method in class org.apache.hadoop.yarn.server.federation.store.records.GetApplicationsHomeSubClusterResponse
-
Get the
ApplicationHomeSubClusterlist representing the mapping of all submitted applications to it's home sub-cluster. - getAppsHomeSubClusters() - Method in class org.apache.hadoop.yarn.server.federation.store.records.GetReservationsHomeSubClusterResponse
-
Get the
ReservationHomeSubClusterlist representing the mapping of all submitted reservations to it's home sub-cluster. - getAppsHomeSubClusters() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationsHomeSubClusterResponsePBImpl
- getAppsHomeSubClusters() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetReservationsHomeSubClusterResponsePBImpl
- getAppState() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- getAreNodeAttributesAcceptedByRM() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- getAreNodeAttributesAcceptedByRM() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerResponsePBImpl
- getAreNodeAttributesAcceptedByRM() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- getAreNodeAttributesAcceptedByRM() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerResponse
- getAreNodeLabelsAcceptedByRM() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- getAreNodeLabelsAcceptedByRM() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerResponsePBImpl
- getAreNodeLabelsAcceptedByRM() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- getAreNodeLabelsAcceptedByRM() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerResponse
- getAsks() - Method in class org.apache.hadoop.yarn.server.scheduler.ResourceRequestSet
- getAssignedNodeId() - Method in class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- getAttempts() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppAttemptsInfo
- getBlacklist() - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerContext
- getBytes() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.MasterKeyPBImpl
- getBytes() - Method in interface org.apache.hadoop.yarn.server.api.records.MasterKey
- getCache() - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationJCache
- getCacheDepth(Configuration) - Static method in class org.apache.hadoop.yarn.server.sharedcache.SharedCacheUtil
- getCacheEntryGlobPattern(int) - Static method in class org.apache.hadoop.yarn.server.sharedcache.SharedCacheUtil
- getCacheEntryPath(int, String, String) - Static method in class org.apache.hadoop.yarn.server.sharedcache.SharedCacheUtil
- getCallableStatement(String) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- getCallableStatement(Connection, String) - Method in class org.apache.hadoop.yarn.server.federation.store.sql.FederationQueryRunner
-
Get CallableStatement from Conn.
- getCallback() - Method in class org.apache.hadoop.yarn.server.AMHeartbeatRequestHandler.AsyncAllocateRequestInfo
- getCapability() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterHeartbeatRequestPBImpl
- getCapability() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterInfoPBImpl
- getCapability() - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterHeartbeatRequest
-
Get the current capacity and utilization of the subcluster.
- getCapability() - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo
-
Get the current capacity and utilization of the subcluster.
- getClientRMServiceAddress() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterInfoPBImpl
- getClientRMServiceAddress() - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo
-
Get the URL of the client-RM service endpoint of the subcluster
ResourceManager. - getCollectorAddr() - Method in class org.apache.hadoop.yarn.server.api.records.AppCollectorData
- getCollectorAddr() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.AppCollectorDataPBImpl
- getCollectorToken() - Method in class org.apache.hadoop.yarn.server.api.records.AppCollectorData
-
Get delegation token for app collector which AM will use to publish entities.
- getCollectorToken() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.AppCollectorDataPBImpl
- getConf() - Method in class org.apache.hadoop.yarn.server.federation.resolver.DefaultSubClusterResolverImpl
- getConf() - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Get the configuration.
- getConn() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- getConnection() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
-
Get a connection from the DataSource pool.
- getConnection(boolean) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
-
Get a connection from the DataSource pool.
- getContainer() - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator.Allocation
-
Get container of the allocation.
- getContainer(HttpServletRequest, String, String, String) - Method in class org.apache.hadoop.yarn.server.webapp.WebServices
- getContainer(HttpServletRequest, HttpServletResponse, String, String, String) - Method in class org.apache.hadoop.yarn.server.webapp.WebServices
- getContainerExitStatus() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NMContainerStatusPBImpl
- getContainerExitStatus() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus
-
Get the final
exit statusof the container. - getContainerExitStatus() - Method in class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- getContainerId() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NMContainerStatusPBImpl
- getContainerId() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus
-
Get the
ContainerIdof the container. - getContainerId() - Method in class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- getContainerId() - Method in class org.apache.hadoop.yarn.server.webapp.dao.ContainerLogsInfo
- getContainerId() - Method in class org.apache.hadoop.yarn.server.webapp.WrappedLogMetaRequest
- getContainerIdGenerator() - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerContext
- getContainerIdStart() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl
- getContainerIdStart() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterDistributedSchedulingAMResponse
- getContainerLogFile(HttpServletRequest, HttpServletResponse, String, String, String, String, String, boolean, String, boolean) - Method in class org.apache.hadoop.yarn.server.webapp.LogWebService
-
Returns the contents of a container's log file in plain text.
- getContainerLogMetas() - Method in class org.apache.hadoop.yarn.server.webapp.WrappedLogMetaRequest
-
Constructs a
ContainerLogsRequestobject, and obtainsContainerLogsRequestfrom the correspondingLogAggregationFileController. - getContainerLogsInfo() - Method in class org.apache.hadoop.yarn.server.webapp.dao.ContainerLogsInfo
- getContainerLogsInfo() - Method in class org.apache.hadoop.yarn.server.webapp.dao.ContainerLogsInfoes
- getContainerLogsInfo(HttpServletRequest, HttpServletResponse, String, String, boolean, String, boolean) - Method in class org.apache.hadoop.yarn.server.webapp.LogWebService
-
Returns log file's name as well as current file size for a container.
- getContainerLogsInfo(HttpServletRequest, ExtendedLogMetaRequest.ExtendedLogMetaRequestBuilder) - Method in class org.apache.hadoop.yarn.server.webapp.LogServlet
- getContainerLogsInfo(HttpServletRequest, WrappedLogMetaRequest.Builder, String, boolean, String, boolean) - Method in class org.apache.hadoop.yarn.server.webapp.LogServlet
-
Returns information about the logs for a specific container.
- getContainerQueuingLimit() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- getContainerQueuingLimit() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- getContainerReport(GetContainerReportRequest) - Method in class org.apache.hadoop.yarn.server.webapp.AppBlock
- getContainerReport(GetContainerReportRequest) - Method in class org.apache.hadoop.yarn.server.webapp.ContainerBlock
- getContainerReport(GetContainerReportRequest) - Method in class org.apache.hadoop.yarn.server.webapp.WebServices
- getContainers() - Method in class org.apache.hadoop.yarn.server.webapp.dao.ContainersInfo
- getContainers(HttpServletRequest, HttpServletResponse, String, String) - Method in class org.apache.hadoop.yarn.server.webapp.WebServices
- getContainers(GetContainersRequest) - Method in class org.apache.hadoop.yarn.server.webapp.AppAttemptBlock
- getContainersReport(GetContainersRequest) - Method in class org.apache.hadoop.yarn.server.webapp.WebServices
- getContainersStatuses() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeStatusPBImpl
- getContainersStatuses() - Method in class org.apache.hadoop.yarn.server.api.records.NodeStatus
- getContainerState() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NMContainerStatusPBImpl
- getContainerState() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus
- getContainerState() - Method in class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- getContainersToBeRemovedFromNM() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- getContainersToBeRemovedFromNM() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- getContainersToCleanup() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- getContainersToCleanup() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- getContainersToDecrease() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- getContainersToDecrease() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- getContainersToSignalList() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- getContainersToSignalList() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- getContainersToUpdate() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- getContainersToUpdate() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- getContainersUtilization() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeStatusPBImpl
- getContainersUtilization() - Method in class org.apache.hadoop.yarn.server.api.records.NodeStatus
-
Get the resource utilization of the containers.
- getContainerTokenExpiryInterval() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl
- getContainerTokenExpiryInterval() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterDistributedSchedulingAMResponse
- getContainerTokenExpiryInterval() - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator.AllocationParams
-
Get Container Token Expiry interval.
- getContainerTokenMasterKey() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- getContainerTokenMasterKey() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerResponsePBImpl
- getContainerTokenMasterKey() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- getContainerTokenMasterKey() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerResponse
- getContainerToUpdate() - Method in class org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey
- getContainsAppSubmissionContext() - Method in class org.apache.hadoop.yarn.server.federation.store.records.GetApplicationHomeSubClusterRequest
-
Get the flag that indicates whether appSubmissionContext should be returned.
- getContainsAppSubmissionContext() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationHomeSubClusterRequestPBImpl
- getCreateTime() - Method in class org.apache.hadoop.yarn.server.federation.store.records.ApplicationHomeSubCluster
-
Get the create time of the subcluster.
- getCreateTime() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.ApplicationHomeSubClusterPBImpl
- getCreationTime() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NMContainerStatusPBImpl
- getCreationTime() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus
-
Get the time when the container is created.
- getCSRFHeaderString(Configuration) - Static method in class org.apache.hadoop.yarn.server.webapp.AppBlock
- getCurrentAppAttemptId() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- getCurrentKey() - Method in class org.apache.hadoop.yarn.server.security.BaseContainerTokenSecretManager
- getCurrentKey() - Method in class org.apache.hadoop.yarn.server.security.BaseNMTokenSecretManager
- getCurrentKeyId() - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationDelegationTokenStateStore
-
The Router Supports getCurrentKeyId.
- getCurrentKeyId() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- getCurrentKeyId() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
-
Get Current KeyId.
- getCurrentKeyId() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
-
Get Current KeyId.
- getCurrentKeyId() - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Get CurrentKeyId from stateStore.
- getCurrentVersion() - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationStateStore
-
Get the
Versionof the underlying federation state store client. - getCurrentVersion() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- getCurrentVersion() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- getCurrentVersion() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
- getDataSource() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- getDbType(Connection) - Static method in class org.apache.hadoop.yarn.server.federation.store.sql.DatabaseProduct
- getDelegationTokenSeqNum() - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationDelegationTokenStateStore
-
The Router Supports getDelegationTokenSeqNum.
- getDelegationTokenSeqNum() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- getDelegationTokenSeqNum() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
-
Get DelegationToken SeqNum.
- getDelegationTokenSeqNum() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
-
Get DelegationToken SeqNum.
- getDelegationTokenSeqNum() - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Get SeqNum from stateStore.
- getDiagnosticMessage() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.LogAggregationReportPBImpl
- getDiagnosticMessage() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.LogAggregationReport
-
Get the diagnositic information of this log aggregation
- getDiagnostics() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NMContainerStatusPBImpl
- getDiagnostics() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus
-
Get the DiagnosticsInfo of the container.
- getDiagnosticsInfo() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppAttemptInfo
- getDiagnosticsInfo() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- getDiagnosticsInfo() - Method in class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- getDiagnosticsMessage() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- getDiagnosticsMessage() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerResponsePBImpl
- getDiagnosticsMessage() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- getDiagnosticsMessage() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerResponse
- getDriverName() - Method in class org.apache.hadoop.yarn.server.volume.csi.VolumeMetaData
- getDTSequenceNumber() - Method in class org.apache.hadoop.yarn.server.federation.store.records.RouterRMDTSecretManagerState
- getElapsedTime() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- getElapsedTime() - Method in class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- getEntity(String, MultivaluedMap<String, String>) - Method in class org.apache.hadoop.yarn.server.webapp.LogWebService
- getEstimatedQueueWaitTime() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.OpportunisticContainersStatusPBImpl
- getEstimatedQueueWaitTime() - Method in class org.apache.hadoop.yarn.server.api.records.OpportunisticContainersStatus
-
Returns the estimated time that a container will have to wait if added to the queue of the node.
- getExecutionType() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NMContainerStatusPBImpl
- getExecutionType() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus
-
Get the
ExecutionTypeof the container. - getExeType() - Method in class org.apache.hadoop.yarn.server.scheduler.ResourceRequestSetKey
- getExpiryDate() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterMasterKeyPBImpl
- getExpiryDate() - Method in class org.apache.hadoop.yarn.server.federation.store.records.RouterMasterKey
-
Get the ExpiryDate of the DelegationKey.
- getExposedPorts() - Method in class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- getFederationCache() - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
- getFederationStateStoreFacade() - Method in class org.apache.hadoop.yarn.server.federation.policies.FederationPolicyInitializationContext
-
Getter for the
FederationStateStoreFacade. - getFederationSubclusterResolver() - Method in class org.apache.hadoop.yarn.server.federation.policies.FederationPolicyInitializationContext
-
Getter for the
SubClusterResolver. - getFileController() - Method in class org.apache.hadoop.yarn.server.webapp.dao.RemoteLogPathEntry
- getFileName() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.SCMUploaderNotifyRequestPBImpl
- getFileName() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.SCMUploaderNotifyRequest
-
Get the filename of the resource that was just uploaded to the shared cache.
- getFilterConfig() - Method in class org.apache.hadoop.yarn.server.timeline.security.TimelineAuthenticationFilterInitializer
- getFilterInactiveSubClusters() - Method in class org.apache.hadoop.yarn.server.federation.store.records.GetSubClustersInfoRequest
-
Get the flag that indicates whether only active sub-clusters should be returned.
- getFilterInactiveSubClusters() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClustersInfoRequestPBImpl
- getFinalAppStatus() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- getFinishApplicationThread() - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedAMPoolManager
- getFinishedTime() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppAttemptInfo
- getFinishedTime() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- getFinishedTime() - Method in class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- getFlowName() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.GetTimelineCollectorContextResponse
- getFlowName() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.GetTimelineCollectorContextResponsePBImpl
- getFlowRunId() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.GetTimelineCollectorContextResponse
- getFlowRunId() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.GetTimelineCollectorContextResponsePBImpl
- getFlowVersion() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.GetTimelineCollectorContextResponse
- getFlowVersion() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.GetTimelineCollectorContextResponsePBImpl
- getFulfilledQPSMetric(String, AMRMClientRelayerMetrics.RequestType) - Method in class org.apache.hadoop.yarn.server.metrics.AMRMClientRelayerMetrics
- getFulfillLatencyMetric(String, AMRMClientRelayerMetrics.RequestType) - Method in class org.apache.hadoop.yarn.server.metrics.AMRMClientRelayerMetrics
- getGuaranteed() - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator.PartitionedResourceRequests
- getHeadroomAlpha() - Method in class org.apache.hadoop.yarn.server.federation.policies.dao.WeightedPolicyInfo
-
Return the parameter headroomAlpha, used by policies that balance weight-based and load-based considerations in their decisions.
- getHealthReport() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeHealthStatusPBImpl
- getHealthReport() - Method in class org.apache.hadoop.yarn.server.api.records.NodeHealthStatus
-
Get the diagnostic health report of the node.
- getHeartbeatFailureMetric(String) - Method in class org.apache.hadoop.yarn.server.metrics.AMRMClientRelayerMetrics
- getHeartbeatLatencyMetric(String) - Method in class org.apache.hadoop.yarn.server.metrics.AMRMClientRelayerMetrics
- getHeartbeatSuccessMetric(String) - Method in class org.apache.hadoop.yarn.server.metrics.AMRMClientRelayerMetrics
- getHomeSubcluster() - Method in class org.apache.hadoop.yarn.server.federation.policies.FederationPolicyInitializationContext
-
Returns the current home sub-cluster.
- getHomeSubcluster(ApplicationSubmissionContext, List<SubClusterId>) - Method in class org.apache.hadoop.yarn.server.federation.policies.router.AbstractRouterPolicy
-
Simply picks from alphabetically-sorted active subclusters based on the hash of query name.
- getHomeSubcluster(ApplicationSubmissionContext, List<SubClusterId>) - Method in interface org.apache.hadoop.yarn.server.federation.policies.router.FederationRouterPolicy
-
Determines the sub-cluster that the user application submission should be routed to.
- getHomeSubcluster(ApplicationSubmissionContext, List<SubClusterId>) - Method in class org.apache.hadoop.yarn.server.federation.policies.router.LocalityRouterPolicy
- getHomeSubcluster(ApplicationSubmissionContext, List<SubClusterId>) - Method in class org.apache.hadoop.yarn.server.federation.policies.RouterPolicyFacade
-
This method provides a wrapper of all policy functionalities for routing .
- getHomeSubCluster() - Method in class org.apache.hadoop.yarn.server.federation.store.records.AddApplicationHomeSubClusterResponse
-
Get the home sub-cluster that this application has been assigned to.
- getHomeSubCluster() - Method in class org.apache.hadoop.yarn.server.federation.store.records.AddReservationHomeSubClusterResponse
-
Get the home sub-cluster that this Reservation has been assigned to.
- getHomeSubCluster() - Method in class org.apache.hadoop.yarn.server.federation.store.records.ApplicationHomeSubCluster
-
Get the
SubClusterIdrepresenting the unique identifier of the home subcluster in which the ApplicationMaster of the application is running. - getHomeSubCluster() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddApplicationHomeSubClusterResponsePBImpl
- getHomeSubCluster() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddReservationHomeSubClusterResponsePBImpl
- getHomeSubCluster() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.ApplicationHomeSubClusterPBImpl
- getHomeSubCluster() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.ReservationHomeSubClusterPBImpl
- getHomeSubCluster() - Method in class org.apache.hadoop.yarn.server.federation.store.records.ReservationHomeSubCluster
-
Get the
SubClusterIdrepresenting the unique identifier of the home subcluster in which the reservation is mapped to. - getHost() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppAttemptInfo
- getHost() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- getHttpAddress() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RemoteNodePBImpl
- getHttpAddress() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RemoteNode
-
Get HTTP address.
- getHttpPort() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerRequestPBImpl
- getHttpPort() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerRequest
- getId() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterIdPBImpl
- getId() - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterId
-
Get the string identifier of the subcluster which is unique across the federated cluster.
- getId() - Method in class org.apache.hadoop.yarn.server.volume.csi.VolumeId
- getIncrContainerResource() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl
- getIncrContainerResource() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterDistributedSchedulingAMResponse
- getIncreasedContainers() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeStatusPBImpl
- getIncreasedContainers() - Method in class org.apache.hadoop.yarn.server.api.records.NodeStatus
- getIncrementResource() - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator.AllocationParams
-
Get Incremental Resource.
- getInstance() - Static method in class org.apache.hadoop.yarn.server.federation.store.impl.ZKFederationStateStoreOpDurations
- getInstance() - Static method in class org.apache.hadoop.yarn.server.federation.store.metrics.FederationStateStoreClientMetrics
- getInstance() - Static method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Returns the singleton instance of the FederationStateStoreFacade object.
- getInstance() - Static method in class org.apache.hadoop.yarn.server.metrics.AMRMClientRelayerMetrics
-
Initialize the singleton instance.
- getInstance(Configuration) - Static method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Returns the singleton instance of the FederationStateStoreFacade object.
- getInterface() - Method in class org.apache.hadoop.yarn.server.federation.failover.FederationRMFailoverProxyProvider
- getIsDirty() - Method in class org.apache.hadoop.yarn.server.federation.policies.AbstractConfigurableFederationPolicy
-
Returns true whether the last reinitialization requires actual changes, or was "free" as the weights have not changed.
- getIsNodeHealthy() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeHealthStatusPBImpl
- getIsNodeHealthy() - Method in class org.apache.hadoop.yarn.server.api.records.NodeHealthStatus
-
Is the node healthy?
- getItem() - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache.ApplicationHomeSubClusterCacheResponse
- getItem() - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache.CacheResponse
- getItem() - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache.SubClusterInfoCacheResponse
- getItem() - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache.SubClusterPolicyConfigurationCacheResponse
- getJavaType() - Method in class org.apache.hadoop.yarn.server.federation.store.sql.FederationSQLOutParameter
- getKeepAliveApplications() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeStatusPBImpl
- getKeepAliveApplications() - Method in class org.apache.hadoop.yarn.server.api.records.NodeStatus
- getKerberosInfo(Class<?>, Configuration) - Method in class org.apache.hadoop.yarn.server.RMNMSecurityInfoClass
- getKeyBytes() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterMasterKeyPBImpl
- getKeyBytes() - Method in class org.apache.hadoop.yarn.server.federation.store.records.RouterMasterKey
-
Get the keyBytes of the DelegationKey.
- getKeyId() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.MasterKeyPBImpl
- getKeyId() - Method in interface org.apache.hadoop.yarn.server.api.records.MasterKey
- getKeyId() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterMasterKeyPBImpl
- getKeyId() - Method in class org.apache.hadoop.yarn.server.federation.store.records.RouterMasterKey
-
Get the keyId of the MasterKey.
- getLastHealthReportTime() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeHealthStatusPBImpl
- getLastHealthReportTime() - Method in class org.apache.hadoop.yarn.server.api.records.NodeHealthStatus
-
Get the last timestamp at which the health report was received.
- getLastHeartBeat() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterHeartbeatRequestPBImpl
- getLastHeartBeat() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterInfoPBImpl
- getLastHeartBeat() - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterHeartbeatRequest
-
Get the last heart beat time of the subcluster.
- getLastHeartBeat() - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo
-
Get the last heart beat time of the subcluster.
- getLastKnownContainerTokenMasterKey() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatRequestPBImpl
- getLastKnownContainerTokenMasterKey() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatRequest
- getLastKnownNMTokenMasterKey() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatRequestPBImpl
- getLastKnownNMTokenMasterKey() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatRequest
- getLastStartTime() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterInfoPBImpl
- getLastStartTime() - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo
-
Get the timestamp representing the last start time of the subcluster.
- getLaunchTime() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- getList() - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache.ApplicationHomeSubClusterCacheResponse
- getList() - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache.CacheResponse
- getList() - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache.SubClusterInfoCacheResponse
- getList() - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache.SubClusterPolicyConfigurationCacheResponse
- getLogAggregationReportsForApps() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatRequestPBImpl
- getLogAggregationReportsForApps() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerRequestPBImpl
- getLogAggregationReportsForApps() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatRequest
- getLogAggregationReportsForApps() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerRequest
- getLogAggregationStatus() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.LogAggregationReportPBImpl
- getLogAggregationStatus() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.LogAggregationReport
-
Get the
LogAggregationStatus. - getLogAggregationStatus() - Method in class org.apache.hadoop.yarn.server.webapp.AppBlock
- getLogFile(HttpServletRequest, String, String, String, String, String, boolean, String, boolean) - Method in class org.apache.hadoop.yarn.server.webapp.LogServlet
-
Returns an aggregated log file belonging to a container.
- getLogs(HttpServletRequest, HttpServletResponse, String, String, String, String, String, boolean, String, boolean) - Method in class org.apache.hadoop.yarn.server.webapp.LogWebService
- getLogsInfo(HttpServletRequest, String, String, String, String, boolean, boolean) - Method in class org.apache.hadoop.yarn.server.webapp.LogServlet
- getLogType() - Method in class org.apache.hadoop.yarn.server.webapp.dao.ContainerLogsInfo
- getLogUrl() - Method in class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- getMajorVersion() - Method in class org.apache.hadoop.yarn.server.records.impl.pb.VersionPBImpl
- getMajorVersion() - Method in class org.apache.hadoop.yarn.server.records.Version
- getMasterKey() - Method in class org.apache.hadoop.yarn.server.security.MasterKeyData
- getMasterKeyByDelegationKey(DelegationKey) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
The Router Supports GetMasterKeyByDelegationKey.
- getMasterKeyByDelegationKey(RouterMasterKeyRequest) - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationDelegationTokenStateStore
-
The Router Supports GetMasterKeyByDelegationKey.
- getMasterKeyByDelegationKey(RouterMasterKeyRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- getMasterKeyByDelegationKey(RouterMasterKeyRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
-
SQLFederationStateStore Supports Remove MasterKey.
- getMasterKeyByDelegationKey(RouterMasterKeyRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
-
ZookeeperFederationStateStore Supports Remove MasterKey.
- getMasterKeyByDelegationKeyDuration(long, long) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZKFederationStateStoreOpDurations
- getMasterKeyState() - Method in class org.apache.hadoop.yarn.server.federation.store.records.RouterRMDTSecretManagerState
- getMaxAllocationsPerAMHeartbeat() - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator
-
Get the Max Allocations per AM heartbeat.
- getMaxAllocationsPerSchedulerKeyPerRound() - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator.AllocationParams
-
Get the Max Allocations per Scheduler Key per allocation round.
- getMaxCapacity() - Method in class org.apache.hadoop.yarn.server.volume.csi.VolumeCapabilityRange
- getMaxContainerResource() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl
- getMaxContainerResource() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterDistributedSchedulingAMResponse
- getMaxQueueLength() - Method in class org.apache.hadoop.yarn.server.api.records.ContainerQueuingLimit
- getMaxQueueLength() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.ContainerQueuingLimitPBImpl
- getMaxQueueWaitTimeInMs() - Method in class org.apache.hadoop.yarn.server.api.records.ContainerQueuingLimit
- getMaxQueueWaitTimeInMs() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.ContainerQueuingLimitPBImpl
- getMaxResource() - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator.AllocationParams
-
Return Max Resource.
- getMembership() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- getMethodName() - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationMethodWrapper
- getMetrics() - Static method in class org.apache.hadoop.yarn.server.metrics.OpportunisticSchedulerMetrics
- getMetrics(MetricsCollector, boolean) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZKFederationStateStoreOpDurations
- getMetrics(MetricsCollector, boolean) - Method in class org.apache.hadoop.yarn.server.federation.store.metrics.FederationStateStoreClientMetrics
- getMetrics(MetricsCollector, boolean) - Method in class org.apache.hadoop.yarn.server.metrics.AMRMClientRelayerMetrics
- getMinCapacity() - Method in class org.apache.hadoop.yarn.server.volume.csi.VolumeCapabilityRange
- getMinContainerResource() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl
- getMinContainerResource() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterDistributedSchedulingAMResponse
- getMinorVersion() - Method in class org.apache.hadoop.yarn.server.records.impl.pb.VersionPBImpl
- getMinorVersion() - Method in class org.apache.hadoop.yarn.server.records.Version
- getMinResource() - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator.AllocationParams
-
Get Min Resource.
- getMountPoint() - Method in class org.apache.hadoop.yarn.server.volume.csi.VolumeMetaData
- getName() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- getNextHeartBeatInterval() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- getNextHeartBeatInterval() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- getNMContainerStatuses() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerRequestPBImpl
- getNMContainerStatuses() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerRequest
- getNMTokenMasterKey() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- getNMTokenMasterKey() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerResponsePBImpl
- getNMTokenMasterKey() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- getNMTokenMasterKey() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerResponse
- getNMVersion() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerRequestPBImpl
- getNMVersion() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerRequest
- getNMWebAddressFromRM(String) - Method in class org.apache.hadoop.yarn.server.webapp.LogServlet
- getNMWebAddressFromRM(Configuration, String) - Static method in class org.apache.hadoop.yarn.server.webapp.LogWebServiceUtils
- getNodeAction() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- getNodeAction() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerResponsePBImpl
- getNodeAction() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- getNodeAction() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerResponse
- getNodeAttributes() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatRequestPBImpl
- getNodeAttributes() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerRequestPBImpl
- getNodeAttributes() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatRequest
- getNodeAttributes() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerRequest
- getNodeHealthStatus() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeStatusPBImpl
- getNodeHealthStatus() - Method in class org.apache.hadoop.yarn.server.api.records.NodeStatus
- getNodeHttpAddress() - Method in class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- getNodeHttpAddress(HttpServletRequest, String, String, String, String) - Method in interface org.apache.hadoop.yarn.server.webapp.AppInfoProvider
-
Returns the node HTTP address.
- getNodeHttpAddress(HttpServletRequest, String, String, String, String) - Method in class org.apache.hadoop.yarn.server.webapp.LogWebService
- getNodeHttpAddress(HttpServletRequest, String, String, String, String) - Method in class org.apache.hadoop.yarn.server.webapp.WebServices
- getNodeId() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerRequestPBImpl
- getNodeId() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RemoteNodePBImpl
- getNodeId() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.UnRegisterNodeManagerRequestPBImpl
- getNodeId() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerRequest
- getNodeId() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RemoteNode
-
Get
NodeId. - getNodeId() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.UnRegisterNodeManagerRequest
- getNodeId() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeStatusPBImpl
- getNodeId() - Method in class org.apache.hadoop.yarn.server.api.records.NodeStatus
- getNodeId() - Method in class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- getNodeId() - Method in class org.apache.hadoop.yarn.server.webapp.dao.ContainerLogsInfo
- getNodeLabelExpression() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NMContainerStatusPBImpl
- getNodeLabelExpression() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus
-
Get the node-label-expression in the original ResourceRequest.
- getNodeLabels() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatRequestPBImpl
- getNodeLabels() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerRequestPBImpl
- getNodeLabels() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatRequest
- getNodeLabels() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerRequest
- getNodeMap() - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator.EnrichedResourceRequest
- getNodeMap() - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerContext
- getNodePartition() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RemoteNodePBImpl
- getNodePartition() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RemoteNode
-
Get Node Partition.
- getNodesForScheduling() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.DistributedSchedulingAllocateResponse
- getNodesForScheduling() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DistributedSchedulingAllocateResponsePBImpl
- getNodesForScheduling() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl
- getNodesForScheduling() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterDistributedSchedulingAMResponse
- getNodeStatus() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatRequestPBImpl
- getNodeStatus() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerRequestPBImpl
- getNodeStatus() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatRequest
- getNodeStatus() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerRequest
-
Get the status of the node.
- getNodeToSubCluster() - Method in class org.apache.hadoop.yarn.server.federation.resolver.AbstractSubClusterResolver
- getNodeUtilization() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeStatusPBImpl
- getNodeUtilization() - Method in class org.apache.hadoop.yarn.server.api.records.NodeStatus
-
Get the resource utilization of the node.
- getNoRedirectWarning() - Static method in class org.apache.hadoop.yarn.server.webapp.LogWebServiceUtils
- getNumConnections() - Static method in class org.apache.hadoop.yarn.server.federation.store.metrics.FederationStateStoreClientMetrics
- getNumContainers() - Method in class org.apache.hadoop.yarn.server.scheduler.ResourceRequestSet
- getOpDurations() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
- getOpportCoresUsed() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.OpportunisticContainersStatusPBImpl
- getOpportCoresUsed() - Method in class org.apache.hadoop.yarn.server.api.records.OpportunisticContainersStatus
-
Returns CPU cores currently used on the node for running opportunistic containers.
- getOpportMemoryUsed() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.OpportunisticContainersStatusPBImpl
- getOpportMemoryUsed() - Method in class org.apache.hadoop.yarn.server.api.records.OpportunisticContainersStatus
-
Returns memory currently used on the node for running opportunistic containers.
- getOpportQueueCapacity() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.OpportunisticContainersStatusPBImpl
- getOpportQueueCapacity() - Method in class org.apache.hadoop.yarn.server.api.records.OpportunisticContainersStatus
-
Gets the capacity of the opportunistic containers queue on the node.
- getOpportunistic() - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator.PartitionedResourceRequests
- getOpportunisticContainersStatus() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeStatusPBImpl
- getOpportunisticContainersStatus() - Method in class org.apache.hadoop.yarn.server.api.records.NodeStatus
- getOppSchedulerMetrics() - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerContext
- getOriginalTrackingUrl() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppAttemptInfo
- getOriginalTrackingUrl() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- getOutstandingOpReqs() - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerContext
- getParamName() - Method in class org.apache.hadoop.yarn.server.federation.store.sql.FederationSQLOutParameter
- getParams() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterPolicyConfigurationPBImpl
- getParams() - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterPolicyConfiguration
-
Get the policy parameters.
- getParams() - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationMethodWrapper
- getPath() - Method in class org.apache.hadoop.yarn.server.webapp.dao.RemoteLogPathEntry
- getPaths() - Method in class org.apache.hadoop.yarn.server.webapp.dao.RemoteLogPaths
- getPendingMetric(String, AMRMClientRelayerMetrics.RequestType) - Method in class org.apache.hadoop.yarn.server.metrics.AMRMClientRelayerMetrics
- getPhysicalResource() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerRequestPBImpl
- getPhysicalResource() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerRequest
-
Get the physical resources in the node to properly estimate resource utilization.
- getPoliciesConfigs() - Method in class org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterPoliciesConfigurationsResponse
-
Get all the policies configured in the system.
- getPoliciesConfigs() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterPoliciesConfigurationsResponsePBImpl
- getPoliciesConfigurations() - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache
-
Get the policies that is represented as
SubClusterPolicyConfigurationfor all currently active queues in the system. - getPoliciesConfigurations() - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCaffeineCache
- getPoliciesConfigurations() - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationGuavaCache
- getPoliciesConfigurations() - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationJCache
- getPoliciesConfigurations() - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Get the policies that is represented as
SubClusterPolicyConfigurationfor all currently active queues in the system. - getPoliciesConfigurations(GetSubClusterPoliciesConfigurationsRequest) - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationPolicyStore
-
Get a map of all queue-to-policy configurations.
- getPoliciesConfigurations(GetSubClusterPoliciesConfigurationsRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- getPoliciesConfigurations(GetSubClusterPoliciesConfigurationsRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- getPoliciesConfigurations(GetSubClusterPoliciesConfigurationsRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
- getPolicyConfiguration() - Method in class org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterPolicyConfigurationResponse
-
Get the policy configuration.
- getPolicyConfiguration() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterPolicyConfigurationResponsePBImpl
- getPolicyConfiguration() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SetSubClusterPolicyConfigurationRequestPBImpl
- getPolicyConfiguration() - Method in class org.apache.hadoop.yarn.server.federation.store.records.SetSubClusterPolicyConfigurationRequest
-
Get the policy configuration assigned to the queue.
- getPolicyConfiguration(String) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Returns the
SubClusterPolicyConfigurationfor the specified queue. - getPolicyConfiguration(GetSubClusterPolicyConfigurationRequest) - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationPolicyStore
-
Get the policy configuration for a given queue.
- getPolicyConfiguration(GetSubClusterPolicyConfigurationRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- getPolicyConfiguration(GetSubClusterPolicyConfigurationRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- getPolicyConfiguration(GetSubClusterPolicyConfigurationRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
- getPolicyContext() - Method in class org.apache.hadoop.yarn.server.federation.policies.AbstractConfigurableFederationPolicy
-
Getter method for the
FederationPolicyInitializationContext. - getPolicyInfo() - Method in class org.apache.hadoop.yarn.server.federation.policies.AbstractConfigurableFederationPolicy
-
Getter method for the configuration weights.
- getPriority() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NMContainerStatusPBImpl
- getPriority() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus
-
Get the
Priorityof the request. - getPriority() - Method in class org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey
-
Get the
Priorityof the request. - getPriority() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- getPriority() - Method in class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- getProgress() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- getProto() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DistributedSchedulingAllocateRequestPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DistributedSchedulingAllocateResponsePBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.GetTimelineCollectorContextRequestPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.GetTimelineCollectorContextResponsePBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.LogAggregationReportPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NMContainerStatusPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatRequestPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerRequestPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerResponsePBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RemoteNodePBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.ReportNewCollectorInfoRequestPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.ReportNewCollectorInfoResponsePBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.SCMUploaderCanUploadRequestPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.SCMUploaderCanUploadResponsePBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.SCMUploaderNotifyRequestPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.SCMUploaderNotifyResponsePBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.UnRegisterNodeManagerRequestPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.UnRegisterNodeManagerResponsePBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.AppCollectorDataPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.ContainerQueuingLimitPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.MasterKeyPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeHealthStatusPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeStatusPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.OpportunisticContainersStatusPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddApplicationHomeSubClusterRequestPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddApplicationHomeSubClusterResponsePBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddReservationHomeSubClusterRequestPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddReservationHomeSubClusterResponsePBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.ApplicationHomeSubClusterPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteApplicationHomeSubClusterRequestPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteApplicationHomeSubClusterResponsePBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeletePoliciesConfigurationsRequestPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeletePoliciesConfigurationsResponsePBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteReservationHomeSubClusterRequestPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteReservationHomeSubClusterResponsePBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteSubClusterPoliciesConfigurationsRequestPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteSubClusterPoliciesConfigurationsResponsePBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationHomeSubClusterRequestPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationHomeSubClusterResponsePBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationsHomeSubClusterRequestPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationsHomeSubClusterResponsePBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetReservationHomeSubClusterRequestPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetReservationHomeSubClusterResponsePBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetReservationsHomeSubClusterRequestPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetReservationsHomeSubClusterResponsePBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterInfoRequestPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterInfoResponsePBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterPoliciesConfigurationsRequestPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterPoliciesConfigurationsResponsePBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterPolicyConfigurationRequestPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterPolicyConfigurationResponsePBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClustersInfoRequestPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClustersInfoResponsePBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.ReservationHomeSubClusterPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterMasterKeyPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterMasterKeyRequestPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterMasterKeyResponsePBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterRMTokenRequestPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterRMTokenResponsePBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterStoreTokenPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SetSubClusterPolicyConfigurationRequestPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SetSubClusterPolicyConfigurationResponsePBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterDeregisterRequestPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterDeregisterResponsePBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterHeartbeatRequestPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterHeartbeatResponsePBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterIdPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterInfoPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterPolicyConfigurationPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterRegisterRequestPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterRegisterResponsePBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.UpdateApplicationHomeSubClusterRequestPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.UpdateApplicationHomeSubClusterResponsePBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.UpdateReservationHomeSubClusterRequestPBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.UpdateReservationHomeSubClusterResponsePBImpl
- getProto() - Method in class org.apache.hadoop.yarn.server.records.impl.pb.VersionPBImpl
- getProxy() - Method in class org.apache.hadoop.yarn.server.federation.failover.FederationRMFailoverProxyProvider
- getQueue() - Method in class org.apache.hadoop.yarn.server.federation.policies.manager.AbstractPolicyManager
- getQueue() - Method in interface org.apache.hadoop.yarn.server.federation.policies.manager.FederationPolicyManager
-
This method returns the queue this policy is configured for.
- getQueue() - Method in class org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterPolicyConfigurationRequest
-
Get the name of the queue for which we are requesting a policy configuration.
- getQueue() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterPolicyConfigurationRequestPBImpl
- getQueue() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterPolicyConfigurationPBImpl
- getQueue() - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterPolicyConfiguration
-
Get the name of the queue for which we are configuring a policy.
- getQueue() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- getQueuedOpportContainers() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.OpportunisticContainersStatusPBImpl
- getQueuedOpportContainers() - Method in class org.apache.hadoop.yarn.server.api.records.OpportunisticContainersStatus
-
Returns the number of queued opportunistic containers on the node.
- getQueues() - Method in class org.apache.hadoop.yarn.server.federation.store.records.DeleteSubClusterPoliciesConfigurationsRequest
-
To obtain the list of queues to be deleted.
- getQueues() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteSubClusterPoliciesConfigurationsRequestPBImpl
- getRackMap() - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator.EnrichedResourceRequest
- getRackName() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RemoteNodePBImpl
- getRackName() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RemoteNode
-
Get Rack Name.
- getRackToSubClusters() - Method in class org.apache.hadoop.yarn.server.federation.resolver.AbstractSubClusterResolver
- getRandomActiveSubCluster(Map<SubClusterId, SubClusterInfo>, List<SubClusterId>) - Static method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Randomly pick ActiveSubCluster.
- getRegisteringCollectors() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatRequestPBImpl
- getRegisteringCollectors() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatRequest
- getRegisterResponse() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl
- getRegisterResponse() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterDistributedSchedulingAMResponse
- getRemoteLogDirPath(String, String) - Method in class org.apache.hadoop.yarn.server.webapp.LogServlet
-
Returns the user qualified path name of the remote log directory for each pre-configured log aggregation file controller.
- getRemoteNodePartition(RemoteNode) - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator
- getRemotePendingAsks() - Method in class org.apache.hadoop.yarn.server.AMRMClientRelayer
- getRenewDate() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterStoreTokenPBImpl
- getRenewDate() - Method in class org.apache.hadoop.yarn.server.federation.store.records.RouterStoreToken
- getRequest() - Method in class org.apache.hadoop.yarn.server.AMHeartbeatRequestHandler.AsyncAllocateRequestInfo
- getRequest() - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator.EnrichedResourceRequest
- getRequestedQPSMetric(String, AMRMClientRelayerMetrics.RequestType) - Method in class org.apache.hadoop.yarn.server.metrics.AMRMClientRelayerMetrics
- getRequestPartition(OpportunisticContainerAllocator.EnrichedResourceRequest) - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator
- getRequestQueueSize() - Method in class org.apache.hadoop.yarn.server.AMHeartbeatRequestHandler
- getRequestQueueSize() - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedApplicationManager
- getRequestQueueSize(String) - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedAMPoolManager
- getRequestType(ExecutionType) - Static method in class org.apache.hadoop.yarn.server.metrics.AMRMClientRelayerMetrics
- getReservationHomeSubcluster(ReservationSubmissionRequest) - Method in class org.apache.hadoop.yarn.server.federation.policies.router.AbstractRouterPolicy
-
This method provides a wrapper of all policy functionalities for routing a reservation.
- getReservationHomeSubcluster(ReservationSubmissionRequest) - Method in interface org.apache.hadoop.yarn.server.federation.policies.router.FederationRouterPolicy
-
Determines the sub-cluster where a ReservationSubmissionRequest should be sent to.
- getReservationHomeSubCluster() - Method in class org.apache.hadoop.yarn.server.federation.store.records.AddReservationHomeSubClusterRequest
-
Get the
ReservationHomeSubClusterrepresenting the mapping of the Reservation to it's home sub-cluster. - getReservationHomeSubCluster() - Method in class org.apache.hadoop.yarn.server.federation.store.records.GetReservationHomeSubClusterResponse
-
Get the
ReservationHomeSubClusterrepresenting the mapping of the Reservation to it's home sub-cluster. - getReservationHomeSubCluster() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddReservationHomeSubClusterRequestPBImpl
- getReservationHomeSubCluster() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetReservationHomeSubClusterResponsePBImpl
- getReservationHomeSubCluster() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.UpdateReservationHomeSubClusterRequestPBImpl
- getReservationHomeSubCluster() - Method in class org.apache.hadoop.yarn.server.federation.store.records.UpdateReservationHomeSubClusterRequest
-
Get the
ReservationHomeSubClusterrepresenting the mapping of the reservation to it's home sub-cluster. - getReservationHomeSubCluster(ReservationSubmissionRequest) - Method in class org.apache.hadoop.yarn.server.federation.policies.RouterPolicyFacade
-
This method provides a wrapper of all policy functionalities for routing a reservation.
- getReservationHomeSubCluster(ReservationId) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Returns the home
SubClusterIdfor the specifiedReservationId. - getReservationHomeSubCluster(GetReservationHomeSubClusterRequest) - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationReservationHomeSubClusterStore
-
Get information about the Reservation identified by the input
ReservationId. - getReservationHomeSubCluster(GetReservationHomeSubClusterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- getReservationHomeSubCluster(GetReservationHomeSubClusterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- getReservationHomeSubCluster(GetReservationHomeSubClusterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
- GetReservationHomeSubClusterRequest - Class in org.apache.hadoop.yarn.server.federation.store.records
-
Request class to obtain the home sub-cluster for the specified
ReservationId. - GetReservationHomeSubClusterRequest() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.GetReservationHomeSubClusterRequest
- GetReservationHomeSubClusterRequestPBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
GetReservationHomeSubClusterRequest. - GetReservationHomeSubClusterRequestPBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetReservationHomeSubClusterRequestPBImpl
- GetReservationHomeSubClusterRequestPBImpl(YarnServerFederationProtos.GetReservationHomeSubClusterRequestProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetReservationHomeSubClusterRequestPBImpl
- GetReservationHomeSubClusterResponse - Class in org.apache.hadoop.yarn.server.federation.store.records
-
The response sent by
Federation state storeto a query for the home subcluster of a newly submitted reservation. - GetReservationHomeSubClusterResponse() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.GetReservationHomeSubClusterResponse
- GetReservationHomeSubClusterResponsePBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
GetReservationHomeSubClusterResponse. - GetReservationHomeSubClusterResponsePBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetReservationHomeSubClusterResponsePBImpl
- GetReservationHomeSubClusterResponsePBImpl(YarnServerFederationProtos.GetReservationHomeSubClusterResponseProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetReservationHomeSubClusterResponsePBImpl
- getReservationId() - Method in class org.apache.hadoop.yarn.server.federation.store.records.DeleteReservationHomeSubClusterRequest
-
Get the identifier of the
ReservationIdto be removed fromFederation state store. - getReservationId() - Method in class org.apache.hadoop.yarn.server.federation.store.records.GetReservationHomeSubClusterRequest
-
Get the
ReservationIdrepresenting the unique identifier of the application. - getReservationId() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteReservationHomeSubClusterRequestPBImpl
- getReservationId() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetReservationHomeSubClusterRequestPBImpl
- getReservationId() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.ReservationHomeSubClusterPBImpl
- getReservationId() - Method in class org.apache.hadoop.yarn.server.federation.store.records.ReservationHomeSubCluster
-
Get the
ReservationIdrepresenting the unique identifier of the Reservation. - getReservationsHomeSubCluster(GetReservationsHomeSubClusterRequest) - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationReservationHomeSubClusterStore
-
Get the
ReservationHomeSubClusterlist representing the mapping of all submitted Reservations to it's home sub-cluster. - getReservationsHomeSubCluster(GetReservationsHomeSubClusterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- getReservationsHomeSubCluster(GetReservationsHomeSubClusterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- getReservationsHomeSubCluster(GetReservationsHomeSubClusterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
- GetReservationsHomeSubClusterRequest - Class in org.apache.hadoop.yarn.server.federation.store.records
-
Request class to obtain the home sub-cluster mapping of all active reservations.
- GetReservationsHomeSubClusterRequest() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.GetReservationsHomeSubClusterRequest
- GetReservationsHomeSubClusterRequestPBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
GetReservationsHomeSubClusterRequest. - GetReservationsHomeSubClusterRequestPBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetReservationsHomeSubClusterRequestPBImpl
- GetReservationsHomeSubClusterRequestPBImpl(YarnServerFederationProtos.GetReservationsHomeSubClusterRequestProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetReservationsHomeSubClusterRequestPBImpl
- GetReservationsHomeSubClusterResponse - Class in org.apache.hadoop.yarn.server.federation.store.records
-
The response sent by
Federation state storeto a query for the home subcluster of all submitted reservations. - GetReservationsHomeSubClusterResponse() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.GetReservationsHomeSubClusterResponse
- GetReservationsHomeSubClusterResponsePBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
GetReservationsHomeSubClusterResponse. - GetReservationsHomeSubClusterResponsePBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetReservationsHomeSubClusterResponsePBImpl
- GetReservationsHomeSubClusterResponsePBImpl(YarnServerFederationProtos.GetReservationsHomeSubClusterResponseProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetReservationsHomeSubClusterResponsePBImpl
- getReservedCpuVcores() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- getReservedGpus() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- getReservedMemoryMB() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- getResource() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- getResource() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerRequestPBImpl
- getResource() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerResponsePBImpl
- getResource() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- getResource() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerRequest
- getResource() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerResponse
- getResource() - Method in class org.apache.hadoop.yarn.server.scheduler.ResourceRequestSetKey
- getResourceKey() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.SCMUploaderCanUploadRequestPBImpl
- getResourceKey() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.SCMUploaderNotifyRequestPBImpl
- getResourceKey() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.SCMUploaderCanUploadRequest
-
Get the
keyof the resource that would be uploaded to the shared cache. - getResourceKey() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.SCMUploaderNotifyRequest
-
Get the
keyof the resource that was just uploaded to the shared cache. - getResourceName() - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator.Allocation
-
Get resource name of the allocation.
- getResponseId() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- getResponseId() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- getResponseId() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeStatusPBImpl
- getResponseId() - Method in class org.apache.hadoop.yarn.server.api.records.NodeStatus
- getRetryNumbers(int) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Get the number of retries.
- getRMAddress(YarnConfiguration, Class<?>) - Method in class org.apache.hadoop.yarn.server.api.ServerRMProxy
- getRMAdminServiceAddress() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterInfoPBImpl
- getRMAdminServiceAddress() - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo
-
Get the URL of the
ResourceManageradministration service. - getRMIdentifier() - Method in class org.apache.hadoop.yarn.server.AMRMClientRelayer
- getRMIdentifier() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerResponsePBImpl
- getRMIdentifier() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerResponse
- getRMIdentifier() - Method in class org.apache.hadoop.yarn.server.api.records.AppCollectorData
- getRMIdentifier() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.AppCollectorDataPBImpl
- getRMMasterSlaveSwitchMetric(String) - Method in class org.apache.hadoop.yarn.server.metrics.AMRMClientRelayerMetrics
- getRMVersion() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerResponsePBImpl
- getRMVersion() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerResponse
- getRMWebServiceAddress() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterInfoPBImpl
- getRMWebServiceAddress() - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo
-
Get the URL of the
ResourceManagerweb application interface. - getRouterMasterKey() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterMasterKeyRequestPBImpl
- getRouterMasterKey() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterMasterKeyResponsePBImpl
- getRouterMasterKey() - Method in class org.apache.hadoop.yarn.server.federation.store.records.RouterMasterKeyRequest
- getRouterMasterKey() - Method in class org.apache.hadoop.yarn.server.federation.store.records.RouterMasterKeyResponse
- getRouterPolicy(FederationPolicyInitializationContext, FederationRouterPolicy) - Method in class org.apache.hadoop.yarn.server.federation.policies.manager.AbstractPolicyManager
-
This default implementation validates the
FederationPolicyInitializationContext, then checks whether it needs to reinstantiate the class (null or mismatching type), and reinitialize the policy. - getRouterPolicy(FederationPolicyInitializationContext, FederationRouterPolicy) - Method in interface org.apache.hadoop.yarn.server.federation.policies.manager.FederationPolicyManager
-
If the current instance is compatible, this method returns the same instance of
FederationRouterPolicyreinitialized with the current context, otherwise a new instance initialized with the current context is provided. - getRouterPolicyWeights() - Method in class org.apache.hadoop.yarn.server.federation.policies.dao.WeightedPolicyInfo
-
Getter of the router weights.
- getRouterRMSecretManagerState() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- getRouterStoreToken() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterRMTokenRequestPBImpl
- getRouterStoreToken() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterRMTokenResponsePBImpl
- getRouterStoreToken() - Method in class org.apache.hadoop.yarn.server.federation.store.records.RouterRMTokenRequest
- getRouterStoreToken() - Method in class org.apache.hadoop.yarn.server.federation.store.records.RouterRMTokenResponse
- getRpcPort() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppAttemptInfo
- getRpcPort() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- getRRs() - Method in class org.apache.hadoop.yarn.server.scheduler.ResourceRequestSet
- getRunningApplications() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerRequestPBImpl
- getRunningApplications() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerRequest
-
We introduce this here because currently YARN RM doesn't persist nodes info for application running.
- getRunningContainers() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- getRunningOpportContainers() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.OpportunisticContainersStatusPBImpl
- getRunningOpportContainers() - Method in class org.apache.hadoop.yarn.server.api.records.OpportunisticContainersStatus
-
Returns the number of currently running opportunistic containers on the node.
- getSecretKey() - Method in class org.apache.hadoop.yarn.server.security.MasterKeyData
- getServiceData(String) - Method in class org.apache.hadoop.yarn.lib.ZKClient
-
get data published by the service at the registration address.
- getSqlType() - Method in class org.apache.hadoop.yarn.server.federation.store.sql.FederationSQLOutParameter
- getStartedTime() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppAttemptInfo
- getStartedTime() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- getStartedTime() - Method in class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- getState() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterDeregisterRequestPBImpl
- getState() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterHeartbeatRequestPBImpl
- getState() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterInfoPBImpl
- getState() - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterDeregisterRequest
-
Get the
SubClusterStateof the subcluster. - getState() - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterHeartbeatRequest
-
Get the
SubClusterStateof the subcluster. - getState() - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo
-
Get the
SubClusterStateof the subcluster. - getStateStore() - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache
- getStateStore() - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
- getStoreNewTokenDuration(long, long) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZKFederationStateStoreOpDurations
- getSubCluster(GetSubClusterInfoRequest) - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationMembershipStateStore
-
Get the membership information of subcluster as identified by
SubClusterId. - getSubCluster(GetSubClusterInfoRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- getSubCluster(GetSubClusterInfoRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- getSubCluster(GetSubClusterInfoRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
- getSubCluster(SubClusterId) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Returns the
SubClusterInfofor the specifiedSubClusterId. - getSubCluster(SubClusterId, boolean) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Updates the cache with the central
FederationStateStoreand returns theSubClusterInfofor the specifiedSubClusterId. - getSubClusterForNode(String) - Method in class org.apache.hadoop.yarn.server.federation.resolver.AbstractSubClusterResolver
- getSubClusterForNode(String) - Method in class org.apache.hadoop.yarn.server.federation.resolver.DefaultSubClusterResolverImpl
- getSubClusterForNode(String) - Method in interface org.apache.hadoop.yarn.server.federation.resolver.SubClusterResolver
-
Obtain the sub-cluster that a specified node belongs to.
- getSubClusterForUnResolvedRequest(LocalityMulticastAMRMProxyPolicy.AllocationBookkeeper, long) - Method in class org.apache.hadoop.yarn.server.federation.policies.amrmproxy.LocalityMulticastAMRMProxyPolicy
-
For unit test to override.
- getSubClusterId() - Method in class org.apache.hadoop.yarn.server.federation.store.records.GetApplicationsHomeSubClusterRequest
-
Get the
SubClusterIdrepresenting the unique identifier of the subcluster. - getSubClusterId() - Method in class org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterInfoRequest
-
Get the
SubClusterIdrepresenting the unique identifier of the subcluster. - getSubClusterId() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationsHomeSubClusterRequestPBImpl
- getSubClusterId() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterInfoRequestPBImpl
- getSubClusterId() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterDeregisterRequestPBImpl
- getSubClusterId() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterHeartbeatRequestPBImpl
- getSubClusterId() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterInfoPBImpl
- getSubClusterId() - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterDeregisterRequest
-
Get the
SubClusterIdrepresenting the unique identifier of the subcluster. - getSubClusterId() - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterHeartbeatRequest
-
Get the
SubClusterIdrepresenting the unique identifier of the subcluster. - getSubClusterId() - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo
-
Get the
SubClusterIdrepresenting the unique identifier of the subcluster. - getSubClusterInfo() - Method in class org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterInfoResponse
-
Get the
SubClusterInfoencapsulating the information about the sub-cluster. - getSubClusterInfo() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterInfoResponsePBImpl
- getSubClusterInfo() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterRegisterRequestPBImpl
- getSubClusterInfo() - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterRegisterRequest
-
Get the
SubClusterInfoencapsulating the information about the sub-cluster. - GetSubClusterInfoRequest - Class in org.apache.hadoop.yarn.server.federation.store.records
-
Request class to obtain information about a sub-cluster identified by its
SubClusterId. - GetSubClusterInfoRequest() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterInfoRequest
- GetSubClusterInfoRequestPBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
GetSubClusterInfoRequest. - GetSubClusterInfoRequestPBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterInfoRequestPBImpl
- GetSubClusterInfoRequestPBImpl(YarnServerFederationProtos.GetSubClusterInfoRequestProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterInfoRequestPBImpl
- GetSubClusterInfoResponse - Class in org.apache.hadoop.yarn.server.federation.store.records
-
Response to a query with
SubClusterInfoabout a sub-cluster. - GetSubClusterInfoResponse() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterInfoResponse
- GetSubClusterInfoResponsePBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
GetSubClusterInfoResponse. - GetSubClusterInfoResponsePBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterInfoResponsePBImpl
- GetSubClusterInfoResponsePBImpl(YarnServerFederationProtos.GetSubClusterInfoResponseProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterInfoResponsePBImpl
- GetSubClusterPoliciesConfigurationsRequest - Class in org.apache.hadoop.yarn.server.federation.store.records
-
GetSubClusterPoliciesConfigurationsRequest is a request to the
FederationPolicyStoreto obtain all policy configurations. - GetSubClusterPoliciesConfigurationsRequest() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterPoliciesConfigurationsRequest
- GetSubClusterPoliciesConfigurationsRequestPBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
GetSubClusterPoliciesConfigurationsRequest. - GetSubClusterPoliciesConfigurationsRequestPBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterPoliciesConfigurationsRequestPBImpl
- GetSubClusterPoliciesConfigurationsRequestPBImpl(YarnServerFederationProtos.GetSubClusterPoliciesConfigurationsRequestProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterPoliciesConfigurationsRequestPBImpl
- GetSubClusterPoliciesConfigurationsResponse - Class in org.apache.hadoop.yarn.server.federation.store.records
-
GetSubClusterPolicyConfigurationResponse contains the answer from the
FederationPolicyStoreto a request to get all the policies configured in the system via aSubClusterPolicyConfiguration. - GetSubClusterPoliciesConfigurationsResponse() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterPoliciesConfigurationsResponse
- GetSubClusterPoliciesConfigurationsResponsePBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
GetSubClusterPoliciesConfigurationsResponse. - GetSubClusterPoliciesConfigurationsResponsePBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterPoliciesConfigurationsResponsePBImpl
- GetSubClusterPoliciesConfigurationsResponsePBImpl(YarnServerFederationProtos.GetSubClusterPoliciesConfigurationsResponseProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterPoliciesConfigurationsResponsePBImpl
- getSubClusterPolicyConfiguration() - Method in class org.apache.hadoop.yarn.server.federation.policies.FederationPolicyInitializationContext
-
Getter for the
SubClusterPolicyConfiguration. - GetSubClusterPolicyConfigurationRequest - Class in org.apache.hadoop.yarn.server.federation.store.records
-
GetSubClusterPolicyConfigurationRequest is a request to the
FederationPolicyStoreto get the configuration of a policy for a given queue. - GetSubClusterPolicyConfigurationRequest() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterPolicyConfigurationRequest
- GetSubClusterPolicyConfigurationRequestPBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
GetSubClusterPolicyConfigurationRequest. - GetSubClusterPolicyConfigurationRequestPBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterPolicyConfigurationRequestPBImpl
- GetSubClusterPolicyConfigurationRequestPBImpl(YarnServerFederationProtos.GetSubClusterPolicyConfigurationRequestProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterPolicyConfigurationRequestPBImpl
- GetSubClusterPolicyConfigurationResponse - Class in org.apache.hadoop.yarn.server.federation.store.records
-
GetSubClusterPolicyConfigurationResponse contains the answer from the
FederationPolicyStoreto a request to get the information about how a policy should be configured via aSubClusterPolicyConfiguration. - GetSubClusterPolicyConfigurationResponse() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterPolicyConfigurationResponse
- GetSubClusterPolicyConfigurationResponsePBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
GetSubClusterPolicyConfigurationResponse. - GetSubClusterPolicyConfigurationResponsePBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterPolicyConfigurationResponsePBImpl
- GetSubClusterPolicyConfigurationResponsePBImpl(YarnServerFederationProtos.GetSubClusterPolicyConfigurationResponseProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterPolicyConfigurationResponsePBImpl
- getSubClusterResolver() - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Get the singleton instance of SubClusterResolver.
- getSubClusters() - Method in class org.apache.hadoop.yarn.server.federation.store.records.GetSubClustersInfoResponse
-
Get the list of
SubClusterInforepresenting the information about all sub-clusters that are currently participating in Federation. - getSubClusters() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClustersInfoResponsePBImpl
- getSubClusters(boolean) - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache
-
Returns the
SubClusterInfoof all active sub cluster(s). - getSubClusters(boolean) - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCaffeineCache
- getSubClusters(boolean) - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationGuavaCache
- getSubClusters(boolean) - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationJCache
- getSubClusters(boolean) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Returns the
SubClusterInfoof all active sub cluster(s). - getSubClusters(boolean, boolean) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Updates the cache with the central
FederationStateStoreand returns theSubClusterInfoof all active sub cluster(s). - getSubClusters(GetSubClustersInfoRequest) - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationMembershipStateStore
-
Get the membership information of all the subclusters that are currently participating in federation.
- getSubClusters(GetSubClustersInfoRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- getSubClusters(GetSubClustersInfoRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- getSubClusters(GetSubClustersInfoRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
- getSubClustersForRack(String) - Method in class org.apache.hadoop.yarn.server.federation.resolver.AbstractSubClusterResolver
- getSubClustersForRack(String) - Method in class org.apache.hadoop.yarn.server.federation.resolver.DefaultSubClusterResolverImpl
- getSubClustersForRack(String) - Method in interface org.apache.hadoop.yarn.server.federation.resolver.SubClusterResolver
-
Obtain the sub-clusters that have nodes on a specified rack.
- GetSubClustersInfoRequest - Class in org.apache.hadoop.yarn.server.federation.store.records
-
Request class to obtain information about all sub-clusters that are participating in federation.
- GetSubClustersInfoRequest() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.GetSubClustersInfoRequest
- GetSubClustersInfoRequestPBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
GetSubClustersInfoRequest. - GetSubClustersInfoRequestPBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClustersInfoRequestPBImpl
- GetSubClustersInfoRequestPBImpl(YarnServerFederationProtos.GetSubClustersInfoRequestProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClustersInfoRequestPBImpl
- GetSubClustersInfoResponse - Class in org.apache.hadoop.yarn.server.federation.store.records
-
Response to a query with list of
SubClusterInfoabout all sub-clusters that are currently participating in Federation. - GetSubClustersInfoResponse() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.GetSubClustersInfoResponse
- GetSubClustersInfoResponsePBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
GetSubClustersInfoResponse. - GetSubClustersInfoResponsePBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClustersInfoResponsePBImpl
- GetSubClustersInfoResponsePBImpl(YarnServerFederationProtos.GetSubClustersInfoResponseProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClustersInfoResponsePBImpl
- getSubmittedTime() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- getSystemCredentialsForApps() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- getSystemCredentialsForApps() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- getTimelineCollectorContext(RpcController, YarnServerCommonServiceProtos.GetTimelineCollectorContextRequestProto) - Method in class org.apache.hadoop.yarn.server.api.impl.pb.service.CollectorNodemanagerProtocolPBServiceImpl
- getTimelineCollectorContext(GetTimelineCollectorContextRequest) - Method in interface org.apache.hadoop.yarn.server.api.CollectorNodemanagerProtocol
-
The collector needs to get the context information including user, flow and flow run ID to associate with every incoming put-entity requests.
- getTimelineCollectorContext(GetTimelineCollectorContextRequest) - Method in class org.apache.hadoop.yarn.server.api.impl.pb.client.CollectorNodemanagerProtocolPBClientImpl
- GetTimelineCollectorContextRequest - Class in org.apache.hadoop.yarn.server.api.protocolrecords
- GetTimelineCollectorContextRequest() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.GetTimelineCollectorContextRequest
- GetTimelineCollectorContextRequestPBImpl - Class in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb
- GetTimelineCollectorContextRequestPBImpl() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.GetTimelineCollectorContextRequestPBImpl
- GetTimelineCollectorContextRequestPBImpl(YarnServerCommonServiceProtos.GetTimelineCollectorContextRequestProto) - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.GetTimelineCollectorContextRequestPBImpl
- GetTimelineCollectorContextResponse - Class in org.apache.hadoop.yarn.server.api.protocolrecords
- GetTimelineCollectorContextResponse() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.GetTimelineCollectorContextResponse
- GetTimelineCollectorContextResponsePBImpl - Class in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb
- GetTimelineCollectorContextResponsePBImpl() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.GetTimelineCollectorContextResponsePBImpl
- GetTimelineCollectorContextResponsePBImpl(YarnServerCommonServiceProtos.GetTimelineCollectorContextResponseProto) - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.GetTimelineCollectorContextResponsePBImpl
- getTimelineDelegationTokenSecretManager() - Method in class org.apache.hadoop.yarn.server.timeline.security.TimelineDelgationTokenSecretManagerService
- getTimestamp() - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator.EnrichedResourceRequest
- getTokenByRouterStoreToken(RMDelegationTokenIdentifier) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
The Router Supports GetTokenByRouterStoreToken
RMDelegationTokenIdentifier. - getTokenByRouterStoreToken(RouterRMTokenRequest) - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationDelegationTokenStateStore
-
The Router Supports GetTokenByRouterStoreToken.
- getTokenByRouterStoreToken(RouterRMTokenRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- getTokenByRouterStoreToken(RouterRMTokenRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
-
The Router Supports GetTokenByRouterStoreToken.
- getTokenByRouterStoreToken(RouterRMTokenRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
-
The Router Supports GetTokenByRouterStoreToken.
- getTokenByRouterStoreTokenDuration(long, long) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZKFederationStateStoreOpDurations
- getTokenIdentifier() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterStoreTokenPBImpl
- getTokenIdentifier() - Method in class org.apache.hadoop.yarn.server.federation.store.records.RouterStoreToken
- getTokenInfo() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterStoreTokenPBImpl
- getTokenInfo() - Method in class org.apache.hadoop.yarn.server.federation.store.records.RouterStoreToken
- getTokenInfo(Class<?>, Configuration) - Method in class org.apache.hadoop.yarn.server.RMNMSecurityInfoClass
- getTokenSequenceNo() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatRequestPBImpl
- getTokenSequenceNo() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- getTokenSequenceNo() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatRequest
- getTokenSequenceNo() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- getTokenState() - Method in class org.apache.hadoop.yarn.server.federation.store.records.RouterRMDTSecretManagerState
- getTotalAllocations(List<Map<Resource, List<OpportunisticContainerAllocator.Allocation>>>) - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator
- getTrackingUrl() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppAttemptInfo
- getTrackingUrl() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- getType() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterPolicyConfigurationPBImpl
- getType() - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterPolicyConfiguration
-
Get the type of the policy.
- getType() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- getTypes() - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationMethodWrapper
-
Get the calling types for this method.
- getUAMToken() - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedApplicationManager
-
Gets the amrmToken of the unmanaged AM.
- getUnit() - Method in class org.apache.hadoop.yarn.server.volume.csi.VolumeCapabilityRange
- getUnmanagedAppMasterMap() - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedAMPoolManager
- getUploadable() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.SCMUploaderCanUploadResponsePBImpl
- getUploadable() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.SCMUploaderCanUploadResponse
-
Get whether or not the node manager can upload the resource to the shared cache.
- getUser() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- getUser(HttpServletRequest) - Static method in class org.apache.hadoop.yarn.server.webapp.LogWebServiceUtils
- getUser(HttpServletRequest) - Static method in class org.apache.hadoop.yarn.server.webapp.WebServices
- getUserId() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.GetTimelineCollectorContextResponse
- getUserId() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.GetTimelineCollectorContextResponsePBImpl
- getValue() - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache.CacheRequest
- getValue() - Method in class org.apache.hadoop.yarn.server.federation.store.sql.FederationSQLOutParameter
- getVersion() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NMContainerStatusPBImpl
- getVersion() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus
- getVersion() - Method in class org.apache.hadoop.yarn.server.api.records.AppCollectorData
- getVersion() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.AppCollectorDataPBImpl
- getVersion() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
-
Query the Version information of Federation from the database.
- getVolumeCapabilityRange() - Method in class org.apache.hadoop.yarn.server.volume.csi.VolumeMetaData
- getVolumeId() - Method in class org.apache.hadoop.yarn.server.volume.csi.VolumeMetaData
- getVolumeName() - Method in class org.apache.hadoop.yarn.server.volume.csi.VolumeMetaData
- getWaitQueueLength() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.OpportunisticContainersStatusPBImpl
- getWaitQueueLength() - Method in class org.apache.hadoop.yarn.server.api.records.OpportunisticContainersStatus
-
Returns the length of the containers queue on the node.
- getWeightedPolicyInfo() - Method in class org.apache.hadoop.yarn.server.federation.policies.manager.AbstractPolicyManager
-
We get the WeightedPolicyInfo of the subCluster.
- getWeightedPolicyInfo() - Method in interface org.apache.hadoop.yarn.server.federation.policies.manager.FederationPolicyManager
-
This method returns the queue WeightedPolicyInfo this policy is configured for.
- getWeightedPolicyInfo() - Method in class org.apache.hadoop.yarn.server.federation.policies.manager.HashBroadcastPolicyManager
- getWeightedPolicyInfo() - Method in class org.apache.hadoop.yarn.server.federation.policies.manager.HomePolicyManager
- getWeightedPolicyInfo() - Method in class org.apache.hadoop.yarn.server.federation.policies.manager.PriorityBroadcastPolicyManager
- getWeightedPolicyInfo() - Method in class org.apache.hadoop.yarn.server.federation.policies.manager.RejectAllPolicyManager
- getWeightedPolicyInfo() - Method in class org.apache.hadoop.yarn.server.federation.policies.manager.UniformBroadcastPolicyManager
- getWeightedPolicyInfo() - Method in class org.apache.hadoop.yarn.server.federation.policies.manager.WeightedHomePolicyManager
- getWeightedPolicyInfo() - Method in class org.apache.hadoop.yarn.server.federation.policies.manager.WeightedLocalityPolicyManager
- getWeightedRandom(ArrayList<Float>) - Static method in class org.apache.hadoop.yarn.server.federation.policies.FederationPolicyUtils
-
Select a random bin according to the weight array for the bins.
- Guaranteed - Enum constant in enum class org.apache.hadoop.yarn.server.metrics.AMRMClientRelayerMetrics.RequestType
H
- handle(Object...) - Method in interface org.apache.hadoop.yarn.server.federation.store.sql.ResultSetHandler
- handle(Object...) - Method in class org.apache.hadoop.yarn.server.federation.store.sql.RouterMasterKeyHandler
- handle(Object...) - Method in class org.apache.hadoop.yarn.server.federation.store.sql.RouterStoreTokenHandler
- handle(Object...) - Method in class org.apache.hadoop.yarn.server.federation.store.sql.RowCountHandler
- happensBefore(AppCollectorData, AppCollectorData) - Static method in class org.apache.hadoop.yarn.server.api.records.AppCollectorData
-
Returns if a collector data item happens before another one.
- hasAMContainer(ContainerId, Collection<ContainerReport>) - Method in class org.apache.hadoop.yarn.server.webapp.AppAttemptBlock
- hasCustomResources() - Method in class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- HashBasedRouterPolicy - Class in org.apache.hadoop.yarn.server.federation.policies.router
-
This
FederationRouterPolicypick a subcluster based on the hash of the job's queue name. - HashBasedRouterPolicy() - Constructor for class org.apache.hadoop.yarn.server.federation.policies.router.HashBasedRouterPolicy
- HashBroadcastPolicyManager - Class in org.apache.hadoop.yarn.server.federation.policies.manager
-
Policy that routes applications via hashing of their queuename, and broadcast resource requests.
- HashBroadcastPolicyManager() - Constructor for class org.apache.hadoop.yarn.server.federation.policies.manager.HashBroadcastPolicyManager
- hashCode() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.GetTimelineCollectorContextRequestPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.GetTimelineCollectorContextResponsePBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.LogAggregationReportPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NMContainerStatusPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatRequestPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerRequestPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RemoteNodePBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.ReportNewCollectorInfoRequestPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.ReportNewCollectorInfoResponsePBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.AppCollectorDataPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.MasterKeyPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeHealthStatusPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeStatusPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache.CacheRequest
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.policies.dao.WeightedPolicyInfo
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.ApplicationHomeSubCluster
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddApplicationHomeSubClusterRequestPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddApplicationHomeSubClusterResponsePBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddReservationHomeSubClusterRequestPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddReservationHomeSubClusterResponsePBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.ApplicationHomeSubClusterPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteApplicationHomeSubClusterRequestPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteApplicationHomeSubClusterResponsePBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeletePoliciesConfigurationsRequestPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeletePoliciesConfigurationsResponsePBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteReservationHomeSubClusterRequestPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteReservationHomeSubClusterResponsePBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteSubClusterPoliciesConfigurationsRequestPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteSubClusterPoliciesConfigurationsResponsePBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationHomeSubClusterRequestPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationHomeSubClusterResponsePBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationsHomeSubClusterRequestPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationsHomeSubClusterResponsePBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetReservationHomeSubClusterRequestPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetReservationHomeSubClusterResponsePBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetReservationsHomeSubClusterRequestPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetReservationsHomeSubClusterResponsePBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterInfoRequestPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterInfoResponsePBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterPoliciesConfigurationsRequestPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterPoliciesConfigurationsResponsePBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterPolicyConfigurationRequestPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterPolicyConfigurationResponsePBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClustersInfoRequestPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClustersInfoResponsePBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.ReservationHomeSubClusterPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterMasterKeyPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterMasterKeyRequestPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterMasterKeyResponsePBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterRMTokenRequestPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterRMTokenResponsePBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterStoreTokenPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SetSubClusterPolicyConfigurationRequestPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SetSubClusterPolicyConfigurationResponsePBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterDeregisterRequestPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterDeregisterResponsePBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterHeartbeatRequestPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterHeartbeatResponsePBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterPolicyConfigurationPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterRegisterRequestPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterRegisterResponsePBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.UpdateApplicationHomeSubClusterRequestPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.UpdateApplicationHomeSubClusterResponsePBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.UpdateReservationHomeSubClusterRequestPBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.UpdateReservationHomeSubClusterResponsePBImpl
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.ReservationHomeSubCluster
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.RouterMasterKey
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterId
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterIdInfo
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo
- hashCode() - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterPolicyConfiguration
- hashCode() - Method in class org.apache.hadoop.yarn.server.records.Version
- hashCode() - Method in class org.apache.hadoop.yarn.server.scheduler.ResourceRequestSetKey
- hashCode() - Method in class org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey
- hashCode() - Method in class org.apache.hadoop.yarn.server.volume.csi.VolumeId
- hasNext() - Method in class org.apache.hadoop.yarn.server.utils.LeveldbIterator
-
Returns
trueif the iteration has more elements. - hasPrev() - Method in class org.apache.hadoop.yarn.server.utils.LeveldbIterator
- hasUAMId(String) - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedAMPoolManager
-
Return whether an UAM exists.
- HeartBeatThreadUncaughtExceptionHandler() - Constructor for class org.apache.hadoop.yarn.server.AMHeartbeatRequestHandler.HeartBeatThreadUncaughtExceptionHandler
- HomeAMRMProxyPolicy - Class in org.apache.hadoop.yarn.server.federation.policies.amrmproxy
-
An implementation of the
FederationAMRMProxyPolicythat simply sends theResourceRequestto the home subcluster. - HomeAMRMProxyPolicy() - Constructor for class org.apache.hadoop.yarn.server.federation.policies.amrmproxy.HomeAMRMProxyPolicy
- HomePolicyManager - Class in org.apache.hadoop.yarn.server.federation.policies.manager
-
Policy manager which uses the
UniformRandomRouterPolicyfor the Router andHomeAMRMProxyPolicyas the AMRMProxy policy to find the RM. - HomePolicyManager() - Constructor for class org.apache.hadoop.yarn.server.federation.policies.manager.HomePolicyManager
- host - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppAttemptInfo
- host - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- HSQLDB - Enum constant in enum class org.apache.hadoop.yarn.server.federation.store.sql.DatabaseProduct.DbType
I
- incrAllocatedOppContainers(int) - Method in class org.apache.hadoop.yarn.server.metrics.OpportunisticSchedulerMetrics
- incrClientPending(String, ContainerUpdateType, int) - Method in class org.apache.hadoop.yarn.server.metrics.AMRMClientRelayerMetrics
- incrClientPending(String, AMRMClientRelayerMetrics.RequestType, int) - Method in class org.apache.hadoop.yarn.server.metrics.AMRMClientRelayerMetrics
- incrConnections() - Static method in class org.apache.hadoop.yarn.server.federation.store.metrics.FederationStateStoreClientMetrics
- incrementCurrentKeyId() - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationDelegationTokenStateStore
-
The Router Supports incrementCurrentKeyId.
- incrementCurrentKeyId() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- incrementCurrentKeyId() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
-
The Router Supports incrementCurrentKeyId.
- incrementCurrentKeyId() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
-
The Router Supports incrementCurrentKeyId.
- incrementCurrentKeyId() - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
stateStore provides CurrentKeyId increase.
- incrementDelegationTokenSeqNum() - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationDelegationTokenStateStore
-
The Router Supports incrementDelegationTokenSeqNum.
- incrementDelegationTokenSeqNum() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- incrementDelegationTokenSeqNum() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
-
Increment DelegationToken SeqNum.
- incrementDelegationTokenSeqNum() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
-
Increase SequenceNum.
- incrementDelegationTokenSeqNum() - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
stateStore provides DelegationTokenSeqNum increase.
- incrNodeLocalOppContainers() - Method in class org.apache.hadoop.yarn.server.metrics.OpportunisticSchedulerMetrics
- incrOffSwitchOppContainers() - Method in class org.apache.hadoop.yarn.server.metrics.OpportunisticSchedulerMetrics
- incrRackLocalOppContainers() - Method in class org.apache.hadoop.yarn.server.metrics.OpportunisticSchedulerMetrics
- incrReleasedOppContainers(int) - Method in class org.apache.hadoop.yarn.server.metrics.OpportunisticSchedulerMetrics
- incrRMMasterSlaveSwitch(String) - Method in class org.apache.hadoop.yarn.server.metrics.AMRMClientRelayerMetrics
- init(FilterConfig) - Method in class org.apache.hadoop.yarn.server.security.http.RMAuthenticationFilter
- init(FilterConfig) - Method in class org.apache.hadoop.yarn.server.timeline.security.TimelineAuthenticationFilter
- init(Configuration) - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationStateStore
-
Initialize the FederationStore.
- init(Configuration) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- init(Configuration) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- init(Configuration) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
- init(Configuration, RMProxy<T>, Class<T>) - Method in class org.apache.hadoop.yarn.server.federation.failover.FederationRMFailoverProxyProvider
- initCache(Configuration, FederationStateStore) - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache
-
Initialize the cache.
- initCache(Configuration, FederationStateStore) - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCaffeineCache
- initCache(Configuration, FederationStateStore) - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationGuavaCache
- initCache(Configuration, FederationStateStore) - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationJCache
- initFilter(FilterContainer, Configuration) - Method in class org.apache.hadoop.yarn.server.security.http.RMAuthenticationFilterInitializer
- initFilter(FilterContainer, Configuration) - Method in class org.apache.hadoop.yarn.server.timeline.security.TimelineAuthenticationFilterInitializer
-
Initializes
TimelineAuthenticationFilter. - initForReadableEndpoints(HttpServletResponse) - Method in class org.apache.hadoop.yarn.server.webapp.WebServices
- initializeUnmanagedAM(ApplicationId) - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedApplicationManager
-
Launch and initialize an unmanaged AM.
- INSERT_SEQUENCE_TABLE_SQL - Static variable in class org.apache.hadoop.yarn.server.federation.store.sql.FederationQueryRunner
- instantiatePolicyManager(String) - Static method in class org.apache.hadoop.yarn.server.federation.policies.FederationPolicyUtils
-
A utilize method to instantiate a policy manager class given the type (class name) from
SubClusterPolicyConfiguration. - InvalidVolumeException - Exception in org.apache.hadoop.yarn.server.volume.csi.exception
-
This exception is thrown when a volume is found not valid.
- InvalidVolumeException(String) - Constructor for exception org.apache.hadoop.yarn.server.volume.csi.exception.InvalidVolumeException
- invokeConcurrent(Class<R>) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationMethodWrapper
- isActive() - Method in enum class org.apache.hadoop.yarn.server.federation.store.records.SubClusterState
- isANYRelaxable() - Method in class org.apache.hadoop.yarn.server.scheduler.ResourceRequestSet
-
Whether the request set is relaxable at ANY level.
- isCachingEnabled() - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache
-
Determine whether to enable cache.
- isCachingEnabled() - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCaffeineCache
- isCachingEnabled() - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationGuavaCache
- isCachingEnabled() - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationJCache
- isCompatibleTo(Version) - Method in class org.apache.hadoop.yarn.server.records.Version
- isDuplicateKeyError(DatabaseProduct.DbType, SQLException) - Static method in class org.apache.hadoop.yarn.server.federation.store.sql.DatabaseProduct
- isFinal() - Method in enum class org.apache.hadoop.yarn.server.federation.store.records.SubClusterState
- isHeartbeatThreadAlive() - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedApplicationManager
- isProvisionedVolume() - Method in class org.apache.hadoop.yarn.server.volume.csi.VolumeMetaData
- isRunningState(YarnApplicationState) - Static method in class org.apache.hadoop.yarn.server.webapp.LogWebServiceUtils
- isStamped() - Method in class org.apache.hadoop.yarn.server.api.records.AppCollectorData
-
Returns if the collector data has been stamped by the RM with a RM cluster timestamp and a version number.
- isSupportWeightedPolicyInfo() - Method in interface org.apache.hadoop.yarn.server.federation.policies.manager.FederationPolicyManager
-
PolicyManager Whether to support WeightedPolicyInfo.
- isSupportWeightedPolicyInfo() - Method in class org.apache.hadoop.yarn.server.federation.policies.manager.HashBroadcastPolicyManager
- isSupportWeightedPolicyInfo() - Method in class org.apache.hadoop.yarn.server.federation.policies.manager.HomePolicyManager
- isSupportWeightedPolicyInfo() - Method in class org.apache.hadoop.yarn.server.federation.policies.manager.PriorityBroadcastPolicyManager
- isSupportWeightedPolicyInfo() - Method in class org.apache.hadoop.yarn.server.federation.policies.manager.RejectAllPolicyManager
- isSupportWeightedPolicyInfo() - Method in class org.apache.hadoop.yarn.server.federation.policies.manager.UniformBroadcastPolicyManager
- isSupportWeightedPolicyInfo() - Method in class org.apache.hadoop.yarn.server.federation.policies.manager.WeightedHomePolicyManager
- isSupportWeightedPolicyInfo() - Method in class org.apache.hadoop.yarn.server.federation.policies.manager.WeightedLocalityPolicyManager
- isUnmanagedApp() - Method in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- isUsable() - Method in enum class org.apache.hadoop.yarn.server.federation.store.records.SubClusterState
L
- launchUAM() - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedApplicationManager
-
Launch a new UAM in the resource manager.
- launchUAM(String, Configuration, ApplicationId, String, String, String, boolean, String, ApplicationSubmissionContext) - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedAMPoolManager
-
Launch a new UAM, using the provided uamId and appId.
- LeveldbIterator - Class in org.apache.hadoop.yarn.server.utils
-
A wrapper for a DBIterator to translate the raw RuntimeExceptions that can be thrown into DBExceptions.
- LeveldbIterator(DB) - Constructor for class org.apache.hadoop.yarn.server.utils.LeveldbIterator
-
Create an iterator for the specified database.
- LeveldbIterator(DBIterator) - Constructor for class org.apache.hadoop.yarn.server.utils.LeveldbIterator
-
Create an iterator using the specified underlying DBIterator.
- LeveldbIterator(DB, ReadOptions) - Constructor for class org.apache.hadoop.yarn.server.utils.LeveldbIterator
-
Create an iterator for the specified database.
- listServices(String) - Method in class org.apache.hadoop.yarn.lib.ZKClient
-
list the services registered under a path.
- load() - Method in class org.apache.hadoop.yarn.server.federation.resolver.DefaultSubClusterResolverImpl
- load() - Method in interface org.apache.hadoop.yarn.server.federation.resolver.SubClusterResolver
-
Load the nodes to subCluster mapping from the file.
- loadAMRMPolicy(String, FederationAMRMProxyPolicy, Configuration, FederationStateStoreFacade, SubClusterId) - Static method in class org.apache.hadoop.yarn.server.federation.policies.FederationPolicyUtils
-
Get AMRMProxy policy from state store, using default queue and configuration as fallback.
- LoadBasedRouterPolicy - Class in org.apache.hadoop.yarn.server.federation.policies.router
-
This implements a simple load-balancing policy.
- LoadBasedRouterPolicy() - Constructor for class org.apache.hadoop.yarn.server.federation.policies.router.LoadBasedRouterPolicy
- loadPolicyConfiguration(String, Configuration, FederationStateStoreFacade) - Static method in class org.apache.hadoop.yarn.server.federation.policies.FederationPolicyUtils
-
Get Federation policy configuration from state store, using default queue and configuration as fallback.
- loadStateFromRegistry(ApplicationId) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationRegistryClient
-
Load the information of one application from registry.
- loadVersion() - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationStateStore
-
Load the version information from the federation state store.
- loadVersion() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- loadVersion() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- loadVersion() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
- LocalityMulticastAMRMProxyPolicy - Class in org.apache.hadoop.yarn.server.federation.policies.amrmproxy
-
An implementation of the
FederationAMRMProxyPolicyinterface that carefully multicasts the requests with the following behavior: - LocalityMulticastAMRMProxyPolicy() - Constructor for class org.apache.hadoop.yarn.server.federation.policies.amrmproxy.LocalityMulticastAMRMProxyPolicy
- LocalityMulticastAMRMProxyPolicy.AllocationBookkeeper - Class in org.apache.hadoop.yarn.server.federation.policies.amrmproxy
-
This helper class is used to book-keep the requests made to each subcluster, and maintain useful statistics to split ANY requests.
- LocalityRouterPolicy - Class in org.apache.hadoop.yarn.server.federation.policies.router
-
This policy selects the subcluster depending on the node where the Client wants to run its application.
- LocalityRouterPolicy() - Constructor for class org.apache.hadoop.yarn.server.federation.policies.router.LocalityRouterPolicy
- Lock - Annotation Interface in org.apache.hadoop.yarn.server.utils
-
Annotation to document locking order.
- Lock.NoLock - Class in org.apache.hadoop.yarn.server.utils
- LOG - Static variable in class org.apache.hadoop.yarn.server.AMHeartbeatRequestHandler
- LOG - Static variable in class org.apache.hadoop.yarn.server.federation.failover.FederationProxyProviderUtil
- LOG - Static variable in class org.apache.hadoop.yarn.server.federation.policies.amrmproxy.LocalityMulticastAMRMProxyPolicy
- LOG - Static variable in class org.apache.hadoop.yarn.server.federation.policies.manager.AbstractPolicyManager
- LOG - Static variable in class org.apache.hadoop.yarn.server.federation.policies.router.LocalityRouterPolicy
- LOG - Static variable in interface org.apache.hadoop.yarn.server.federation.retry.FederationActionRetry
- LOG - Static variable in interface org.apache.hadoop.yarn.server.federation.store.FederationStateStore
- LOG - Static variable in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- LOG - Static variable in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- LOG - Static variable in class org.apache.hadoop.yarn.server.federation.store.metrics.FederationStateStoreClientMetrics
- LOG - Static variable in enum class org.apache.hadoop.yarn.server.federation.store.records.SubClusterState
- LOG - Static variable in class org.apache.hadoop.yarn.server.federation.store.sql.FederationQueryRunner
- LOG - Static variable in class org.apache.hadoop.yarn.server.federation.store.utils.FederationStateStoreUtils
- LOG - Static variable in class org.apache.hadoop.yarn.server.uam.UnmanagedAMPoolManager
- LogAggregationReport - Class in org.apache.hadoop.yarn.server.api.protocolrecords
-
LogAggregationReportis a report for log aggregation status in one NodeManager of an application. - LogAggregationReport() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.LogAggregationReport
- LogAggregationReportPBImpl - Class in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb
- LogAggregationReportPBImpl() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.LogAggregationReportPBImpl
- LogAggregationReportPBImpl(YarnServerCommonServiceProtos.LogAggregationReportProto) - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.LogAggregationReportPBImpl
- logAndThrowException(Logger, String, Throwable) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationStateStoreUtils
-
Throws an exception due to an error in
FederationStateStore. - logAndThrowInvalidInputException(Logger, String) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationStateStoreUtils
-
Throws an
FederationStateStoreInvalidInputExceptiondue to an error inFederationStateStore. - logAndThrowRetriableException(Throwable, Logger, String, Object...) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationStateStoreUtils
-
Throws an
FederationStateStoreRetriableExceptiondue to an error inFederationStateStore. - logAndThrowRetriableException(Logger, String, Object...) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationStateStoreUtils
-
Throws an
FederationStateStoreRetriableExceptiondue to an error inFederationStateStore. - logAndThrowRetriableException(Logger, String, Throwable) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationStateStoreUtils
-
Throws an
FederationStateStoreRetriableExceptiondue to an error inFederationStateStore. - logAndThrowStoreException(Throwable, Logger, String, Object...) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationStateStoreUtils
-
Throws an
FederationStateStoreExceptiondue to an error inFederationStateStore. - logAndThrowStoreException(Logger, String) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationStateStoreUtils
-
Throws an
FederationStateStoreExceptiondue to an error inFederationStateStore. - logAndThrowStoreException(Logger, String, Object...) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationStateStoreUtils
-
Throws an
FederationStateStoreExceptiondue to an error inFederationStateStore. - LogServlet - Class in org.apache.hadoop.yarn.server.webapp
-
Extracts aggregated logs and related information.
- LogServlet(Configuration, AppInfoProvider) - Constructor for class org.apache.hadoop.yarn.server.webapp.LogServlet
- logType - Variable in class org.apache.hadoop.yarn.server.webapp.dao.ContainerLogsInfo
- logUrl - Variable in class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- LogWebService - Class in org.apache.hadoop.yarn.server.webapp
-
Support only ATSv2 client only.
- LogWebService() - Constructor for class org.apache.hadoop.yarn.server.webapp.LogWebService
- LogWebServiceUtils - Class in org.apache.hadoop.yarn.server.webapp
-
Log web service utils class.
M
- MANUAL_REDIRECTION - Static variable in interface org.apache.hadoop.yarn.server.webapp.YarnWebServiceParams
- MasterKey - Interface in org.apache.hadoop.yarn.server.api.records
- MasterKeyData - Class in org.apache.hadoop.yarn.server.security
- MasterKeyData(int, SecretKey) - Constructor for class org.apache.hadoop.yarn.server.security.MasterKeyData
- MasterKeyData(MasterKey, SecretKey) - Constructor for class org.apache.hadoop.yarn.server.security.MasterKeyData
- MasterKeyPBImpl - Class in org.apache.hadoop.yarn.server.api.records.impl.pb
- MasterKeyPBImpl() - Constructor for class org.apache.hadoop.yarn.server.api.records.impl.pb.MasterKeyPBImpl
- MasterKeyPBImpl(YarnServerCommonProtos.MasterKeyProto) - Constructor for class org.apache.hadoop.yarn.server.api.records.impl.pb.MasterKeyPBImpl
- matchAllocation(List<Map<Resource, List<OpportunisticContainerAllocator.Allocation>>>, List<Container>, OpportunisticContainerContext) - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator
- matchAllocationToOutstandingRequest(Resource, List<OpportunisticContainerAllocator.Allocation>) - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerContext
-
This method matches a returned list of Container Allocations to any outstanding OPPORTUNISTIC ResourceRequest.
- maxCapacity(long) - Method in class org.apache.hadoop.yarn.server.volume.csi.VolumeCapabilityRange.VolumeCapabilityBuilder
- MemoryFederationStateStore - Class in org.apache.hadoop.yarn.server.federation.store.impl
-
In-memory implementation of
FederationStateStore. - MemoryFederationStateStore() - Constructor for class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- minCapacity(long) - Method in class org.apache.hadoop.yarn.server.volume.csi.VolumeCapabilityRange.VolumeCapabilityBuilder
- MODIFICATION_TIME - Static variable in interface org.apache.hadoop.yarn.server.webapp.YarnWebServiceParams
- mountPoint(String) - Method in class org.apache.hadoop.yarn.server.volume.csi.VolumeMetaData.VolumeSpecBuilder
- MYSQL - Enum constant in enum class org.apache.hadoop.yarn.server.federation.store.sql.DatabaseProduct.DbType
N
- name - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- newAllocateResponse(int, List<ContainerStatus>, List<Container>, List<NodeReport>, Resource, AMCommand, int, PreemptionMessage) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newAMRMToken(byte[], String, byte[], String) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newApplicationAttemptId(ApplicationId, int) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newApplicationId(long, int) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newApplicationId(RecordFactory, long, int) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newApplicationId(RecordFactory, long, CharSequence) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newApplicationReport(ApplicationId, ApplicationAttemptId, String, String, String, String, int, Token, YarnApplicationState, String, String, long, long, long, FinalApplicationStatus, ApplicationResourceUsageReport, String, float, String, Token, Set<String>, Priority) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newApplicationResourceUsageReport(int, int, Resource, Resource, Resource, Map<String, Long>, Map<String, Long>) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newApplicationSubmissionContext(ApplicationId, String, String, Priority, ContainerLaunchContext, boolean, boolean, int, Resource) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newApplicationSubmissionContext(ApplicationId, String, String, Priority, ContainerLaunchContext, boolean, boolean, int, Resource, String) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newBuilder() - Static method in class org.apache.hadoop.yarn.server.volume.csi.VolumeCapabilityRange
- newBuilder() - Static method in class org.apache.hadoop.yarn.server.volume.csi.VolumeMetaData
- newClientToAMToken(byte[], String, byte[], String) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newContainer(ContainerId, NodeId, String, Resource, Priority, Token) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newContainer(ContainerId, NodeId, String, Resource, Priority, Token, long) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newContainer(ContainerId, NodeId, String, Resource, Priority, Token, ExecutionType, long) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newContainerId(int, int, long, long) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newContainerId(ApplicationAttemptId, long) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newContainerId(RecordFactory, ApplicationId, ApplicationAttemptId, int) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newContainerLaunchContext(Map<String, LocalResource>, Map<String, String>, List<String>, Map<String, ByteBuffer>, ByteBuffer, Map<ApplicationAccessType, String>) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newContainerStatus(ContainerId, ContainerState, String, int, Resource) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newContainerStatus(ContainerId, ContainerState, String, int, Resource, ExecutionType) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newContainerToken(ContainerId, int, String, int, String, Resource, long, int, byte[], long) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newContainerToken(NodeId, byte[], ContainerTokenIdentifier) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newContainerTokenIdentifier(Token) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newDelegationToken(byte[], String, byte[], String) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newEmptyResource() - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newInstance() - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.ReportNewCollectorInfoResponse
- newInstance() - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.UnRegisterNodeManagerResponse
- newInstance() - Static method in class org.apache.hadoop.yarn.server.api.records.ContainerQueuingLimit
- newInstance() - Static method in class org.apache.hadoop.yarn.server.api.records.OpportunisticContainersStatus
- newInstance() - Static method in class org.apache.hadoop.yarn.server.federation.store.records.DeleteApplicationHomeSubClusterResponse
- newInstance() - Static method in class org.apache.hadoop.yarn.server.federation.store.records.DeletePoliciesConfigurationsRequest
- newInstance() - Static method in class org.apache.hadoop.yarn.server.federation.store.records.DeletePoliciesConfigurationsResponse
- newInstance() - Static method in class org.apache.hadoop.yarn.server.federation.store.records.DeleteReservationHomeSubClusterResponse
- newInstance() - Static method in class org.apache.hadoop.yarn.server.federation.store.records.DeleteSubClusterPoliciesConfigurationsResponse
- newInstance() - Static method in class org.apache.hadoop.yarn.server.federation.store.records.GetApplicationsHomeSubClusterRequest
- newInstance() - Static method in class org.apache.hadoop.yarn.server.federation.store.records.GetReservationsHomeSubClusterRequest
- newInstance() - Static method in class org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterPoliciesConfigurationsRequest
- newInstance() - Static method in class org.apache.hadoop.yarn.server.federation.store.records.SetSubClusterPolicyConfigurationResponse
- newInstance() - Static method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterDeregisterResponse
- newInstance() - Static method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterHeartbeatResponse
- newInstance() - Static method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterRegisterResponse
- newInstance() - Static method in class org.apache.hadoop.yarn.server.federation.store.records.UpdateApplicationHomeSubClusterResponse
- newInstance() - Static method in class org.apache.hadoop.yarn.server.federation.store.records.UpdateReservationHomeSubClusterResponse
- newInstance(boolean) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.GetSubClustersInfoRequest
- newInstance(boolean, String, long) - Static method in class org.apache.hadoop.yarn.server.api.records.NodeHealthStatus
- newInstance(byte[], NMTokenIdentifier) - Static method in class org.apache.hadoop.yarn.server.security.BaseNMTokenSecretManager
- newInstance(int, int) - Static method in class org.apache.hadoop.yarn.server.records.Version
- newInstance(Integer) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterId
- newInstance(Integer, ByteBuffer, Long) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.RouterMasterKey
- newInstance(String) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterPolicyConfigurationRequest
- newInstance(String) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterId
- newInstance(String, String, String, long) - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.GetTimelineCollectorContextResponse
- newInstance(String, String, ByteBuffer) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterPolicyConfiguration
- newInstance(Collection<SubClusterInfo>) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.GetSubClustersInfoResponse
- newInstance(List<String>) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.DeleteSubClusterPoliciesConfigurationsRequest
- newInstance(List<AppCollectorData>) - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.ReportNewCollectorInfoRequest
- newInstance(List<ApplicationHomeSubCluster>) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.GetApplicationsHomeSubClusterResponse
- newInstance(List<ReservationHomeSubCluster>) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.GetReservationsHomeSubClusterResponse
- newInstance(List<SubClusterPolicyConfiguration>) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterPoliciesConfigurationsResponse
- newInstance(AllocateResponse) - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.DistributedSchedulingAllocateResponse
- newInstance(RegisterApplicationMasterResponse) - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterDistributedSchedulingAMResponse
- newInstance(ApplicationId) - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.GetTimelineCollectorContextRequest
- newInstance(ApplicationId) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.DeleteApplicationHomeSubClusterRequest
- newInstance(ApplicationId) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.GetApplicationHomeSubClusterRequest
- newInstance(ApplicationId, boolean) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.GetApplicationHomeSubClusterRequest
- newInstance(ApplicationId, long, SubClusterId) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.ApplicationHomeSubCluster
- newInstance(ApplicationId, long, SubClusterId, ApplicationSubmissionContext) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.ApplicationHomeSubCluster
- newInstance(ApplicationId, String) - Static method in class org.apache.hadoop.yarn.server.api.records.AppCollectorData
- newInstance(ApplicationId, String, long, long) - Static method in class org.apache.hadoop.yarn.server.api.records.AppCollectorData
- newInstance(ApplicationId, String, long, long, Token) - Static method in class org.apache.hadoop.yarn.server.api.records.AppCollectorData
- newInstance(ApplicationId, String, Token) - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.ReportNewCollectorInfoRequest
- newInstance(ApplicationId, String, Token) - Static method in class org.apache.hadoop.yarn.server.api.records.AppCollectorData
- newInstance(ApplicationId, LogAggregationStatus, String) - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.LogAggregationReport
- newInstance(ApplicationId, SubClusterId) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.ApplicationHomeSubCluster
- newInstance(ApplicationId, SubClusterId) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.GetApplicationHomeSubClusterResponse
- newInstance(ApplicationId, SubClusterId, long) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.GetApplicationHomeSubClusterResponse
- newInstance(ApplicationId, SubClusterId, long, ApplicationSubmissionContext) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.GetApplicationHomeSubClusterResponse
- newInstance(ApplicationId, SubClusterId, ApplicationSubmissionContext) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.ApplicationHomeSubCluster
- newInstance(ContainerId, int, ContainerState, Resource, String, int, Priority, long) - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus
- newInstance(ContainerId, int, ContainerState, Resource, String, int, Priority, long, String, ExecutionType, long) - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus
- newInstance(NodeId) - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.UnRegisterNodeManagerRequest
- newInstance(NodeId, int, List<ContainerStatus>, List<ApplicationId>, NodeHealthStatus, ResourceUtilization, ResourceUtilization, List<Container>) - Static method in class org.apache.hadoop.yarn.server.api.records.NodeStatus
-
Create a new
NodeStatus. - newInstance(NodeId, int, Resource, String, List<NMContainerStatus>, List<ApplicationId>) - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerRequest
- newInstance(NodeId, int, Resource, String, List<NMContainerStatus>, List<ApplicationId>, Set<NodeLabel>) - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerRequest
- newInstance(NodeId, int, Resource, String, List<NMContainerStatus>, List<ApplicationId>, Set<NodeLabel>, Resource) - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerRequest
- newInstance(NodeId, int, Resource, String, List<NMContainerStatus>, List<ApplicationId>, Set<NodeLabel>, Resource, Set<NodeAttribute>, NodeStatus) - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerRequest
- newInstance(NodeId, String) - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.RemoteNode
-
Create new Instance.
- newInstance(NodeId, String, String) - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.RemoteNode
-
Create new Instance.
- newInstance(NodeId, String, String, String) - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.RemoteNode
-
Create new Instance.
- newInstance(ReservationId) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.DeleteReservationHomeSubClusterRequest
- newInstance(ReservationId) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.GetReservationHomeSubClusterRequest
- newInstance(ReservationId, SubClusterId) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.ReservationHomeSubCluster
- newInstance(YARNDelegationTokenIdentifier, Long) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.RouterStoreToken
- newInstance(YARNDelegationTokenIdentifier, Long, String) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.RouterStoreToken
- newInstance(NodeStatus, MasterKey, MasterKey, Set<NodeLabel>) - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatRequest
- newInstance(NodeStatus, MasterKey, MasterKey, Set<NodeLabel>, Map<ApplicationId, AppCollectorData>) - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatRequest
- newInstance(NodeStatus, MasterKey, MasterKey, Set<NodeLabel>, Set<NodeAttribute>, Map<ApplicationId, AppCollectorData>) - Static method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatRequest
- newInstance(ApplicationHomeSubCluster) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.AddApplicationHomeSubClusterRequest
- newInstance(ApplicationHomeSubCluster) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.UpdateApplicationHomeSubClusterRequest
- newInstance(ReservationHomeSubCluster) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.AddReservationHomeSubClusterRequest
- newInstance(ReservationHomeSubCluster) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.GetReservationHomeSubClusterResponse
- newInstance(ReservationHomeSubCluster) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.UpdateReservationHomeSubClusterRequest
- newInstance(RouterMasterKey) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.RouterMasterKey
- newInstance(RouterMasterKey) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.RouterMasterKeyRequest
- newInstance(RouterMasterKey) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.RouterMasterKeyResponse
- newInstance(RouterStoreToken) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.RouterRMTokenRequest
- newInstance(RouterStoreToken) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.RouterRMTokenResponse
- newInstance(SubClusterId) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.AddApplicationHomeSubClusterResponse
- newInstance(SubClusterId) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.AddReservationHomeSubClusterResponse
- newInstance(SubClusterId) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.GetApplicationsHomeSubClusterRequest
- newInstance(SubClusterId) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterInfoRequest
- newInstance(SubClusterId, long, SubClusterState, String) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterHeartbeatRequest
- newInstance(SubClusterId, String, String, String, String, long, SubClusterState, long, String) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo
- newInstance(SubClusterId, String, String, String, String, SubClusterState, long, String) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo
- newInstance(SubClusterId, String, SubClusterState, long, long, String) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo
- newInstance(SubClusterId, SubClusterState) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterDeregisterRequest
- newInstance(SubClusterId, SubClusterState, String) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterHeartbeatRequest
- newInstance(SubClusterInfo) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterInfoResponse
- newInstance(SubClusterInfo) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterRegisterRequest
- newInstance(SubClusterPolicyConfiguration) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterPolicyConfigurationResponse
- newInstance(SubClusterPolicyConfiguration) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.SetSubClusterPolicyConfigurationRequest
- newInstance(SubClusterPolicyConfiguration) - Static method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterPolicyConfiguration
- newLocalResource(URI, LocalResourceType, LocalResourceVisibility, long, long, boolean) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newLocalResource(URL, LocalResourceType, LocalResourceVisibility, long, long, boolean) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newNodeHeartbeatResponse(int, NodeAction, List<ContainerId>, List<ApplicationId>, MasterKey, MasterKey, long) - Static method in class org.apache.hadoop.yarn.server.utils.YarnServerBuilderUtils
- newNodeHeartbeatResponse(NodeAction, String) - Static method in class org.apache.hadoop.yarn.server.utils.YarnServerBuilderUtils
- newNodeId(String, int) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newNodeReport(NodeId, NodeState, String, String, Resource, Resource, int, String, long) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newNodeReport(NodeId, NodeState, String, String, Resource, Resource, int, String, long, Set<String>, Integer, NodeUpdateType) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newNodeReport(NodeId, NodeState, String, String, Resource, Resource, int, String, long, Set<String>, ResourceUtilization, ResourceUtilization, Integer, NodeUpdateType, Set<NodeAttribute>) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newPriority(int) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newResource(long, int) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newResourceRequest(Priority, String, Resource, int) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newResourceRequest(Priority, String, Resource, int, String) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newSystemCredentialsForAppsProto(ApplicationId, ByteBuffer) - Static method in class org.apache.hadoop.yarn.server.utils.YarnServerBuilderUtils
-
Build SystemCredentialsForAppsProto objects.
- newToken(Class<T>, byte[], String, byte[], String) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- newURL(String, String, int, String) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- next() - Method in class org.apache.hadoop.yarn.server.utils.LeveldbIterator
-
Returns the next element in the iteration.
- NM_ID - Static variable in interface org.apache.hadoop.yarn.server.webapp.YarnWebServiceParams
- NMContainerStatus - Class in org.apache.hadoop.yarn.server.api.protocolrecords
-
NMContainerStatus includes the current information of a container.
- NMContainerStatus() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus
- NMContainerStatusPBImpl - Class in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb
- NMContainerStatusPBImpl() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NMContainerStatusPBImpl
- NMContainerStatusPBImpl(YarnServerCommonServiceProtos.NMContainerStatusProto) - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NMContainerStatusPBImpl
- NO_ACTIVE_SUBCLUSTER_AVAILABLE - Static variable in class org.apache.hadoop.yarn.server.federation.policies.FederationPolicyUtils
- NoActiveSubclustersException - Exception in org.apache.hadoop.yarn.server.federation.policies.exceptions
-
This exception is thrown when policies cannot locate any active cluster.
- NoActiveSubclustersException(String) - Constructor for exception org.apache.hadoop.yarn.server.federation.policies.exceptions.NoActiveSubclustersException
- NodeAction - Enum Class in org.apache.hadoop.yarn.server.api.records
-
The NodeManager is instructed to perform the given action.
- NodeHealthStatus - Class in org.apache.hadoop.yarn.server.api.records
-
NodeHealthStatusis a summary of the health status of the node. - NodeHealthStatus() - Constructor for class org.apache.hadoop.yarn.server.api.records.NodeHealthStatus
- NodeHealthStatusPBImpl - Class in org.apache.hadoop.yarn.server.api.records.impl.pb
- NodeHealthStatusPBImpl() - Constructor for class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeHealthStatusPBImpl
- NodeHealthStatusPBImpl(YarnServerCommonProtos.NodeHealthStatusProto) - Constructor for class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeHealthStatusPBImpl
- nodeHeartbeat(RpcController, YarnServerCommonServiceProtos.NodeHeartbeatRequestProto) - Method in class org.apache.hadoop.yarn.server.api.impl.pb.service.ResourceTrackerPBServiceImpl
- nodeHeartbeat(NodeHeartbeatRequest) - Method in class org.apache.hadoop.yarn.server.api.impl.pb.client.ResourceTrackerPBClientImpl
- nodeHeartbeat(NodeHeartbeatRequest) - Method in interface org.apache.hadoop.yarn.server.api.ResourceTracker
- NodeHeartbeatRequest - Class in org.apache.hadoop.yarn.server.api.protocolrecords
- NodeHeartbeatRequest() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatRequest
- NodeHeartbeatRequestPBImpl - Class in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb
- NodeHeartbeatRequestPBImpl() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatRequestPBImpl
- NodeHeartbeatRequestPBImpl(YarnServerCommonServiceProtos.NodeHeartbeatRequestProto) - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatRequestPBImpl
- NodeHeartbeatResponse - Class in org.apache.hadoop.yarn.server.api.protocolrecords
-
Node Manager's heartbeat response.
- NodeHeartbeatResponse() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- NodeHeartbeatResponsePBImpl - Class in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb
-
PBImpl class for NodeHeartbeatResponse.
- NodeHeartbeatResponsePBImpl() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- NodeHeartbeatResponsePBImpl(YarnServerCommonServiceProtos.NodeHeartbeatResponseProto) - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- nodeHttpAddress - Variable in class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- nodeId - Variable in class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- nodeId - Variable in class org.apache.hadoop.yarn.server.webapp.dao.ContainerLogsInfo
- NodeStatus - Class in org.apache.hadoop.yarn.server.api.records
-
NodeStatusis a summary of the status of the node. - NodeStatus() - Constructor for class org.apache.hadoop.yarn.server.api.records.NodeStatus
- NodeStatusPBImpl - Class in org.apache.hadoop.yarn.server.api.records.impl.pb
- NodeStatusPBImpl() - Constructor for class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeStatusPBImpl
- NodeStatusPBImpl(YarnServerCommonProtos.NodeStatusProto) - Constructor for class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeStatusPBImpl
- NoLock() - Constructor for class org.apache.hadoop.yarn.server.utils.Lock.NoLock
- NORMAL - Enum constant in enum class org.apache.hadoop.yarn.server.api.records.NodeAction
- notify(RpcController, YarnServerCommonServiceProtos.SCMUploaderNotifyRequestProto) - Method in class org.apache.hadoop.yarn.server.api.impl.pb.service.SCMUploaderProtocolPBServiceImpl
- notify(SCMUploaderNotifyRequest) - Method in class org.apache.hadoop.yarn.server.api.impl.pb.client.SCMUploaderProtocolPBClientImpl
- notify(SCMUploaderNotifyRequest) - Method in interface org.apache.hadoop.yarn.server.api.SCMUploaderProtocol
-
The method used by the NodeManager's
SharedCacheUploadServiceto notify the shared cache manager of a newly cached resource. - notifyOfResponse(SubClusterId, AllocateResponse) - Method in class org.apache.hadoop.yarn.server.federation.policies.amrmproxy.AbstractAMRMProxyPolicy
- notifyOfResponse(SubClusterId, AllocateResponse) - Method in interface org.apache.hadoop.yarn.server.federation.policies.amrmproxy.FederationAMRMProxyPolicy
-
This method should be invoked to notify the policy about responses being received.
- notifyOfResponse(SubClusterId, AllocateResponse) - Method in class org.apache.hadoop.yarn.server.federation.policies.amrmproxy.LocalityMulticastAMRMProxyPolicy
O
- Opportunistic - Enum constant in enum class org.apache.hadoop.yarn.server.metrics.AMRMClientRelayerMetrics.RequestType
- OpportunisticContainerAllocator - Class in org.apache.hadoop.yarn.server.scheduler
-
Base abstract class for Opportunistic container allocations, that provides common functions required for Opportunistic container allocation.
- OpportunisticContainerAllocator(BaseContainerTokenSecretManager) - Constructor for class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator
-
Create a new Opportunistic Container Allocator.
- OpportunisticContainerAllocator(BaseContainerTokenSecretManager, int) - Constructor for class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator
-
Create a new Opportunistic Container Allocator.
- OpportunisticContainerAllocator.Allocation - Class in org.apache.hadoop.yarn.server.scheduler
-
This class encapsulates container and resourceName for an allocation.
- OpportunisticContainerAllocator.AllocationParams - Class in org.apache.hadoop.yarn.server.scheduler
-
This class encapsulates application specific parameters used to build a Container.
- OpportunisticContainerAllocator.ContainerIdGenerator - Class in org.apache.hadoop.yarn.server.scheduler
-
A Container Id Generator.
- OpportunisticContainerAllocator.EnrichedResourceRequest - Class in org.apache.hadoop.yarn.server.scheduler
-
This class encapsulates Resource Request and provides requests per node and rack.
- OpportunisticContainerAllocator.PartitionedResourceRequests - Class in org.apache.hadoop.yarn.server.scheduler
-
Class that includes two lists of
ResourceRequests: one for GUARANTEED and one for OPPORTUNISTICResourceRequests. - OpportunisticContainerContext - Class in org.apache.hadoop.yarn.server.scheduler
-
This encapsulates application specific information used by the Opportunistic Container Allocator to allocate containers.
- OpportunisticContainerContext() - Constructor for class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerContext
- OpportunisticContainersStatus - Class in org.apache.hadoop.yarn.server.api.records
-
OpportunisticContainersStatuscaptures information pertaining to the state of execution of the opportunistic containers within a node. - OpportunisticContainersStatus() - Constructor for class org.apache.hadoop.yarn.server.api.records.OpportunisticContainersStatus
- OpportunisticContainersStatusPBImpl - Class in org.apache.hadoop.yarn.server.api.records.impl.pb
-
Protocol Buffer implementation of OpportunisticContainersStatus.
- OpportunisticContainersStatusPBImpl() - Constructor for class org.apache.hadoop.yarn.server.api.records.impl.pb.OpportunisticContainersStatusPBImpl
- OpportunisticContainersStatusPBImpl(YarnServerCommonProtos.OpportunisticContainersStatusProto) - Constructor for class org.apache.hadoop.yarn.server.api.records.impl.pb.OpportunisticContainersStatusPBImpl
- OpportunisticSchedulerMetrics - Class in org.apache.hadoop.yarn.server.metrics
-
Metrics for Opportunistic Scheduler.
- OpportunisticSchedulerMetrics() - Constructor for class org.apache.hadoop.yarn.server.metrics.OpportunisticSchedulerMetrics
- org.apache.hadoop.yarn.lib - package org.apache.hadoop.yarn.lib
-
This package contains zkClient related classes.
- org.apache.hadoop.yarn.server - package org.apache.hadoop.yarn.server
-
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
- org.apache.hadoop.yarn.server.api - package org.apache.hadoop.yarn.server.api
- org.apache.hadoop.yarn.server.api.impl.pb.client - package org.apache.hadoop.yarn.server.api.impl.pb.client
- org.apache.hadoop.yarn.server.api.impl.pb.service - package org.apache.hadoop.yarn.server.api.impl.pb.service
- org.apache.hadoop.yarn.server.api.protocolrecords - package org.apache.hadoop.yarn.server.api.protocolrecords
- org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb - package org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb
- org.apache.hadoop.yarn.server.api.records - package org.apache.hadoop.yarn.server.api.records
-
Server records.
- org.apache.hadoop.yarn.server.api.records.impl.pb - package org.apache.hadoop.yarn.server.api.records.impl.pb
-
Server records PB implementations.
- org.apache.hadoop.yarn.server.federation.cache - package org.apache.hadoop.yarn.server.federation.cache
-
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
- org.apache.hadoop.yarn.server.federation.failover - package org.apache.hadoop.yarn.server.federation.failover
-
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
- org.apache.hadoop.yarn.server.federation.policies - package org.apache.hadoop.yarn.server.federation.policies
-
Federation Policies.
- org.apache.hadoop.yarn.server.federation.policies.amrmproxy - package org.apache.hadoop.yarn.server.federation.policies.amrmproxy
-
AMRMPRoxy policies.
- org.apache.hadoop.yarn.server.federation.policies.dao - package org.apache.hadoop.yarn.server.federation.policies.dao
-
DAO objects for serializing/deserializing policy configurations.
- org.apache.hadoop.yarn.server.federation.policies.exceptions - package org.apache.hadoop.yarn.server.federation.policies.exceptions
-
Exceptions for policies.
- org.apache.hadoop.yarn.server.federation.policies.manager - package org.apache.hadoop.yarn.server.federation.policies.manager
-
Various implementation of FederationPolicyManager.
- org.apache.hadoop.yarn.server.federation.policies.router - package org.apache.hadoop.yarn.server.federation.policies.router
-
Router policies.
- org.apache.hadoop.yarn.server.federation.resolver - package org.apache.hadoop.yarn.server.federation.resolver
-
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
- org.apache.hadoop.yarn.server.federation.retry - package org.apache.hadoop.yarn.server.federation.retry
-
Federation Retry Policies.
- org.apache.hadoop.yarn.server.federation.store - package org.apache.hadoop.yarn.server.federation.store
-
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
- org.apache.hadoop.yarn.server.federation.store.exception - package org.apache.hadoop.yarn.server.federation.store.exception
-
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
- org.apache.hadoop.yarn.server.federation.store.impl - package org.apache.hadoop.yarn.server.federation.store.impl
-
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
- org.apache.hadoop.yarn.server.federation.store.metrics - package org.apache.hadoop.yarn.server.federation.store.metrics
-
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
- org.apache.hadoop.yarn.server.federation.store.records - package org.apache.hadoop.yarn.server.federation.store.records
-
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
- org.apache.hadoop.yarn.server.federation.store.records.impl.pb - package org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
- org.apache.hadoop.yarn.server.federation.store.sql - package org.apache.hadoop.yarn.server.federation.store.sql
-
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
- org.apache.hadoop.yarn.server.federation.store.utils - package org.apache.hadoop.yarn.server.federation.store.utils
-
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
- org.apache.hadoop.yarn.server.federation.utils - package org.apache.hadoop.yarn.server.federation.utils
-
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
- org.apache.hadoop.yarn.server.metrics - package org.apache.hadoop.yarn.server.metrics
- org.apache.hadoop.yarn.server.records - package org.apache.hadoop.yarn.server.records
- org.apache.hadoop.yarn.server.records.impl.pb - package org.apache.hadoop.yarn.server.records.impl.pb
- org.apache.hadoop.yarn.server.scheduler - package org.apache.hadoop.yarn.server.scheduler
-
Utility classes used for Scheduling.
- org.apache.hadoop.yarn.server.security - package org.apache.hadoop.yarn.server.security
- org.apache.hadoop.yarn.server.security.http - package org.apache.hadoop.yarn.server.security.http
- org.apache.hadoop.yarn.server.service - package org.apache.hadoop.yarn.server.service
-
Package org.apache.hadoop.yarn.server.service contains service related classes.
- org.apache.hadoop.yarn.server.sharedcache - package org.apache.hadoop.yarn.server.sharedcache
- org.apache.hadoop.yarn.server.timeline.security - package org.apache.hadoop.yarn.server.timeline.security
-
Package org.apache.hadoop.server.timeline.security contains classes related to timeline authentication filters and abstract delegation token service for ATSv1 and ATSv2.
- org.apache.hadoop.yarn.server.uam - package org.apache.hadoop.yarn.server.uam
-
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
- org.apache.hadoop.yarn.server.util.timeline - package org.apache.hadoop.yarn.server.util.timeline
-
Package org.apache.hadoop.server.util.timeline contains utility classes used by ATSv1 and ATSv2 on the server side.
- org.apache.hadoop.yarn.server.utils - package org.apache.hadoop.yarn.server.utils
- org.apache.hadoop.yarn.server.volume.csi - package org.apache.hadoop.yarn.server.volume.csi
-
This package contains common volume related classes.
- org.apache.hadoop.yarn.server.volume.csi.exception - package org.apache.hadoop.yarn.server.volume.csi.exception
-
This package contains volume related exception classes.
- org.apache.hadoop.yarn.server.webapp - package org.apache.hadoop.yarn.server.webapp
-
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
- org.apache.hadoop.yarn.server.webapp.dao - package org.apache.hadoop.yarn.server.webapp.dao
- originalTrackingUrl - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppAttemptInfo
- originalTrackingUrl - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
P
- parseApplicationAttemptId(String) - Static method in class org.apache.hadoop.yarn.server.webapp.WebServices
- parseApplicationId(String) - Static method in class org.apache.hadoop.yarn.server.webapp.WebServices
- parseContainerId(String) - Static method in class org.apache.hadoop.yarn.server.webapp.WebServices
- parseCredentials(ApplicationSubmissionContext) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- parseCredentials(ContainerLaunchContext) - Static method in class org.apache.hadoop.yarn.server.utils.YarnServerSecurityUtils
-
Parses the container launch context and returns a Credential instance that contains all the tokens from the launch context.
- parseLongParam(String) - Static method in class org.apache.hadoop.yarn.server.webapp.LogWebServiceUtils
- parseQueries(Set<String>, boolean) - Static method in class org.apache.hadoop.yarn.server.webapp.WebServices
- parseTokensConf(ApplicationSubmissionContext) - Static method in class org.apache.hadoop.yarn.server.utils.BuilderUtils
- partitionAskList(List<ResourceRequest>) - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator
-
Partitions a list of ResourceRequest to two separate lists, one for GUARANTEED and one for OPPORTUNISTIC ResourceRequests.
- PartitionedResourceRequests() - Constructor for class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator.PartitionedResourceRequests
- peekNext() - Method in class org.apache.hadoop.yarn.server.utils.LeveldbIterator
-
Returns the next element in the iteration, without advancing the iteration.
- peekPrev() - Method in class org.apache.hadoop.yarn.server.utils.LeveldbIterator
- performFailover(T) - Method in class org.apache.hadoop.yarn.server.federation.failover.FederationRMFailoverProxyProvider
- POINT - Static variable in class org.apache.hadoop.yarn.server.federation.cache.FederationCache
- POSTGRES - Enum constant in enum class org.apache.hadoop.yarn.server.federation.store.sql.DatabaseProduct.DbType
- prefilterSubClusters(ReservationId, Map<SubClusterId, SubClusterInfo>) - Method in class org.apache.hadoop.yarn.server.federation.policies.router.AbstractRouterPolicy
-
Filter chosen SubCluster based on reservationId.
- prettyPrintRequests(List<ResourceRequest>, int) - Static method in class org.apache.hadoop.yarn.server.federation.policies.amrmproxy.LocalityMulticastAMRMProxyPolicy
-
Print a list of Resource Requests into a one line string.
- prev() - Method in class org.apache.hadoop.yarn.server.utils.LeveldbIterator
- PRINT_RR_MAX - Static variable in class org.apache.hadoop.yarn.server.federation.policies.amrmproxy.LocalityMulticastAMRMProxyPolicy
- priority - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- priority - Variable in class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- PriorityBroadcastPolicyManager - Class in org.apache.hadoop.yarn.server.federation.policies.manager
-
Policy that allows operator to configure "weights" for routing.
- PriorityBroadcastPolicyManager() - Constructor for class org.apache.hadoop.yarn.server.federation.policies.manager.PriorityBroadcastPolicyManager
- PriorityRouterPolicy - Class in org.apache.hadoop.yarn.server.federation.policies.router
-
This implements a policy that interprets "weights" as a ordered list of preferences among sub-clusters.
- PriorityRouterPolicy() - Constructor for class org.apache.hadoop.yarn.server.federation.policies.router.PriorityRouterPolicy
- progress - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- Promote - Enum constant in enum class org.apache.hadoop.yarn.server.metrics.AMRMClientRelayerMetrics.RequestType
Q
- QUERY_SEQUENCE_TABLE_SQL - Static variable in class org.apache.hadoop.yarn.server.federation.store.sql.FederationQueryRunner
- queue - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
R
- readFields(DataInput) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterStoreTokenPBImpl
- readFields(DataInput) - Method in class org.apache.hadoop.yarn.server.federation.store.records.RouterStoreToken
- readLock - Variable in class org.apache.hadoop.yarn.server.security.BaseContainerTokenSecretManager
- readLock - Variable in class org.apache.hadoop.yarn.server.security.BaseNMTokenSecretManager
- readWriteLock - Variable in class org.apache.hadoop.yarn.server.security.BaseContainerTokenSecretManager
- readWriteLock - Variable in class org.apache.hadoop.yarn.server.security.BaseNMTokenSecretManager
- reAttachUAM(String, Configuration, ApplicationId, String, String, String, Token<AMRMTokenIdentifier>, String, ApplicationSubmissionContext) - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedAMPoolManager
-
Re-attach to an existing UAM, using the provided uamIdentifier.
- reAttachUAM(Token<AMRMTokenIdentifier>) - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedApplicationManager
-
Re-attach to an existing UAM in the resource manager.
- RECORD_INFO - Static variable in class org.apache.hadoop.yarn.server.federation.store.impl.ZKFederationStateStoreOpDurations
- REDIRECTED_FROM_NODE - Static variable in interface org.apache.hadoop.yarn.server.webapp.YarnWebServiceParams
- registerApplicationMaster(String, RegisterApplicationMasterRequest) - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedAMPoolManager
-
Register application master for the UAM.
- registerApplicationMaster(RpcController, YarnServiceProtos.RegisterApplicationMasterRequestProto) - Method in class org.apache.hadoop.yarn.server.api.impl.pb.service.DistributedSchedulingAMProtocolPBServiceImpl
- registerApplicationMaster(RegisterApplicationMasterRequest) - Method in class org.apache.hadoop.yarn.server.AMRMClientRelayer
- registerApplicationMaster(RegisterApplicationMasterRequest) - Method in class org.apache.hadoop.yarn.server.api.impl.pb.client.DistributedSchedulingAMProtocolPBClientImpl
- registerApplicationMaster(RegisterApplicationMasterRequest) - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedApplicationManager
-
Registers this
UnmanagedApplicationManagerwith the resource manager. - registerApplicationMasterForDistributedScheduling(RpcController, YarnServiceProtos.RegisterApplicationMasterRequestProto) - Method in class org.apache.hadoop.yarn.server.api.impl.pb.service.DistributedSchedulingAMProtocolPBServiceImpl
- registerApplicationMasterForDistributedScheduling(RegisterApplicationMasterRequest) - Method in interface org.apache.hadoop.yarn.server.api.DistributedSchedulingAMProtocol
-
Extends the
registerApplicationMasterto wrap the response with additional metadata. - registerApplicationMasterForDistributedScheduling(RegisterApplicationMasterRequest) - Method in class org.apache.hadoop.yarn.server.api.impl.pb.client.DistributedSchedulingAMProtocolPBClientImpl
- RegisterDistributedSchedulingAMResponse - Class in org.apache.hadoop.yarn.server.api.protocolrecords
-
This is the response to registering an Application Master when distributed scheduling is enabled.
- RegisterDistributedSchedulingAMResponse() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterDistributedSchedulingAMResponse
- RegisterDistributedSchedulingAMResponsePBImpl - Class in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb
-
Implementation of
RegisterDistributedSchedulingAMResponse. - RegisterDistributedSchedulingAMResponsePBImpl() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl
- RegisterDistributedSchedulingAMResponsePBImpl(YarnServerCommonServiceProtos.RegisterDistributedSchedulingAMResponseProto) - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl
- registerNodeManager(RpcController, YarnServerCommonServiceProtos.RegisterNodeManagerRequestProto) - Method in class org.apache.hadoop.yarn.server.api.impl.pb.service.ResourceTrackerPBServiceImpl
- registerNodeManager(RegisterNodeManagerRequest) - Method in class org.apache.hadoop.yarn.server.api.impl.pb.client.ResourceTrackerPBClientImpl
- registerNodeManager(RegisterNodeManagerRequest) - Method in interface org.apache.hadoop.yarn.server.api.ResourceTracker
- RegisterNodeManagerRequest - Class in org.apache.hadoop.yarn.server.api.protocolrecords
- RegisterNodeManagerRequest() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerRequest
- RegisterNodeManagerRequestPBImpl - Class in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb
- RegisterNodeManagerRequestPBImpl() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerRequestPBImpl
- RegisterNodeManagerRequestPBImpl(YarnServerCommonServiceProtos.RegisterNodeManagerRequestProto) - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerRequestPBImpl
- RegisterNodeManagerResponse - Class in org.apache.hadoop.yarn.server.api.protocolrecords
-
Node Manager's register response.
- RegisterNodeManagerResponse() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerResponse
- RegisterNodeManagerResponsePBImpl - Class in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb
-
PBImpl class for RegisterNodeManagerResponse.
- RegisterNodeManagerResponsePBImpl() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerResponsePBImpl
- RegisterNodeManagerResponsePBImpl(YarnServerCommonServiceProtos.RegisterNodeManagerResponseProto) - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerResponsePBImpl
- registerService(String, String) - Method in class org.apache.hadoop.yarn.lib.ZKClient
-
register the service to a specific path.
- registerSubCluster(SubClusterRegisterRequest) - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationMembershipStateStore
-
Register a subcluster by publishing capabilities as represented by
SubClusterInfoto indicate participation in federation. - registerSubCluster(SubClusterRegisterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- registerSubCluster(SubClusterRegisterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- registerSubCluster(SubClusterRegisterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
- reinitialize(FederationPolicyInitializationContext) - Method in class org.apache.hadoop.yarn.server.federation.policies.AbstractConfigurableFederationPolicy
- reinitialize(FederationPolicyInitializationContext) - Method in class org.apache.hadoop.yarn.server.federation.policies.amrmproxy.BroadcastAMRMProxyPolicy
- reinitialize(FederationPolicyInitializationContext) - Method in class org.apache.hadoop.yarn.server.federation.policies.amrmproxy.HomeAMRMProxyPolicy
- reinitialize(FederationPolicyInitializationContext) - Method in class org.apache.hadoop.yarn.server.federation.policies.amrmproxy.LocalityMulticastAMRMProxyPolicy
- reinitialize(FederationPolicyInitializationContext) - Method in class org.apache.hadoop.yarn.server.federation.policies.amrmproxy.RejectAMRMProxyPolicy
- reinitialize(FederationPolicyInitializationContext) - Method in interface org.apache.hadoop.yarn.server.federation.policies.ConfigurableFederationPolicy
-
This method is invoked to initialize of update the configuration of policies.
- reinitialize(FederationPolicyInitializationContext) - Method in class org.apache.hadoop.yarn.server.federation.policies.router.HashBasedRouterPolicy
- reinitialize(FederationPolicyInitializationContext) - Method in class org.apache.hadoop.yarn.server.federation.policies.router.LoadBasedRouterPolicy
- reinitialize(FederationPolicyInitializationContext) - Method in class org.apache.hadoop.yarn.server.federation.policies.router.LocalityRouterPolicy
- reinitialize(FederationPolicyInitializationContext) - Method in class org.apache.hadoop.yarn.server.federation.policies.router.RejectRouterPolicy
- reinitialize(FederationPolicyInitializationContext) - Method in class org.apache.hadoop.yarn.server.federation.policies.router.UniformRandomRouterPolicy
- reinitialize(FederationStateStore, Configuration) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Delete and re-initialize the cache, to force it to use the given configuration.
- RejectAllPolicyManager - Class in org.apache.hadoop.yarn.server.federation.policies.manager
-
This class represents a simple implementation of a
FederationPolicyManager. - RejectAllPolicyManager() - Constructor for class org.apache.hadoop.yarn.server.federation.policies.manager.RejectAllPolicyManager
- RejectAMRMProxyPolicy - Class in org.apache.hadoop.yarn.server.federation.policies.amrmproxy
-
An implementation of the
FederationAMRMProxyPolicythat simply rejects all requests. - RejectAMRMProxyPolicy() - Constructor for class org.apache.hadoop.yarn.server.federation.policies.amrmproxy.RejectAMRMProxyPolicy
- RejectRouterPolicy - Class in org.apache.hadoop.yarn.server.federation.policies.router
-
This
FederationRouterPolicysimply rejects all incoming requests. - RejectRouterPolicy() - Constructor for class org.apache.hadoop.yarn.server.federation.policies.router.RejectRouterPolicy
- REMOTE_USER - Static variable in interface org.apache.hadoop.yarn.server.webapp.YarnWebServiceParams
- RemoteLogPathEntry - Class in org.apache.hadoop.yarn.server.webapp.dao
-
A remote log path for a log aggregation file controller.
- RemoteLogPathEntry() - Constructor for class org.apache.hadoop.yarn.server.webapp.dao.RemoteLogPathEntry
- RemoteLogPathEntry(String, String) - Constructor for class org.apache.hadoop.yarn.server.webapp.dao.RemoteLogPathEntry
- RemoteLogPaths - Class in org.apache.hadoop.yarn.server.webapp.dao
-
Container of a list of
RemoteLogPathEntry. - RemoteLogPaths() - Constructor for class org.apache.hadoop.yarn.server.webapp.dao.RemoteLogPaths
- RemoteLogPaths(List<RemoteLogPathEntry>) - Constructor for class org.apache.hadoop.yarn.server.webapp.dao.RemoteLogPaths
- RemoteNode - Class in org.apache.hadoop.yarn.server.api.protocolrecords
-
This class is used to encapsulate the
NodeIdas well as the HTTP address that can be used to communicate with the Node. - RemoteNode() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.RemoteNode
- RemoteNodePBImpl - Class in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb
-
Implementation of
RemoteNode. - RemoteNodePBImpl() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RemoteNodePBImpl
- RemoteNodePBImpl(YarnServerCommonServiceProtos.RemoteNodeProto) - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RemoteNodePBImpl
- remove() - Method in class org.apache.hadoop.yarn.server.utils.LeveldbIterator
-
Removes from the database the last element returned by the iterator.
- removeAppFromRegistry(ApplicationId) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationRegistryClient
-
Remove an application from registry.
- removeAppFromRegistry(ApplicationId, boolean) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationRegistryClient
-
Remove an application from registry.
- removeLocation(String) - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator.EnrichedResourceRequest
- removeStoredMasterKey(DelegationKey) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
The Router Supports Remove MasterKey (RouterMasterKey
RouterMasterKey). - removeStoredMasterKey(RouterMasterKeyRequest) - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationDelegationTokenStateStore
-
The Router Supports Remove MasterKey.
- removeStoredMasterKey(RouterMasterKeyRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- removeStoredMasterKey(RouterMasterKeyRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
-
SQLFederationStateStore Supports Remove MasterKey.
- removeStoredMasterKey(RouterMasterKeyRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
-
ZookeeperFederationStateStore Supports Remove MasterKey.
- removeStoredMasterKeyDuration(long, long) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZKFederationStateStoreOpDurations
- removeStoredToken(RMDelegationTokenIdentifier) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
The Router Supports Remove RMDelegationTokenIdentifier
RMDelegationTokenIdentifier. - removeStoredToken(RouterRMTokenRequest) - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationDelegationTokenStateStore
-
The Router Supports Remove RMDelegationTokenIdentifier.
- removeStoredToken(RouterRMTokenRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- removeStoredToken(RouterRMTokenRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
-
SQLFederationStateStore Supports Remove RMDelegationTokenIdentifier.
- removeStoredToken(RouterRMTokenRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
-
ZookeeperFederationStateStore Supports Remove RMDelegationTokenIdentifier.
- removeStoredTokenDuration(long, long) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZKFederationStateStoreOpDurations
- removeSubCluster(boolean) - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache
-
Remove SubCluster from cache.
- removeSubCluster(boolean) - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCaffeineCache
- removeSubCluster(boolean) - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationGuavaCache
- removeSubCluster(boolean) - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationJCache
- render(HtmlBlock.Block) - Method in class org.apache.hadoop.yarn.server.webapp.AppAttemptBlock
- render(HtmlBlock.Block) - Method in class org.apache.hadoop.yarn.server.webapp.AppBlock
- render(HtmlBlock.Block) - Method in class org.apache.hadoop.yarn.server.webapp.AppsBlock
- render(HtmlBlock.Block) - Method in class org.apache.hadoop.yarn.server.webapp.ContainerBlock
- render(HtmlBlock.Block) - Method in class org.apache.hadoop.yarn.server.webapp.ErrorsAndWarningsBlock.ErrorMetrics
- render(HtmlBlock.Block) - Method in class org.apache.hadoop.yarn.server.webapp.ErrorsAndWarningsBlock.MetricsBase
- render(HtmlBlock.Block) - Method in class org.apache.hadoop.yarn.server.webapp.ErrorsAndWarningsBlock
- render(HtmlBlock.Block) - Method in class org.apache.hadoop.yarn.server.webapp.ErrorsAndWarningsBlock.WarningMetrics
- renderData(HtmlBlock.Block) - Method in class org.apache.hadoop.yarn.server.webapp.AppsBlock
- reportNewCollectorInfo(RpcController, YarnServerCommonServiceProtos.ReportNewCollectorInfoRequestProto) - Method in class org.apache.hadoop.yarn.server.api.impl.pb.service.CollectorNodemanagerProtocolPBServiceImpl
- reportNewCollectorInfo(ReportNewCollectorInfoRequest) - Method in interface org.apache.hadoop.yarn.server.api.CollectorNodemanagerProtocol
-
The
TimelineCollectorManagerprovides a list of mapping between application and collector's address inReportNewCollectorInfoRequestto aNodeManagerto register collector's info, include: applicationId and REST URI to access collector. - reportNewCollectorInfo(ReportNewCollectorInfoRequest) - Method in class org.apache.hadoop.yarn.server.api.impl.pb.client.CollectorNodemanagerProtocolPBClientImpl
- ReportNewCollectorInfoRequest - Class in org.apache.hadoop.yarn.server.api.protocolrecords
- ReportNewCollectorInfoRequest() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.ReportNewCollectorInfoRequest
- ReportNewCollectorInfoRequestPBImpl - Class in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb
- ReportNewCollectorInfoRequestPBImpl() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.ReportNewCollectorInfoRequestPBImpl
- ReportNewCollectorInfoRequestPBImpl(YarnServerCommonServiceProtos.ReportNewCollectorInfoRequestProto) - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.ReportNewCollectorInfoRequestPBImpl
- ReportNewCollectorInfoResponse - Class in org.apache.hadoop.yarn.server.api.protocolrecords
- ReportNewCollectorInfoResponse() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.ReportNewCollectorInfoResponse
- ReportNewCollectorInfoResponsePBImpl - Class in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb
- ReportNewCollectorInfoResponsePBImpl() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.ReportNewCollectorInfoResponsePBImpl
- ReportNewCollectorInfoResponsePBImpl(YarnServerCommonServiceProtos.ReportNewCollectorInfoResponseProto) - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.ReportNewCollectorInfoResponsePBImpl
- reqAppStates - Variable in class org.apache.hadoop.yarn.server.webapp.AppsBlock
- ReservationHomeSubCluster - Class in org.apache.hadoop.yarn.server.federation.store.records
-
ReservationHomeSubCluster is a report of the runtime information of the reservation that is running in the federated cluster.
- ReservationHomeSubCluster() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.ReservationHomeSubCluster
- ReservationHomeSubClusterPBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
ReservationHomeSubCluster. - ReservationHomeSubClusterPBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.ReservationHomeSubClusterPBImpl
- ReservationHomeSubClusterPBImpl(YarnServerFederationProtos.ReservationHomeSubClusterProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.ReservationHomeSubClusterPBImpl
- reset() - Method in class org.apache.hadoop.yarn.server.federation.policies.RouterPolicyFacade
-
This method flushes all cached configurations and policies.
- resetContainerIdCounter(long) - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator.ContainerIdGenerator
-
This method can reset the generator to a specific value.
- resetLastResponseId() - Method in class org.apache.hadoop.yarn.server.AMHeartbeatRequestHandler
-
Reset the lastResponseId to zero.
- resetMetrics() - Static method in class org.apache.hadoop.yarn.server.metrics.OpportunisticSchedulerMetrics
- resetOpDurations() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZKFederationStateStoreOpDurations
- resetOpDurations() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
- ResourceManagerConstants - Interface in org.apache.hadoop.yarn.server.api
- ResourceRequestSet - Class in org.apache.hadoop.yarn.server.scheduler
-
A set of resource requests of the same scheduler key
ResourceRequestSetKey. - ResourceRequestSet(ResourceRequestSet) - Constructor for class org.apache.hadoop.yarn.server.scheduler.ResourceRequestSet
-
Create a shallow copy of the request set.
- ResourceRequestSet(ResourceRequestSetKey) - Constructor for class org.apache.hadoop.yarn.server.scheduler.ResourceRequestSet
-
Create a empty set with given key.
- ResourceRequestSetKey - Class in org.apache.hadoop.yarn.server.scheduler
-
The scheduler key for a group of
ResourceRequest. - ResourceRequestSetKey(long, Priority, Resource, ExecutionType) - Constructor for class org.apache.hadoop.yarn.server.scheduler.ResourceRequestSetKey
-
Create the key object from member objects.
- ResourceRequestSetKey(ResourceRequest) - Constructor for class org.apache.hadoop.yarn.server.scheduler.ResourceRequestSetKey
-
Create the key object from a
ResourceRequest. - resourceRequestsTableInit() - Static method in class org.apache.hadoop.yarn.server.webapp.WebPageUtils
- ResourceTracker - Interface in org.apache.hadoop.yarn.server.api
-
This is used by the Node Manager to register/nodeHeartbeat/unregister with the ResourceManager.
- ResourceTrackerPB - Interface in org.apache.hadoop.yarn.server.api
- ResourceTrackerPBClientImpl - Class in org.apache.hadoop.yarn.server.api.impl.pb.client
- ResourceTrackerPBClientImpl(long, InetSocketAddress, Configuration) - Constructor for class org.apache.hadoop.yarn.server.api.impl.pb.client.ResourceTrackerPBClientImpl
- ResourceTrackerPBServiceImpl - Class in org.apache.hadoop.yarn.server.api.impl.pb.service
- ResourceTrackerPBServiceImpl(ResourceTracker) - Constructor for class org.apache.hadoop.yarn.server.api.impl.pb.service.ResourceTrackerPBServiceImpl
- RESPONSE_CONTENT_FORMAT - Static variable in interface org.apache.hadoop.yarn.server.webapp.YarnWebServiceParams
- RESPONSE_CONTENT_SIZE - Static variable in interface org.apache.hadoop.yarn.server.webapp.YarnWebServiceParams
- ResultSetHandler<T> - Interface in org.apache.hadoop.yarn.server.federation.store.sql
-
Result Set Handler.
- RESYNC - Enum constant in enum class org.apache.hadoop.yarn.server.api.records.NodeAction
- rethrow(SQLException, String, Object...) - Method in class org.apache.hadoop.yarn.server.federation.store.sql.FederationQueryRunner
-
Re-throw SQL exception.
- retrievePassword(ContainerTokenIdentifier) - Method in class org.apache.hadoop.yarn.server.security.BaseContainerTokenSecretManager
- retrievePassword(NMTokenIdentifier) - Method in class org.apache.hadoop.yarn.server.security.BaseNMTokenSecretManager
- retrievePasswordInternal(ContainerTokenIdentifier, MasterKeyData) - Method in class org.apache.hadoop.yarn.server.security.BaseContainerTokenSecretManager
- retrivePasswordInternal(NMTokenIdentifier, MasterKeyData) - Method in class org.apache.hadoop.yarn.server.security.BaseNMTokenSecretManager
- returnToPool(Logger, CallableStatement) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationStateStoreUtils
-
Returns the SQL
FederationStateStoreconnections to the pool. - returnToPool(Logger, CallableStatement, Connection) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationStateStoreUtils
-
Returns the SQL
FederationStateStoreconnections to the pool. - returnToPool(Logger, CallableStatement, Connection, ResultSet) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationStateStoreUtils
-
Returns the SQL
FederationStateStoreconnections to the pool. - rewrapAndThrowException(Exception) - Static method in class org.apache.hadoop.yarn.server.webapp.LogWebServiceUtils
- rewrapAndThrowThrowable(Throwable) - Static method in class org.apache.hadoop.yarn.server.webapp.LogWebServiceUtils
- RM_INVALID_IDENTIFIER - Static variable in interface org.apache.hadoop.yarn.server.api.ResourceManagerConstants
-
This states the invalid identifier of Resource Manager.
- RMAuthenticationFilter - Class in org.apache.hadoop.yarn.server.security.http
- RMAuthenticationFilter() - Constructor for class org.apache.hadoop.yarn.server.security.http.RMAuthenticationFilter
- RMAuthenticationFilterInitializer - Class in org.apache.hadoop.yarn.server.security.http
- RMAuthenticationFilterInitializer() - Constructor for class org.apache.hadoop.yarn.server.security.http.RMAuthenticationFilterInitializer
- RMNMSecurityInfoClass - Class in org.apache.hadoop.yarn.server
- RMNMSecurityInfoClass() - Constructor for class org.apache.hadoop.yarn.server.RMNMSecurityInfoClass
- ROOT_ZNODE_NAME_VERSION - Static variable in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
- routeNodeRequestIfNeeded(SubClusterId, int, Set<SubClusterId>) - Method in class org.apache.hadoop.yarn.server.federation.policies.amrmproxy.LocalityMulticastAMRMProxyPolicy
-
When certain subcluster is too loaded, reroute Node requests going there.
- ROUTER_APP_ROOT_HIERARCHIES - Static variable in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
- routerFederationPolicy - Variable in class org.apache.hadoop.yarn.server.federation.policies.manager.AbstractPolicyManager
- RouterMasterKey - Class in org.apache.hadoop.yarn.server.federation.store.records
- RouterMasterKey() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.RouterMasterKey
- RouterMasterKeyHandler - Class in org.apache.hadoop.yarn.server.federation.store.sql
-
RouterMasterKey Handler.
- RouterMasterKeyHandler() - Constructor for class org.apache.hadoop.yarn.server.federation.store.sql.RouterMasterKeyHandler
- RouterMasterKeyPBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
- RouterMasterKeyPBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterMasterKeyPBImpl
- RouterMasterKeyPBImpl(YarnServerFederationProtos.RouterMasterKeyProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterMasterKeyPBImpl
- RouterMasterKeyRequest - Class in org.apache.hadoop.yarn.server.federation.store.records
- RouterMasterKeyRequest() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.RouterMasterKeyRequest
- RouterMasterKeyRequestPBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
- RouterMasterKeyRequestPBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterMasterKeyRequestPBImpl
- RouterMasterKeyRequestPBImpl(YarnServerFederationProtos.RouterMasterKeyRequestProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterMasterKeyRequestPBImpl
- RouterMasterKeyResponse - Class in org.apache.hadoop.yarn.server.federation.store.records
- RouterMasterKeyResponse() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.RouterMasterKeyResponse
- RouterMasterKeyResponsePBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
- RouterMasterKeyResponsePBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterMasterKeyResponsePBImpl
- RouterMasterKeyResponsePBImpl(YarnServerFederationProtos.RouterMasterKeyResponseProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterMasterKeyResponsePBImpl
- RouterPolicyFacade - Class in org.apache.hadoop.yarn.server.federation.policies
-
This class provides a facade to the policy subsystem, and handles the lifecycle of policies (e.g., refresh from remote, default behaviors etc.).
- RouterPolicyFacade(Configuration, FederationStateStoreFacade, SubClusterResolver, SubClusterId) - Constructor for class org.apache.hadoop.yarn.server.federation.policies.RouterPolicyFacade
- RouterRMDTSecretManagerState - Class in org.apache.hadoop.yarn.server.federation.store.records
- RouterRMDTSecretManagerState() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.RouterRMDTSecretManagerState
- RouterRMTokenRequest - Class in org.apache.hadoop.yarn.server.federation.store.records
- RouterRMTokenRequest() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.RouterRMTokenRequest
- RouterRMTokenRequestPBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
- RouterRMTokenRequestPBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterRMTokenRequestPBImpl
- RouterRMTokenRequestPBImpl(YarnServerFederationProtos.RouterRMTokenRequestProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterRMTokenRequestPBImpl
- RouterRMTokenResponse - Class in org.apache.hadoop.yarn.server.federation.store.records
- RouterRMTokenResponse() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.RouterRMTokenResponse
- RouterRMTokenResponsePBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
- RouterRMTokenResponsePBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterRMTokenResponsePBImpl
- RouterRMTokenResponsePBImpl(YarnServerFederationProtos.RouterRMTokenResponseProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterRMTokenResponsePBImpl
- RouterStoreToken - Class in org.apache.hadoop.yarn.server.federation.store.records
- RouterStoreToken() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.RouterStoreToken
- RouterStoreTokenHandler - Class in org.apache.hadoop.yarn.server.federation.store.sql
-
RouterStoreToken Handler.
- RouterStoreTokenHandler() - Constructor for class org.apache.hadoop.yarn.server.federation.store.sql.RouterStoreTokenHandler
- RouterStoreTokenPBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
RouterStoreToken. - RouterStoreTokenPBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterStoreTokenPBImpl
- RouterStoreTokenPBImpl(YarnServerFederationProtos.RouterStoreTokenProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterStoreTokenPBImpl
- RowCountHandler - Class in org.apache.hadoop.yarn.server.federation.store.sql
-
RowCount Handler.
- RowCountHandler(String) - Constructor for class org.apache.hadoop.yarn.server.federation.store.sql.RowCountHandler
- rpcPort - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppAttemptInfo
- rpcPort - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- run(int) - Method in interface org.apache.hadoop.yarn.server.federation.retry.FederationActionRetry
- runningContainers - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- runWithRetries(int, long) - Method in interface org.apache.hadoop.yarn.server.federation.retry.FederationActionRetry
S
- SC_DECOMMISSIONED - Enum constant in enum class org.apache.hadoop.yarn.server.federation.store.records.SubClusterState
-
Subcluster is out of service.
- SC_DECOMMISSIONING - Enum constant in enum class org.apache.hadoop.yarn.server.federation.store.records.SubClusterState
-
Subcluster is in the process of being out of service.
- SC_LOST - Enum constant in enum class org.apache.hadoop.yarn.server.federation.store.records.SubClusterState
-
RM has not sent a heartbeat for some configured time threshold.
- SC_NEW - Enum constant in enum class org.apache.hadoop.yarn.server.federation.store.records.SubClusterState
-
Newly registered subcluster, before the first heartbeat.
- SC_RUNNING - Enum constant in enum class org.apache.hadoop.yarn.server.federation.store.records.SubClusterState
-
Subcluster is registered and the RM sent a heartbeat recently.
- SC_UNHEALTHY - Enum constant in enum class org.apache.hadoop.yarn.server.federation.store.records.SubClusterState
-
Subcluster is unhealthy.
- SC_UNREGISTERED - Enum constant in enum class org.apache.hadoop.yarn.server.federation.store.records.SubClusterState
-
Subcluster has unregistered.
- SchedulerRequestKey - Class in org.apache.hadoop.yarn.server.scheduler
-
Composite key for outstanding scheduler requests for any schedulable entity.
- SchedulerRequestKey(Priority, long, ContainerId) - Constructor for class org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey
- SCMUploaderCanUploadRequest - Class in org.apache.hadoop.yarn.server.api.protocolrecords
-
The request from the NodeManager to the
SharedCacheManagerthat requests whether it can upload a resource in the shared cache. - SCMUploaderCanUploadRequest() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.SCMUploaderCanUploadRequest
- SCMUploaderCanUploadRequestPBImpl - Class in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb
- SCMUploaderCanUploadRequestPBImpl() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.SCMUploaderCanUploadRequestPBImpl
- SCMUploaderCanUploadRequestPBImpl(YarnServerCommonServiceProtos.SCMUploaderCanUploadRequestProto) - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.SCMUploaderCanUploadRequestPBImpl
- SCMUploaderCanUploadResponse - Class in org.apache.hadoop.yarn.server.api.protocolrecords
-
The response from the SharedCacheManager to the NodeManager that indicates whether the NodeManager can upload the resource to the shared cache.
- SCMUploaderCanUploadResponse() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.SCMUploaderCanUploadResponse
- SCMUploaderCanUploadResponsePBImpl - Class in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb
- SCMUploaderCanUploadResponsePBImpl() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.SCMUploaderCanUploadResponsePBImpl
- SCMUploaderCanUploadResponsePBImpl(YarnServerCommonServiceProtos.SCMUploaderCanUploadResponseProto) - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.SCMUploaderCanUploadResponsePBImpl
- SCMUploaderNotifyRequest - Class in org.apache.hadoop.yarn.server.api.protocolrecords
-
The request from the NodeManager to the
SharedCacheManagerthat notifies that a resource has been uploaded to the shared cache. - SCMUploaderNotifyRequest() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.SCMUploaderNotifyRequest
- SCMUploaderNotifyRequestPBImpl - Class in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb
- SCMUploaderNotifyRequestPBImpl() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.SCMUploaderNotifyRequestPBImpl
- SCMUploaderNotifyRequestPBImpl(YarnServerCommonServiceProtos.SCMUploaderNotifyRequestProto) - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.SCMUploaderNotifyRequestPBImpl
- SCMUploaderNotifyResponse - Class in org.apache.hadoop.yarn.server.api.protocolrecords
-
The response from the SharedCacheManager to the NodeManager that indicates whether the NodeManager needs to delete the cached resource it was sending the notification for.
- SCMUploaderNotifyResponse() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.SCMUploaderNotifyResponse
- SCMUploaderNotifyResponsePBImpl - Class in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb
- SCMUploaderNotifyResponsePBImpl() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.SCMUploaderNotifyResponsePBImpl
- SCMUploaderNotifyResponsePBImpl(YarnServerCommonServiceProtos.SCMUploaderNotifyResponseProto) - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.SCMUploaderNotifyResponsePBImpl
- SCMUploaderProtocol - Interface in org.apache.hadoop.yarn.server.api
-
The protocol between a
NodeManager'sSharedCacheUploadServiceand theSharedCacheManager. - SCMUploaderProtocolPB - Interface in org.apache.hadoop.yarn.server.api
- SCMUploaderProtocolPBClientImpl - Class in org.apache.hadoop.yarn.server.api.impl.pb.client
- SCMUploaderProtocolPBClientImpl(long, InetSocketAddress, Configuration) - Constructor for class org.apache.hadoop.yarn.server.api.impl.pb.client.SCMUploaderProtocolPBClientImpl
- SCMUploaderProtocolPBServiceImpl - Class in org.apache.hadoop.yarn.server.api.impl.pb.service
- SCMUploaderProtocolPBServiceImpl(SCMUploaderProtocol) - Constructor for class org.apache.hadoop.yarn.server.api.impl.pb.service.SCMUploaderProtocolPBServiceImpl
- seek(byte[]) - Method in class org.apache.hadoop.yarn.server.utils.LeveldbIterator
-
Repositions the iterator so the key of the next BlockElement returned greater than or equal to the specified targetKey.
- seekToFirst() - Method in class org.apache.hadoop.yarn.server.utils.LeveldbIterator
-
Repositions the iterator so is is at the beginning of the Database.
- seekToLast() - Method in class org.apache.hadoop.yarn.server.utils.LeveldbIterator
-
Repositions the iterator so it is at the end of of the Database.
- selectOrUpdateSequenceTable(Connection, String, boolean) - Method in class org.apache.hadoop.yarn.server.federation.store.sql.FederationQueryRunner
-
We query or update the SequenceTable.
- sendStreamOutputResponse(LogAggregationFileControllerFactory, ApplicationId, String, String, String, String, String, long, boolean) - Static method in class org.apache.hadoop.yarn.server.webapp.LogWebServiceUtils
- serializeConf() - Method in class org.apache.hadoop.yarn.server.federation.policies.manager.AbstractPolicyManager
- serializeConf() - Method in interface org.apache.hadoop.yarn.server.federation.policies.manager.FederationPolicyManager
-
This method is invoked to derive a
SubClusterPolicyConfiguration. - serializeConf() - Method in class org.apache.hadoop.yarn.server.federation.policies.manager.HomePolicyManager
- serializeConf() - Method in class org.apache.hadoop.yarn.server.federation.policies.manager.PriorityBroadcastPolicyManager
- serializeConf() - Method in class org.apache.hadoop.yarn.server.federation.policies.manager.WeightedHomePolicyManager
- serializeConf() - Method in class org.apache.hadoop.yarn.server.federation.policies.manager.WeightedLocalityPolicyManager
- serialNo - Variable in class org.apache.hadoop.yarn.server.security.BaseContainerTokenSecretManager
- serialNo - Variable in class org.apache.hadoop.yarn.server.security.BaseNMTokenSecretManager
- ServerRMProxy<T> - Class in org.apache.hadoop.yarn.server.api
- serviceInit(Configuration) - Method in class org.apache.hadoop.yarn.server.timeline.security.TimelineDelgationTokenSecretManagerService
- serviceStart() - Method in class org.apache.hadoop.yarn.server.timeline.security.TimelineDelgationTokenSecretManagerService
- serviceStart() - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedAMPoolManager
- serviceStop() - Method in class org.apache.hadoop.yarn.server.timeline.security.TimelineDelgationTokenSecretManagerService
- serviceStop() - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedAMPoolManager
-
Normally we should finish all applications before stop.
- setAccepted(boolean) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.SCMUploaderNotifyResponsePBImpl
- setAccepted(boolean) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.SCMUploaderNotifyResponse
-
Set whether or not the shared cache manager has accepted the notified resource (i.e. the uploaded file should remain in the cache).
- setAllocatedContainers(List<Container>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.DistributedSchedulingAllocateRequest
-
Set the list of newly allocated
Containerby the Distributed Scheduling component on the NodeManager. - setAllocatedContainers(List<Container>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DistributedSchedulingAllocateRequestPBImpl
- setAllocatedResource(Resource) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NMContainerStatusPBImpl
- setAllocatedResource(Resource) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus
- setAllocateRequest(AllocateRequest) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.DistributedSchedulingAllocateRequest
-
Set the underlying
AllocateRequestobject. - setAllocateRequest(AllocateRequest) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DistributedSchedulingAllocateRequestPBImpl
- setAllocateResponse(AllocateResponse) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.DistributedSchedulingAllocateResponse
- setAllocateResponse(AllocateResponse) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DistributedSchedulingAllocateResponsePBImpl
- setAllocationRequestId(long) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NMContainerStatusPBImpl
- setAllocationRequestId(long) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus
-
Set the ID corresponding to the original allocation request.
- setAllocationTags(Set<String>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NMContainerStatusPBImpl
- setAllocationTags(Set<String>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus
- setAMRegistrationRequest(RegisterApplicationMasterRequest) - Method in class org.apache.hadoop.yarn.server.AMRMClientRelayer
- setAMRMPolicyWeights(Map<SubClusterIdInfo, Float>) - Method in class org.apache.hadoop.yarn.server.federation.policies.dao.WeightedPolicyInfo
-
Setter method for ARMRMProxy weights.
- setAMRMServiceAddress(String) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterInfoPBImpl
- setAMRMServiceAddress(String) - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo
-
Set the URL of the AM-RM service endpoint of the subcluster
ResourceManager. - setAppCollectors(Map<ApplicationId, AppCollectorData>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- setAppCollectors(Map<ApplicationId, AppCollectorData>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- setAppCollectorsList(List<AppCollectorData>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.ReportNewCollectorInfoRequestPBImpl
- setAppCollectorsList(List<AppCollectorData>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.ReportNewCollectorInfoRequest
- setApplicationAttemptId(ApplicationAttemptId) - Method in class org.apache.hadoop.yarn.server.webapp.WrappedLogMetaRequest.Builder
- setApplicationContext(String, ApplicationId, long) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- setApplicationHomeSubCluster(ApplicationHomeSubCluster) - Method in class org.apache.hadoop.yarn.server.federation.store.records.AddApplicationHomeSubClusterRequest
-
Set the
ApplicationHomeSubClusterrepresenting the mapping of the application to it's home sub-cluster. - setApplicationHomeSubCluster(ApplicationHomeSubCluster) - Method in class org.apache.hadoop.yarn.server.federation.store.records.GetApplicationHomeSubClusterResponse
-
Set the
ApplicationHomeSubClusterrepresenting the mapping of the application to it's home sub-cluster. - setApplicationHomeSubCluster(ApplicationHomeSubCluster) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddApplicationHomeSubClusterRequestPBImpl
- setApplicationHomeSubCluster(ApplicationHomeSubCluster) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationHomeSubClusterResponsePBImpl
- setApplicationHomeSubCluster(ApplicationHomeSubCluster) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.UpdateApplicationHomeSubClusterRequestPBImpl
- setApplicationHomeSubCluster(ApplicationHomeSubCluster) - Method in class org.apache.hadoop.yarn.server.federation.store.records.UpdateApplicationHomeSubClusterRequest
-
Set the
ApplicationHomeSubClusterrepresenting the mapping of the application to it's home sub-cluster. - setApplicationId(ApplicationId) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.GetTimelineCollectorContextRequest
- setApplicationId(ApplicationId) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.GetTimelineCollectorContextRequestPBImpl
- setApplicationId(ApplicationId) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.LogAggregationReportPBImpl
- setApplicationId(ApplicationId) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.LogAggregationReport
- setApplicationId(ApplicationId) - Method in class org.apache.hadoop.yarn.server.api.records.AppCollectorData
- setApplicationId(ApplicationId) - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.AppCollectorDataPBImpl
- setApplicationId(ApplicationId) - Method in class org.apache.hadoop.yarn.server.federation.store.records.ApplicationHomeSubCluster
-
Set the
ApplicationIdrepresenting the unique identifier of the application. - setApplicationId(ApplicationId) - Method in class org.apache.hadoop.yarn.server.federation.store.records.DeleteApplicationHomeSubClusterRequest
-
Set the identifier of the
ApplicationIdto be removed fromFederation state store. - setApplicationId(ApplicationId) - Method in class org.apache.hadoop.yarn.server.federation.store.records.GetApplicationHomeSubClusterRequest
-
Set the
ApplicationIdrepresenting the unique identifier of the application. - setApplicationId(ApplicationId) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.ApplicationHomeSubClusterPBImpl
- setApplicationId(ApplicationId) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteApplicationHomeSubClusterRequestPBImpl
- setApplicationId(ApplicationId) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationHomeSubClusterRequestPBImpl
- setApplicationId(ApplicationId) - Method in class org.apache.hadoop.yarn.server.webapp.WrappedLogMetaRequest.Builder
- setApplicationSubmissionContext(ApplicationSubmissionContext) - Method in class org.apache.hadoop.yarn.server.federation.store.records.ApplicationHomeSubCluster
-
Set Application Submission Context.
- setApplicationSubmissionContext(ApplicationSubmissionContext) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.ApplicationHomeSubClusterPBImpl
- setAppsHomeSubClusters(List<ApplicationHomeSubCluster>) - Method in class org.apache.hadoop.yarn.server.federation.store.records.GetApplicationsHomeSubClusterResponse
-
Set the
ApplicationHomeSubClusterlist representing the mapping of all submitted applications to it's home sub-cluster. - setAppsHomeSubClusters(List<ApplicationHomeSubCluster>) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationsHomeSubClusterResponsePBImpl
- setAppsHomeSubClusters(List<ReservationHomeSubCluster>) - Method in class org.apache.hadoop.yarn.server.federation.store.records.GetReservationsHomeSubClusterResponse
-
Set the
ReservationHomeSubClusterlist representing the mapping of all submitted reservations to it's home sub-cluster. - setAppsHomeSubClusters(List<ReservationHomeSubCluster>) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetReservationsHomeSubClusterResponsePBImpl
- setAreNodeAttributesAcceptedByRM(boolean) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- setAreNodeAttributesAcceptedByRM(boolean) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerResponsePBImpl
- setAreNodeAttributesAcceptedByRM(boolean) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- setAreNodeAttributesAcceptedByRM(boolean) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerResponse
- setAreNodeLabelsAcceptedByRM(boolean) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- setAreNodeLabelsAcceptedByRM(boolean) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerResponsePBImpl
- setAreNodeLabelsAcceptedByRM(boolean) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- setAreNodeLabelsAcceptedByRM(boolean) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerResponse
- setAuthFilterConfig(Configuration) - Method in class org.apache.hadoop.yarn.server.timeline.security.TimelineAuthenticationFilterInitializer
- setBytes(ByteBuffer) - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.MasterKeyPBImpl
- setBytes(ByteBuffer) - Method in interface org.apache.hadoop.yarn.server.api.records.MasterKey
- setCapability(String) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterHeartbeatRequestPBImpl
- setCapability(String) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterInfoPBImpl
- setCapability(String) - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterHeartbeatRequest
-
Set the current capacity and utilization of the subCluster.
- setCapability(String) - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo
-
Set the current capacity and utilization of the subCluster.
- setClientPending(String, AMRMClientRelayerMetrics.RequestType, int) - Method in class org.apache.hadoop.yarn.server.metrics.AMRMClientRelayerMetrics
- setClientRMServiceAddress(String) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterInfoPBImpl
- setClientRMServiceAddress(String) - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo
-
Set the URL of the client-RM service endpoint of the subcluster
ResourceManager. - setCollectorAddr(String) - Method in class org.apache.hadoop.yarn.server.api.records.AppCollectorData
- setCollectorAddr(String) - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.AppCollectorDataPBImpl
- setCollectorToken(Token) - Method in class org.apache.hadoop.yarn.server.api.records.AppCollectorData
- setCollectorToken(Token) - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.AppCollectorDataPBImpl
- setConf(Configuration) - Method in class org.apache.hadoop.yarn.server.federation.resolver.DefaultSubClusterResolverImpl
- setContainerExitStatus(int) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NMContainerStatusPBImpl
- setContainerExitStatus(int) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus
- setContainerId(String) - Method in class org.apache.hadoop.yarn.server.webapp.dao.ContainerLogsInfo
- setContainerId(String) - Method in class org.apache.hadoop.yarn.server.webapp.WrappedLogMetaRequest.Builder
- setContainerId(ContainerId) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NMContainerStatusPBImpl
- setContainerId(ContainerId) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus
- setContainerIdGenerator(OpportunisticContainerAllocator.ContainerIdGenerator) - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerContext
- setContainerIdStart(long) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl
- setContainerIdStart(long) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterDistributedSchedulingAMResponse
- setContainerLogsInfo(List<ContainerLogFileInfo>) - Method in class org.apache.hadoop.yarn.server.webapp.dao.ContainerLogsInfo
- setContainerLogsInfo(List<ContainerLogsInfo>) - Method in class org.apache.hadoop.yarn.server.webapp.dao.ContainerLogsInfoes
- setContainerQueuingLimit(ContainerQueuingLimit) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- setContainerQueuingLimit(ContainerQueuingLimit) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- setContainersStatuses(List<ContainerStatus>) - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeStatusPBImpl
- setContainersStatuses(List<ContainerStatus>) - Method in class org.apache.hadoop.yarn.server.api.records.NodeStatus
- setContainerState(ContainerState) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NMContainerStatusPBImpl
- setContainerState(ContainerState) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus
- setContainerStatuses(List<NMContainerStatus>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerRequestPBImpl
- setContainerStatuses(List<NMContainerStatus>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerRequest
- setContainersUtilization(ResourceUtilization) - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeStatusPBImpl
- setContainersUtilization(ResourceUtilization) - Method in class org.apache.hadoop.yarn.server.api.records.NodeStatus
- setContainerTokenExpiryInterval(int) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl
- setContainerTokenExpiryInterval(int) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterDistributedSchedulingAMResponse
- setContainerTokenExpiryInterval(int) - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator.AllocationParams
-
Set Container Token Expiry time in ms.
- setContainerTokenMasterKey(MasterKey) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- setContainerTokenMasterKey(MasterKey) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerResponsePBImpl
- setContainerTokenMasterKey(MasterKey) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- setContainerTokenMasterKey(MasterKey) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerResponse
- setContainsAppSubmissionContext(boolean) - Method in class org.apache.hadoop.yarn.server.federation.store.records.GetApplicationHomeSubClusterRequest
-
Set the flag that indicates whether appSubmissionContext should be returned.
- setContainsAppSubmissionContext(boolean) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationHomeSubClusterRequestPBImpl
- setCreateTime(long) - Method in class org.apache.hadoop.yarn.server.federation.store.records.ApplicationHomeSubCluster
-
Set the create time of the subcluster.
- setCreateTime(long) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.ApplicationHomeSubClusterPBImpl
- setCreationTime(long) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NMContainerStatusPBImpl
- setCreationTime(long) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus
- setDelegationTokenSecretManager(AbstractDelegationTokenSecretManager<?>) - Static method in class org.apache.hadoop.yarn.server.security.http.RMAuthenticationFilter
- setDelegationTokenSeqNum(int) - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationDelegationTokenStateStore
-
The Router Supports setDelegationTokenSeqNum.
- setDelegationTokenSeqNum(int) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- setDelegationTokenSeqNum(int) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- setDelegationTokenSeqNum(int) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
-
Set DelegationToken SeqNum.
- setDelegationTokenSeqNum(int) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Set SeqNum from stateStore.
- setDiagnosticMessage(String) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.LogAggregationReportPBImpl
- setDiagnosticMessage(String) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.LogAggregationReport
- setDiagnostics(String) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NMContainerStatusPBImpl
- setDiagnostics(String) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus
- setDiagnosticsMessage(String) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- setDiagnosticsMessage(String) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerResponsePBImpl
- setDiagnosticsMessage(String) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- setDiagnosticsMessage(String) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerResponse
- setDtSequenceNumber(int) - Method in class org.apache.hadoop.yarn.server.federation.store.records.RouterRMDTSecretManagerState
- setEstimatedQueueWaitTime(int) - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.OpportunisticContainersStatusPBImpl
- setEstimatedQueueWaitTime(int) - Method in class org.apache.hadoop.yarn.server.api.records.OpportunisticContainersStatus
-
Sets the estimated time that a container will have to wait if added to the queue of the node.
- setExecutionType(ExecutionType) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NMContainerStatusPBImpl
- setExecutionType(ExecutionType) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus
- setExpiredHeartbeat(SubClusterId, long) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- setExpiryDate(Long) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterMasterKeyPBImpl
- setExpiryDate(Long) - Method in class org.apache.hadoop.yarn.server.federation.store.records.RouterMasterKey
-
Set the expiryDate of the DelegationKey.
- setFederationStateStoreFacade(FederationStateStoreFacade) - Method in class org.apache.hadoop.yarn.server.federation.policies.FederationPolicyInitializationContext
-
Setter for the
FederationStateStoreFacade. - setFederationSubclusterResolver(SubClusterResolver) - Method in class org.apache.hadoop.yarn.server.federation.policies.FederationPolicyInitializationContext
-
Setter for the
SubClusterResolver. - setFileController(String) - Method in class org.apache.hadoop.yarn.server.webapp.dao.RemoteLogPathEntry
- setFilename(String) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.SCMUploaderNotifyRequestPBImpl
- setFilename(String) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.SCMUploaderNotifyRequest
-
Set the filename of the resource that was just uploaded to the shared cache.
- setFilterInactiveSubClusters(boolean) - Method in class org.apache.hadoop.yarn.server.federation.store.records.GetSubClustersInfoRequest
-
Set the flag that indicates whether only active sub-clusters should be returned.
- setFilterInactiveSubClusters(boolean) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClustersInfoRequestPBImpl
- setFlowName(String) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.GetTimelineCollectorContextResponse
- setFlowName(String) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.GetTimelineCollectorContextResponsePBImpl
- setFlowRunId(long) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.GetTimelineCollectorContextResponse
- setFlowRunId(long) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.GetTimelineCollectorContextResponsePBImpl
- setFlowVersion(String) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.GetTimelineCollectorContextResponse
- setFlowVersion(String) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.GetTimelineCollectorContextResponsePBImpl
- setHeadroomAlpha(float) - Method in class org.apache.hadoop.yarn.server.federation.policies.dao.WeightedPolicyInfo
-
Set the parameter headroomAlpha, used by policies that balance weight-based and load-based considerations in their decisions.
- setHealthReport(String) - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeHealthStatusPBImpl
- setHealthReport(String) - Method in class org.apache.hadoop.yarn.server.api.records.NodeHealthStatus
- setHomeSubcluster(SubClusterId) - Method in class org.apache.hadoop.yarn.server.federation.policies.FederationPolicyInitializationContext
-
Sets in the context the home sub-cluster.
- setHomeSubCluster(SubClusterId) - Method in class org.apache.hadoop.yarn.server.federation.store.records.AddApplicationHomeSubClusterResponse
-
Set the home sub-cluster that this application has been assigned to.
- setHomeSubCluster(SubClusterId) - Method in class org.apache.hadoop.yarn.server.federation.store.records.AddReservationHomeSubClusterResponse
-
Set the home sub-cluster that this Reservation has been assigned to.
- setHomeSubCluster(SubClusterId) - Method in class org.apache.hadoop.yarn.server.federation.store.records.ApplicationHomeSubCluster
-
Set the
SubClusterIdrepresenting the unique identifier of the home subcluster in which the ApplicationMaster of the application is running. - setHomeSubCluster(SubClusterId) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddApplicationHomeSubClusterResponsePBImpl
- setHomeSubCluster(SubClusterId) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddReservationHomeSubClusterResponsePBImpl
- setHomeSubCluster(SubClusterId) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.ApplicationHomeSubClusterPBImpl
- setHomeSubCluster(SubClusterId) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.ReservationHomeSubClusterPBImpl
- setHomeSubCluster(SubClusterId) - Method in class org.apache.hadoop.yarn.server.federation.store.records.ReservationHomeSubCluster
-
Set the
SubClusterIdrepresenting the unique identifier of the home subcluster in which the ReservationMaster of the reservation is running. - setHttpAddress(String) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RemoteNodePBImpl
- setHttpAddress(String) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RemoteNode
-
Set HTTP address.
- setHttpPort(int) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerRequestPBImpl
- setHttpPort(int) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerRequest
- setId(String) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterIdPBImpl
- setId(String) - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterId
-
Set the string identifier of the subcluster which is unique across the federated cluster.
- setIdentifier(YARNDelegationTokenIdentifier) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterStoreTokenPBImpl
- setIdentifier(YARNDelegationTokenIdentifier) - Method in class org.apache.hadoop.yarn.server.federation.store.records.RouterStoreToken
- setIncrContainerResource(Resource) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl
- setIncrContainerResource(Resource) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterDistributedSchedulingAMResponse
- setIncreasedContainers(List<Container>) - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeStatusPBImpl
- setIncreasedContainers(List<Container>) - Method in class org.apache.hadoop.yarn.server.api.records.NodeStatus
- setIncrementResource(Resource) - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator.AllocationParams
-
Set Incremental resource.
- setIsNodeHealthy(boolean) - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeHealthStatusPBImpl
- setIsNodeHealthy(boolean) - Method in class org.apache.hadoop.yarn.server.api.records.NodeHealthStatus
- setItem(SubClusterId) - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache.ApplicationHomeSubClusterCacheResponse
- setItem(SubClusterInfo) - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache.SubClusterInfoCacheResponse
- setItem(SubClusterPolicyConfiguration) - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache.SubClusterPolicyConfigurationCacheResponse
- setItem(R) - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache.CacheResponse
- setKeepAliveApplications(List<ApplicationId>) - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeStatusPBImpl
- setKeepAliveApplications(List<ApplicationId>) - Method in class org.apache.hadoop.yarn.server.api.records.NodeStatus
- setKeyBytes(ByteBuffer) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterMasterKeyPBImpl
- setKeyBytes(ByteBuffer) - Method in class org.apache.hadoop.yarn.server.federation.store.records.RouterMasterKey
-
Set the keyBytes of the DelegationKey.
- setKeyId(int) - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.MasterKeyPBImpl
- setKeyId(int) - Method in interface org.apache.hadoop.yarn.server.api.records.MasterKey
- setKeyId(Integer) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterMasterKeyPBImpl
- setKeyId(Integer) - Method in class org.apache.hadoop.yarn.server.federation.store.records.RouterMasterKey
-
Set the keyId of the MasterKey.
- setLastHealthReportTime(long) - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeHealthStatusPBImpl
- setLastHealthReportTime(long) - Method in class org.apache.hadoop.yarn.server.api.records.NodeHealthStatus
- setLastHeartBeat(long) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterHeartbeatRequestPBImpl
- setLastHeartBeat(long) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterInfoPBImpl
- setLastHeartBeat(long) - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterHeartbeatRequest
-
Set the last heartbeat time of the subcluster.
- setLastHeartBeat(long) - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo
-
Set the last heartbeat time of the subcluster.
- setLastKnownContainerTokenMasterKey(MasterKey) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatRequestPBImpl
- setLastKnownContainerTokenMasterKey(MasterKey) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatRequest
- setLastKnownNMTokenMasterKey(MasterKey) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatRequestPBImpl
- setLastKnownNMTokenMasterKey(MasterKey) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatRequest
- setLastStartTime(long) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterInfoPBImpl
- setLastStartTime(long) - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo
-
Set the timestamp representing the last start time of the subcluster.
- setList(List<SubClusterId>) - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache.ApplicationHomeSubClusterCacheResponse
- setList(List<SubClusterInfo>) - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache.SubClusterInfoCacheResponse
- setList(List<SubClusterPolicyConfiguration>) - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache.SubClusterPolicyConfigurationCacheResponse
- setList(List<R>) - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache.CacheResponse
- setLogAggregationReportsForApps(List<LogAggregationReport>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatRequestPBImpl
- setLogAggregationReportsForApps(List<LogAggregationReport>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerRequestPBImpl
- setLogAggregationReportsForApps(List<LogAggregationReport>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatRequest
- setLogAggregationReportsForApps(List<LogAggregationReport>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerRequest
- setLogAggregationStatus(LogAggregationStatus) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.LogAggregationReportPBImpl
- setLogAggregationStatus(LogAggregationStatus) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.LogAggregationReport
- setLogType(String) - Method in class org.apache.hadoop.yarn.server.webapp.dao.ContainerLogsInfo
- setMajorVersion(int) - Method in class org.apache.hadoop.yarn.server.records.impl.pb.VersionPBImpl
- setMajorVersion(int) - Method in class org.apache.hadoop.yarn.server.records.Version
- setMaxAllocationsPerAMHeartbeat(int) - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator
- setMaxAllocationsPerSchedulerKeyPerRound(int) - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator.AllocationParams
-
Set the Max Allocations per Scheduler Key per allocation round.
- setMaxContainerResource(Resource) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl
- setMaxContainerResource(Resource) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterDistributedSchedulingAMResponse
- setMaxQueueLength(int) - Method in class org.apache.hadoop.yarn.server.api.records.ContainerQueuingLimit
- setMaxQueueLength(int) - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.ContainerQueuingLimitPBImpl
- setMaxQueueWaitTimeInMs(int) - Method in class org.apache.hadoop.yarn.server.api.records.ContainerQueuingLimit
- setMaxQueueWaitTimeInMs(int) - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.ContainerQueuingLimitPBImpl
- setMaxResource(Resource) - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator.AllocationParams
-
Set Max Resource.
- setMembership(Map<SubClusterId, SubClusterInfo>) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- setMethodName(String) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationMethodWrapper
- setMinContainerResource(Resource) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl
- setMinContainerResource(Resource) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterDistributedSchedulingAMResponse
- setMinorVersion(int) - Method in class org.apache.hadoop.yarn.server.records.impl.pb.VersionPBImpl
- setMinorVersion(int) - Method in class org.apache.hadoop.yarn.server.records.Version
- setMinResource(Resource) - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator.AllocationParams
-
Set Min Resource.
- setNextHeartBeatInterval(long) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- setNextHeartBeatInterval(long) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- setNMTokenMasterKey(MasterKey) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- setNMTokenMasterKey(MasterKey) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerResponsePBImpl
- setNMTokenMasterKey(MasterKey) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- setNMTokenMasterKey(MasterKey) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerResponse
- setNMVersion(String) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerRequestPBImpl
- setNMVersion(String) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerRequest
- setNodeAction(NodeAction) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- setNodeAction(NodeAction) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerResponsePBImpl
- setNodeAction(NodeAction) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- setNodeAction(NodeAction) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerResponse
- setNodeAttributes(Set<NodeAttribute>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatRequestPBImpl
- setNodeAttributes(Set<NodeAttribute>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerRequestPBImpl
- setNodeAttributes(Set<NodeAttribute>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatRequest
- setNodeAttributes(Set<NodeAttribute>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerRequest
- setNodeHealthStatus(NodeHealthStatus) - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeStatusPBImpl
- setNodeHealthStatus(NodeHealthStatus) - Method in class org.apache.hadoop.yarn.server.api.records.NodeStatus
- setNodeId(String) - Method in class org.apache.hadoop.yarn.server.webapp.dao.ContainerLogsInfo
- setNodeId(NodeId) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerRequestPBImpl
- setNodeId(NodeId) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RemoteNodePBImpl
- setNodeId(NodeId) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.UnRegisterNodeManagerRequestPBImpl
- setNodeId(NodeId) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerRequest
- setNodeId(NodeId) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RemoteNode
-
Set
NodeId. - setNodeId(NodeId) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.UnRegisterNodeManagerRequest
- setNodeId(NodeId) - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeStatusPBImpl
- setNodeId(NodeId) - Method in class org.apache.hadoop.yarn.server.api.records.NodeStatus
- setNodeLabelExpression(String) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NMContainerStatusPBImpl
- setNodeLabelExpression(String) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus
- setNodeLabels(Set<NodeLabel>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatRequestPBImpl
- setNodeLabels(Set<NodeLabel>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerRequestPBImpl
- setNodeLabels(Set<NodeLabel>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatRequest
- setNodeLabels(Set<NodeLabel>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerRequest
- setNodePartition(String) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RemoteNodePBImpl
- setNodePartition(String) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RemoteNode
-
Set Node Partition.
- setNodesForScheduling(List<RemoteNode>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.DistributedSchedulingAllocateResponse
- setNodesForScheduling(List<RemoteNode>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DistributedSchedulingAllocateResponsePBImpl
- setNodesForScheduling(List<RemoteNode>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl
- setNodesForScheduling(List<RemoteNode>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterDistributedSchedulingAMResponse
- setNodeStatus(NodeStatus) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatRequestPBImpl
- setNodeStatus(NodeStatus) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerRequestPBImpl
- setNodeStatus(NodeStatus) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatRequest
- setNodeStatus(NodeStatus) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerRequest
-
Set the status of the node.
- setNodeUtilization(ResourceUtilization) - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeStatusPBImpl
- setNodeUtilization(ResourceUtilization) - Method in class org.apache.hadoop.yarn.server.api.records.NodeStatus
- setNumContainers(int) - Method in class org.apache.hadoop.yarn.server.scheduler.ResourceRequestSet
-
Force set the # of containers to ask for this requestSet to a given value.
- setOpportCoresUsed(int) - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.OpportunisticContainersStatusPBImpl
- setOpportCoresUsed(int) - Method in class org.apache.hadoop.yarn.server.api.records.OpportunisticContainersStatus
-
Sets the CPU cores used on the node for running opportunistic containers.
- setOpportMemoryUsed(long) - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.OpportunisticContainersStatusPBImpl
- setOpportMemoryUsed(long) - Method in class org.apache.hadoop.yarn.server.api.records.OpportunisticContainersStatus
-
Sets the memory used on the node for running opportunistic containers.
- setOpportQueueCapacity(int) - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.OpportunisticContainersStatusPBImpl
- setOpportQueueCapacity(int) - Method in class org.apache.hadoop.yarn.server.api.records.OpportunisticContainersStatus
-
Sets the capacity of the opportunistic containers queue on the node.
- setOpportunisticContainersStatus(OpportunisticContainersStatus) - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeStatusPBImpl
- setOpportunisticContainersStatus(OpportunisticContainersStatus) - Method in class org.apache.hadoop.yarn.server.api.records.NodeStatus
- setParamName(String) - Method in class org.apache.hadoop.yarn.server.federation.store.sql.FederationSQLOutParameter
- setParams(ByteBuffer) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterPolicyConfigurationPBImpl
- setParams(ByteBuffer) - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterPolicyConfiguration
-
Set the policy parameters.
- setPassword(HikariDataSource, String) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationStateStoreUtils
-
Sets a specific password for
HikariDataSourceSQL connections. - setPath(String) - Method in class org.apache.hadoop.yarn.server.webapp.dao.RemoteLogPathEntry
- setPaths(List<RemoteLogPathEntry>) - Method in class org.apache.hadoop.yarn.server.webapp.dao.RemoteLogPaths
- setPhysicalResource(Resource) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerRequestPBImpl
- setPhysicalResource(Resource) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerRequest
-
Set the physical resources in the node to properly estimate resource utilization.
- setPoliciesConfigs(List<SubClusterPolicyConfiguration>) - Method in class org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterPoliciesConfigurationsResponse
-
Sets all the policies configured in the system.
- setPoliciesConfigs(List<SubClusterPolicyConfiguration>) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterPoliciesConfigurationsResponsePBImpl
- setPolicyConfiguration(SetSubClusterPolicyConfigurationRequest) - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationPolicyStore
-
Set the policy configuration for a given queue.
- setPolicyConfiguration(SetSubClusterPolicyConfigurationRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- setPolicyConfiguration(SetSubClusterPolicyConfigurationRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- setPolicyConfiguration(SetSubClusterPolicyConfigurationRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
- setPolicyConfiguration(SubClusterPolicyConfiguration) - Method in class org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterPolicyConfigurationResponse
-
Sets the policyConfiguration configuration.
- setPolicyConfiguration(SubClusterPolicyConfiguration) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterPolicyConfigurationResponsePBImpl
- setPolicyConfiguration(SubClusterPolicyConfiguration) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SetSubClusterPolicyConfigurationRequestPBImpl
- setPolicyConfiguration(SubClusterPolicyConfiguration) - Method in class org.apache.hadoop.yarn.server.federation.store.records.SetSubClusterPolicyConfigurationRequest
-
Set the policyConfiguration configuration for the queue.
- setPolicyConfiguration(SubClusterPolicyConfiguration) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Set a policy configuration into the state store.
- setPolicyContext(FederationPolicyInitializationContext) - Method in class org.apache.hadoop.yarn.server.federation.policies.AbstractConfigurableFederationPolicy
-
Setter method for the
FederationPolicyInitializationContext. - setPolicyInfo(WeightedPolicyInfo) - Method in class org.apache.hadoop.yarn.server.federation.policies.AbstractConfigurableFederationPolicy
-
Setter method for the configuration weights.
- setPriority(Priority) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NMContainerStatusPBImpl
- setPriority(Priority) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus
- setProperty(HikariDataSource, String, String) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationStateStoreUtils
-
Sets a specific value for a specific property of
HikariDataSourceSQL connections. - setQueue(String) - Method in class org.apache.hadoop.yarn.server.federation.policies.manager.AbstractPolicyManager
- setQueue(String) - Method in interface org.apache.hadoop.yarn.server.federation.policies.manager.FederationPolicyManager
-
This methods provides a setter for the queue this policy is specified for.
- setQueue(String) - Method in class org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterPolicyConfigurationRequest
-
Sets the name of the queue for which we are requesting a policy configuration.
- setQueue(String) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterPolicyConfigurationRequestPBImpl
- setQueue(String) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterPolicyConfigurationPBImpl
- setQueue(String) - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterPolicyConfiguration
-
Sets the name of the queue for which we are configuring a policy.
- setQueuedOpportContainers(int) - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.OpportunisticContainersStatusPBImpl
- setQueuedOpportContainers(int) - Method in class org.apache.hadoop.yarn.server.api.records.OpportunisticContainersStatus
-
Sets the number of queued opportunistic containers on the node.
- setQueues(List<String>) - Method in class org.apache.hadoop.yarn.server.federation.store.records.DeleteSubClusterPoliciesConfigurationsRequest
-
Set the list of queues to be deleted.
- setQueues(List<String>) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteSubClusterPoliciesConfigurationsRequestPBImpl
- setRackName(String) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RemoteNodePBImpl
- setRackName(String) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RemoteNode
-
Set Rack Name.
- setRand(long) - Static method in class org.apache.hadoop.yarn.server.federation.policies.FederationPolicyUtils
- setRegisteringCollectors(Map<ApplicationId, AppCollectorData>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatRequestPBImpl
- setRegisteringCollectors(Map<ApplicationId, AppCollectorData>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatRequest
- setRegisterResponse(RegisterApplicationMasterResponse) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl
- setRegisterResponse(RegisterApplicationMasterResponse) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterDistributedSchedulingAMResponse
- setRenewDate(Long) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterStoreTokenPBImpl
- setRenewDate(Long) - Method in class org.apache.hadoop.yarn.server.federation.store.records.RouterStoreToken
- setReservationHomeSubCluster(ReservationHomeSubCluster) - Method in class org.apache.hadoop.yarn.server.federation.store.records.AddReservationHomeSubClusterRequest
-
Set the
ReservationHomeSubClusterrepresenting the mapping of the Reservation to it's home sub-cluster. - setReservationHomeSubCluster(ReservationHomeSubCluster) - Method in class org.apache.hadoop.yarn.server.federation.store.records.GetReservationHomeSubClusterResponse
-
Set the
ReservationHomeSubClusterrepresenting the mapping of the Reservation to it's home sub-cluster. - setReservationHomeSubCluster(ReservationHomeSubCluster) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddReservationHomeSubClusterRequestPBImpl
- setReservationHomeSubCluster(ReservationHomeSubCluster) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetReservationHomeSubClusterResponsePBImpl
- setReservationHomeSubCluster(ReservationHomeSubCluster) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.UpdateReservationHomeSubClusterRequestPBImpl
- setReservationHomeSubCluster(ReservationHomeSubCluster) - Method in class org.apache.hadoop.yarn.server.federation.store.records.UpdateReservationHomeSubClusterRequest
-
Set the
ReservationHomeSubClusterrepresenting the mapping of the reservation to it's home sub-cluster. - setReservationId(ReservationId) - Method in class org.apache.hadoop.yarn.server.federation.store.records.DeleteReservationHomeSubClusterRequest
-
Set the identifier of the
ReservationIdto be removed fromFederation state store. - setReservationId(ReservationId) - Method in class org.apache.hadoop.yarn.server.federation.store.records.GetReservationHomeSubClusterRequest
-
Set the
ReservationIdrepresenting the unique identifier of the application. - setReservationId(ReservationId) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteReservationHomeSubClusterRequestPBImpl
- setReservationId(ReservationId) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetReservationHomeSubClusterRequestPBImpl
- setReservationId(ReservationId) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.ReservationHomeSubClusterPBImpl
- setReservationId(ReservationId) - Method in class org.apache.hadoop.yarn.server.federation.store.records.ReservationHomeSubCluster
-
Set the
ReservationIdrepresenting the unique identifier of the Reservation. - setResource(Resource) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- setResource(Resource) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerRequestPBImpl
- setResource(Resource) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerResponsePBImpl
- setResource(Resource) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- setResource(Resource) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerRequest
- setResource(Resource) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerResponse
- setResourceKey(String) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.SCMUploaderCanUploadRequestPBImpl
- setResourceKey(String) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.SCMUploaderNotifyRequestPBImpl
- setResourceKey(String) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.SCMUploaderCanUploadRequest
-
Set the
keyof the resource that would be uploaded to the shared cache. - setResourceKey(String) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.SCMUploaderNotifyRequest
-
Set the
keyof the resource that was just uploaded to the shared cache. - setResponseId(int) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- setResponseId(int) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- setResponseId(int) - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeStatusPBImpl
- setResponseId(int) - Method in class org.apache.hadoop.yarn.server.api.records.NodeStatus
- setRMAdminServiceAddress(String) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterInfoPBImpl
- setRMAdminServiceAddress(String) - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo
-
Set the URL of the
ResourceManageradministration service. - setRMClient(ApplicationMasterProtocol) - Method in class org.apache.hadoop.yarn.server.AMRMClientRelayer
- setRMIdentifier(long) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerResponsePBImpl
- setRMIdentifier(long) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerResponse
- setRMIdentifier(long) - Method in class org.apache.hadoop.yarn.server.api.records.AppCollectorData
- setRMIdentifier(long) - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.AppCollectorDataPBImpl
- setRMVersion(String) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerResponsePBImpl
- setRMVersion(String) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerResponse
- setRMWebServiceAddress(String) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterInfoPBImpl
- setRMWebServiceAddress(String) - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo
-
Set the URL of the
ResourceManagerweb application interface. - setRouterMasterKey(RouterMasterKey) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterMasterKeyRequestPBImpl
- setRouterMasterKey(RouterMasterKey) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterMasterKeyResponsePBImpl
- setRouterMasterKey(RouterMasterKey) - Method in class org.apache.hadoop.yarn.server.federation.store.records.RouterMasterKeyRequest
- setRouterMasterKey(RouterMasterKey) - Method in class org.apache.hadoop.yarn.server.federation.store.records.RouterMasterKeyResponse
- setRouterPolicyWeights(Map<SubClusterIdInfo, Float>) - Method in class org.apache.hadoop.yarn.server.federation.policies.dao.WeightedPolicyInfo
-
Setter method for Router weights.
- setRouterStoreToken(RouterStoreToken) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterRMTokenRequestPBImpl
- setRouterStoreToken(RouterStoreToken) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterRMTokenResponsePBImpl
- setRouterStoreToken(RouterStoreToken) - Method in class org.apache.hadoop.yarn.server.federation.store.records.RouterRMTokenRequest
- setRouterStoreToken(RouterStoreToken) - Method in class org.apache.hadoop.yarn.server.federation.store.records.RouterRMTokenResponse
- setRunningApplications(List<ApplicationId>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerRequestPBImpl
- setRunningApplications(List<ApplicationId>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerRequest
- setRunningOpportContainers(int) - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.OpportunisticContainersStatusPBImpl
- setRunningOpportContainers(int) - Method in class org.apache.hadoop.yarn.server.api.records.OpportunisticContainersStatus
-
Sets the number of running opportunistic containers.
- setState(SubClusterState) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterDeregisterRequestPBImpl
- setState(SubClusterState) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterHeartbeatRequestPBImpl
- setState(SubClusterState) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterInfoPBImpl
- setState(SubClusterState) - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterDeregisterRequest
-
Set the
SubClusterStateof the subcluster. - setState(SubClusterState) - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterHeartbeatRequest
-
Set the
SubClusterStateof the subcluster. - setState(SubClusterState) - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo
-
Set the
SubClusterStateof the subcluster. - setStateStore(FederationStateStore) - Method in class org.apache.hadoop.yarn.server.federation.cache.FederationCache
- setSubClusterId(SubClusterId) - Method in class org.apache.hadoop.yarn.server.federation.store.records.GetApplicationsHomeSubClusterRequest
-
Set the
SubClusterIdrepresenting the unique identifier of the subcluster. - setSubClusterId(SubClusterId) - Method in class org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterInfoRequest
-
Set the
SubClusterIdrepresenting the unique identifier of the subcluster. - setSubClusterId(SubClusterId) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationsHomeSubClusterRequestPBImpl
- setSubClusterId(SubClusterId) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterInfoRequestPBImpl
- setSubClusterId(SubClusterId) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterDeregisterRequestPBImpl
- setSubClusterId(SubClusterId) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterHeartbeatRequestPBImpl
- setSubClusterId(SubClusterId) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterInfoPBImpl
- setSubClusterId(SubClusterId) - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterDeregisterRequest
-
Set the
SubClusterIdrepresenting the unique identifier of the subcluster. - setSubClusterId(SubClusterId) - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterHeartbeatRequest
-
Set the
SubClusterIdrepresenting the unique identifier of the subCluster. - setSubClusterId(SubClusterId) - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo
-
Set the
SubClusterIdrepresenting the unique identifier of the subCluster. - setSubClusterInfo(SubClusterInfo) - Method in class org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterInfoResponse
-
Set the
SubClusterInfoencapsulating the information about the sub-cluster. - setSubClusterInfo(SubClusterInfo) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterInfoResponsePBImpl
- setSubClusterInfo(SubClusterInfo) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterRegisterRequestPBImpl
- setSubClusterInfo(SubClusterInfo) - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterRegisterRequest
-
Set the
SubClusterInfoencapsulating the information about the sub-cluster. - setSubClusterLastHeartbeat(SubClusterId, long) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- setSubClusterPolicyConfiguration(SubClusterPolicyConfiguration) - Method in class org.apache.hadoop.yarn.server.federation.policies.FederationPolicyInitializationContext
-
Setter for the
SubClusterPolicyConfiguration. - SetSubClusterPolicyConfigurationRequest - Class in org.apache.hadoop.yarn.server.federation.store.records
-
SetSubClusterPolicyConfigurationRequest is a request to the
FederationPolicyStoreto set the policy configuration corresponding to a queue. - SetSubClusterPolicyConfigurationRequest() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.SetSubClusterPolicyConfigurationRequest
- SetSubClusterPolicyConfigurationRequestPBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
SetSubClusterPolicyConfigurationRequest. - SetSubClusterPolicyConfigurationRequestPBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SetSubClusterPolicyConfigurationRequestPBImpl
- SetSubClusterPolicyConfigurationRequestPBImpl(YarnServerFederationProtos.SetSubClusterPolicyConfigurationRequestProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SetSubClusterPolicyConfigurationRequestPBImpl
- SetSubClusterPolicyConfigurationResponse - Class in org.apache.hadoop.yarn.server.federation.store.records
-
SetSubClusterPolicyConfigurationResponse contains the answer from the
FederationPolicyStoreto a request to set for a policy configuration for a given queue. - SetSubClusterPolicyConfigurationResponse() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.SetSubClusterPolicyConfigurationResponse
- SetSubClusterPolicyConfigurationResponsePBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
SetSubClusterPolicyConfigurationResponse. - SetSubClusterPolicyConfigurationResponsePBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SetSubClusterPolicyConfigurationResponsePBImpl
- SetSubClusterPolicyConfigurationResponsePBImpl(YarnServerFederationProtos.SetSubClusterPolicyConfigurationResponseProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SetSubClusterPolicyConfigurationResponsePBImpl
- setSubClusters(Collection<SubClusterInfo>) - Method in class org.apache.hadoop.yarn.server.federation.store.records.GetSubClustersInfoResponse
-
Set the list of
SubClusterInforepresenting the information about all sub-clusters that are currently participating in Federation. - setSubClusters(Collection<SubClusterInfo>) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClustersInfoResponsePBImpl
- setSystemCredentialsForApps(Collection<YarnServerCommonServiceProtos.SystemCredentialsForAppsProto>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- setSystemCredentialsForApps(Collection<YarnServerCommonServiceProtos.SystemCredentialsForAppsProto>) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- setTimelineDelegationTokenSecretManager(AbstractDelegationTokenSecretManager<TimelineDelegationTokenIdentifier>) - Static method in class org.apache.hadoop.yarn.server.timeline.security.TimelineAuthenticationFilter
- setTimelineFilters(Configuration, String, Set<String>) - Static method in class org.apache.hadoop.yarn.server.util.timeline.TimelineServerUtils
-
Sets filter initializers configuration based on existing configuration and default filters added by timeline service(such as timeline auth filter and CORS filter).
- setTokenInfo(String) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterStoreTokenPBImpl
- setTokenInfo(String) - Method in class org.apache.hadoop.yarn.server.federation.store.records.RouterStoreToken
- setTokenSequenceNo(long) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatRequestPBImpl
- setTokenSequenceNo(long) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatResponsePBImpl
- setTokenSequenceNo(long) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatRequest
- setTokenSequenceNo(long) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatResponse
- setType(String) - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterPolicyConfigurationPBImpl
- setType(String) - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterPolicyConfiguration
-
Sets the type of the policy.
- setUGI(UserGroupInformation) - Method in class org.apache.hadoop.yarn.server.AMHeartbeatRequestHandler
-
Set the UGI for RM connection.
- setUploadable(boolean) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.SCMUploaderCanUploadResponsePBImpl
- setUploadable(boolean) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.SCMUploaderCanUploadResponse
-
Set whether or not the node manager can upload the resource to the shared cache.
- setUserId(String) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.GetTimelineCollectorContextResponse
- setUserId(String) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.GetTimelineCollectorContextResponsePBImpl
- setUsername(HikariDataSource, String) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationStateStoreUtils
-
Sets a specific username for
HikariDataSourceSQL connections. - setValue(T) - Method in class org.apache.hadoop.yarn.server.federation.store.sql.FederationSQLOutParameter
- setVersion(int) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NMContainerStatusPBImpl
- setVersion(int) - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus
- setVersion(long) - Method in class org.apache.hadoop.yarn.server.api.records.AppCollectorData
- setVersion(long) - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.AppCollectorDataPBImpl
- setWaitQueueLength(int) - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.OpportunisticContainersStatusPBImpl
- setWaitQueueLength(int) - Method in class org.apache.hadoop.yarn.server.api.records.OpportunisticContainersStatus
-
Sets the length of the containers queue on the node.
- setWeightedPolicyInfo(WeightedPolicyInfo) - Method in class org.apache.hadoop.yarn.server.federation.policies.manager.AbstractPolicyManager
-
We set the WeightedPolicyInfo of the subCluster.
- setWeightedPolicyInfo(WeightedPolicyInfo) - Method in interface org.apache.hadoop.yarn.server.federation.policies.manager.FederationPolicyManager
-
This methods provides a setter for the queue WeightedPolicyInfo this policy is specified for.
- setWeightedPolicyInfo(WeightedPolicyInfo) - Method in class org.apache.hadoop.yarn.server.federation.policies.manager.HashBroadcastPolicyManager
- setWeightedPolicyInfo(WeightedPolicyInfo) - Method in class org.apache.hadoop.yarn.server.federation.policies.manager.HomePolicyManager
- setWeightedPolicyInfo(WeightedPolicyInfo) - Method in class org.apache.hadoop.yarn.server.federation.policies.manager.PriorityBroadcastPolicyManager
- setWeightedPolicyInfo(WeightedPolicyInfo) - Method in class org.apache.hadoop.yarn.server.federation.policies.manager.RejectAllPolicyManager
- setWeightedPolicyInfo(WeightedPolicyInfo) - Method in class org.apache.hadoop.yarn.server.federation.policies.manager.UniformBroadcastPolicyManager
- setWeightedPolicyInfo(WeightedPolicyInfo) - Method in class org.apache.hadoop.yarn.server.federation.policies.manager.WeightedHomePolicyManager
- setWeightedPolicyInfo(WeightedPolicyInfo) - Method in class org.apache.hadoop.yarn.server.federation.policies.manager.WeightedLocalityPolicyManager
- SharedCacheUtil - Class in org.apache.hadoop.yarn.server.sharedcache
-
A utility class that contains helper methods for dealing with the internal shared cache structure.
- SharedCacheUtil() - Constructor for class org.apache.hadoop.yarn.server.sharedcache.SharedCacheUtil
- shutdown() - Method in class org.apache.hadoop.yarn.server.AMHeartbeatRequestHandler
-
Shutdown the thread.
- shutdown() - Method in class org.apache.hadoop.yarn.server.AMRMClientRelayer
- SHUTDOWN - Enum constant in enum class org.apache.hadoop.yarn.server.api.records.NodeAction
- shutDownConnections() - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedAMPoolManager
-
Shutdown all UAM clients without killing them in YarnRM.
- shutDownConnections() - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedApplicationManager
-
Shutdown this UAM client, without killing the UAM in the YarnRM side.
- shutDownConnections(String) - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedAMPoolManager
-
Shutdown an UAM client without killing it in YarnRM.
- splitResourceRequests(List<ResourceRequest>, Set<SubClusterId>) - Method in class org.apache.hadoop.yarn.server.federation.policies.amrmproxy.BroadcastAMRMProxyPolicy
- splitResourceRequests(List<ResourceRequest>, Set<SubClusterId>) - Method in interface org.apache.hadoop.yarn.server.federation.policies.amrmproxy.FederationAMRMProxyPolicy
-
Splits the
ResourceRequests from the client across one or more sub-clusters based on the policy semantics (e.g., broadcast, load-based). - splitResourceRequests(List<ResourceRequest>, Set<SubClusterId>) - Method in class org.apache.hadoop.yarn.server.federation.policies.amrmproxy.HomeAMRMProxyPolicy
- splitResourceRequests(List<ResourceRequest>, Set<SubClusterId>) - Method in class org.apache.hadoop.yarn.server.federation.policies.amrmproxy.LocalityMulticastAMRMProxyPolicy
- splitResourceRequests(List<ResourceRequest>, Set<SubClusterId>) - Method in class org.apache.hadoop.yarn.server.federation.policies.amrmproxy.RejectAMRMProxyPolicy
- SQLFederationStateStore - Class in org.apache.hadoop.yarn.server.federation.store.impl
-
SQL implementation of
FederationStateStore. - SQLFederationStateStore() - Constructor for class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- SQLSERVER - Enum constant in enum class org.apache.hadoop.yarn.server.federation.store.sql.DatabaseProduct.DbType
- startedTime - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppAttemptInfo
- startedTime - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- startedTime - Variable in class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo
- storeApplicationStateInternal(ApplicationId, byte[]) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
- storeNewMasterKey(DelegationKey) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
The Router Supports Store NewMasterKey (RouterMasterKey
RouterMasterKey). - storeNewMasterKey(RouterMasterKeyRequest) - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationDelegationTokenStateStore
-
The Router Supports Store NewMasterKey.
- storeNewMasterKey(RouterMasterKeyRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- storeNewMasterKey(RouterMasterKeyRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
-
SQLFederationStateStore Supports Store New MasterKey.
- storeNewMasterKey(RouterMasterKeyRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
-
ZookeeperFederationStateStore Supports Store NewMasterKey.
- storeNewToken(RMDelegationTokenIdentifier, long) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
The Router Supports Store RMDelegationTokenIdentifier
RMDelegationTokenIdentifier. - storeNewToken(RMDelegationTokenIdentifier, long, String) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
The Router Supports Store RMDelegationTokenIdentifier
RMDelegationTokenIdentifier. - storeNewToken(RouterRMTokenRequest) - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationDelegationTokenStateStore
-
The Router Supports Store RMDelegationTokenIdentifier.
- storeNewToken(RouterRMTokenRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- storeNewToken(RouterRMTokenRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
-
SQLFederationStateStore Supports Store RMDelegationTokenIdentifier.
- storeNewToken(RouterRMTokenRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
-
ZookeeperFederationStateStore Supports Store RMDelegationTokenIdentifier.
- storeVersion() - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationStateStore
-
Store the Version information in federation state store.
- storeVersion() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- storeVersion() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- storeVersion() - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
- storeVersion(byte[], String) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
-
Store the Federation Version in the database.
- SubClusterDeregisterRequest - Class in org.apache.hadoop.yarn.server.federation.store.records
-
The request sent to set the state of a subcluster to either SC_DECOMMISSIONED, SC_LOST, or SC_DEREGISTERED.
- SubClusterDeregisterRequest() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.SubClusterDeregisterRequest
- SubClusterDeregisterRequestPBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
SubClusterDeregisterRequest. - SubClusterDeregisterRequestPBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterDeregisterRequestPBImpl
- SubClusterDeregisterRequestPBImpl(YarnServerFederationProtos.SubClusterDeregisterRequestProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterDeregisterRequestPBImpl
- SubClusterDeregisterResponse - Class in org.apache.hadoop.yarn.server.federation.store.records
-
SubClusterDeregisterResponse contains the answer from the
FederationMembershipStateStoreto a request to deregister the sub cluster. - SubClusterDeregisterResponse() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.SubClusterDeregisterResponse
- SubClusterDeregisterResponsePBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
SubClusterDeregisterResponse. - SubClusterDeregisterResponsePBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterDeregisterResponsePBImpl
- SubClusterDeregisterResponsePBImpl(YarnServerFederationProtos.SubClusterDeregisterResponseProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterDeregisterResponsePBImpl
- subClusterHeartbeat(SubClusterHeartbeatRequest) - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationMembershipStateStore
-
Periodic heartbeat from a
ResourceManagerparticipating in federation to indicate liveliness. - subClusterHeartbeat(SubClusterHeartbeatRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- subClusterHeartbeat(SubClusterHeartbeatRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- subClusterHeartbeat(SubClusterHeartbeatRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
- SubClusterHeartbeatRequest - Class in org.apache.hadoop.yarn.server.federation.store.records
-
SubClusterHeartbeatRequest is a report of the runtime information of the subcluster that is participating in federation.
- SubClusterHeartbeatRequest() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.SubClusterHeartbeatRequest
- SubClusterHeartbeatRequestPBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
SubClusterHeartbeatRequest. - SubClusterHeartbeatRequestPBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterHeartbeatRequestPBImpl
- SubClusterHeartbeatRequestPBImpl(YarnServerFederationProtos.SubClusterHeartbeatRequestProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterHeartbeatRequestPBImpl
- SubClusterHeartbeatResponse - Class in org.apache.hadoop.yarn.server.federation.store.records
-
SubClusterHeartbeatResponse contains the response from the
FederationMembershipStateStoreto a periodic heartbeat to indicate liveliness from aResourceManagerparticipating in federation. - SubClusterHeartbeatResponse() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.SubClusterHeartbeatResponse
- SubClusterHeartbeatResponsePBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
SubClusterHeartbeatResponse. - SubClusterHeartbeatResponsePBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterHeartbeatResponsePBImpl
- SubClusterHeartbeatResponsePBImpl(YarnServerFederationProtos.SubClusterHeartbeatResponseProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterHeartbeatResponsePBImpl
- SubClusterId - Class in org.apache.hadoop.yarn.server.federation.store.records
-
SubClusterId represents the globally unique identifier for a subcluster that is participating in federation.
- SubClusterId() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.SubClusterId
- SubClusterIdInfo - Class in org.apache.hadoop.yarn.server.federation.store.records
-
This class represent a sub-cluster identifier in the JSON representation of the policy configuration.
- SubClusterIdInfo() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.SubClusterIdInfo
- SubClusterIdInfo(String) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.SubClusterIdInfo
- SubClusterIdInfo(SubClusterId) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.SubClusterIdInfo
- SubClusterIdPBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
SubClusterId. - SubClusterIdPBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterIdPBImpl
- SubClusterIdPBImpl(YarnServerFederationProtos.SubClusterIdProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterIdPBImpl
- SubClusterInfo - Class in org.apache.hadoop.yarn.server.federation.store.records
-
SubClusterInfo is a report of the runtime information of the subcluster that is participating in federation.
- SubClusterInfo() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo
- SubClusterInfoCacheResponse() - Constructor for class org.apache.hadoop.yarn.server.federation.cache.FederationCache.SubClusterInfoCacheResponse
- SubClusterInfoPBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
SubClusterInfo. - SubClusterInfoPBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterInfoPBImpl
- SubClusterInfoPBImpl(YarnServerFederationProtos.SubClusterInfoProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterInfoPBImpl
- SubClusterPolicyConfiguration - Class in org.apache.hadoop.yarn.server.federation.store.records
-
SubClusterPolicyConfigurationis a class that represents a configuration of a policy. - SubClusterPolicyConfiguration() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.SubClusterPolicyConfiguration
- SubClusterPolicyConfigurationCacheResponse() - Constructor for class org.apache.hadoop.yarn.server.federation.cache.FederationCache.SubClusterPolicyConfigurationCacheResponse
- SubClusterPolicyConfigurationPBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protobuf based implementation of
SubClusterPolicyConfiguration. - SubClusterPolicyConfigurationPBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterPolicyConfigurationPBImpl
- SubClusterPolicyConfigurationPBImpl(YarnServerFederationProtos.SubClusterPolicyConfigurationProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterPolicyConfigurationPBImpl
- SubClusterRegisterRequest - Class in org.apache.hadoop.yarn.server.federation.store.records
-
SubClusterRegisterRequest is a request by a sub-cluster
ResourceManagerto participate in federation. - SubClusterRegisterRequest() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.SubClusterRegisterRequest
- SubClusterRegisterRequestPBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
SubClusterRegisterRequest. - SubClusterRegisterRequestPBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterRegisterRequestPBImpl
- SubClusterRegisterRequestPBImpl(YarnServerFederationProtos.SubClusterRegisterRequestProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterRegisterRequestPBImpl
- SubClusterRegisterResponse - Class in org.apache.hadoop.yarn.server.federation.store.records
-
SubClusterRegisterResponse contains the response from the
FederationMembershipStateStoreto a registration request from aResourceManagerto participate in federation. - SubClusterRegisterResponse() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.SubClusterRegisterResponse
- SubClusterRegisterResponsePBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
SubClusterRegisterResponse. - SubClusterRegisterResponsePBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterRegisterResponsePBImpl
- SubClusterRegisterResponsePBImpl(YarnServerFederationProtos.SubClusterRegisterResponseProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterRegisterResponsePBImpl
- SubClusterResolver - Interface in org.apache.hadoop.yarn.server.federation.resolver
-
An utility that helps to determine the sub-cluster that a specified node or rack belongs to.
- SubClusterState - Enum Class in org.apache.hadoop.yarn.server.federation.store.records
-
State of a
SubCluster. - succeededStateStoreCall(long) - Static method in class org.apache.hadoop.yarn.server.federation.store.metrics.FederationStateStoreClientMetrics
- SystemServiceManager - Interface in org.apache.hadoop.yarn.server.service
-
Marker interface for starting services from RM.
T
- TimelineAuthenticationFilter - Class in org.apache.hadoop.yarn.server.timeline.security
-
Timeline authentication filter provides delegation token support for ATSv1 and ATSv2.
- TimelineAuthenticationFilter() - Constructor for class org.apache.hadoop.yarn.server.timeline.security.TimelineAuthenticationFilter
- TimelineAuthenticationFilterInitializer - Class in org.apache.hadoop.yarn.server.timeline.security
-
Initializes
TimelineAuthenticationFilterwhich provides support for Kerberos HTTP SPNEGO authentication. - TimelineAuthenticationFilterInitializer() - Constructor for class org.apache.hadoop.yarn.server.timeline.security.TimelineAuthenticationFilterInitializer
- TimelineDelgationTokenSecretManagerService - Class in org.apache.hadoop.yarn.server.timeline.security
-
Abstract implementation of delegation token manager service for different versions of timeline service.
- TimelineDelgationTokenSecretManagerService(String) - Constructor for class org.apache.hadoop.yarn.server.timeline.security.TimelineDelgationTokenSecretManagerService
- TimelineServerUtils - Class in org.apache.hadoop.yarn.server.util.timeline
-
Set of utility methods to be used across timeline reader and collector.
- toByteArray() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterStoreTokenPBImpl
- toByteArray() - Method in class org.apache.hadoop.yarn.server.federation.store.records.RouterStoreToken
- toByteBuffer() - Method in class org.apache.hadoop.yarn.server.federation.policies.dao.WeightedPolicyInfo
-
Converts the policy into a byte array representation in the input
ByteBuffer. - toId() - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterIdInfo
-
Get the sub-cluster identifier as
SubClusterId. - toString() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.GetTimelineCollectorContextRequestPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.GetTimelineCollectorContextResponsePBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.LogAggregationReportPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NMContainerStatusPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.ReportNewCollectorInfoResponsePBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.api.protocolrecords.RemoteNode
- toString() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.AppCollectorDataPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.api.records.impl.pb.NodeHealthStatusPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.policies.dao.WeightedPolicyInfo
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.ApplicationHomeSubCluster
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddApplicationHomeSubClusterRequestPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddApplicationHomeSubClusterResponsePBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddReservationHomeSubClusterRequestPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddReservationHomeSubClusterResponsePBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.ApplicationHomeSubClusterPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteApplicationHomeSubClusterRequestPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteApplicationHomeSubClusterResponsePBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeletePoliciesConfigurationsRequestPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeletePoliciesConfigurationsResponsePBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteReservationHomeSubClusterRequestPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteReservationHomeSubClusterResponsePBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteSubClusterPoliciesConfigurationsRequestPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteSubClusterPoliciesConfigurationsResponsePBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationHomeSubClusterRequestPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationHomeSubClusterResponsePBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationsHomeSubClusterRequestPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationsHomeSubClusterResponsePBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetReservationHomeSubClusterRequestPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetReservationHomeSubClusterResponsePBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetReservationsHomeSubClusterRequestPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetReservationsHomeSubClusterResponsePBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterInfoRequestPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterInfoResponsePBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterPoliciesConfigurationsRequestPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterPoliciesConfigurationsResponsePBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterPolicyConfigurationRequestPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterPolicyConfigurationResponsePBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClustersInfoRequestPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClustersInfoResponsePBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.ReservationHomeSubClusterPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterMasterKeyPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterMasterKeyRequestPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterMasterKeyResponsePBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterRMTokenRequestPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterRMTokenResponsePBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.RouterStoreTokenPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SetSubClusterPolicyConfigurationRequestPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SetSubClusterPolicyConfigurationResponsePBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterDeregisterRequestPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterDeregisterResponsePBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterHeartbeatRequestPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterHeartbeatResponsePBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterInfoPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterPolicyConfigurationPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterRegisterRequestPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.SubClusterRegisterResponsePBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.UpdateApplicationHomeSubClusterRequestPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.UpdateApplicationHomeSubClusterResponsePBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.UpdateReservationHomeSubClusterRequestPBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.UpdateReservationHomeSubClusterResponsePBImpl
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.ReservationHomeSubCluster
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.RouterMasterKey
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterHeartbeatRequest
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterId
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterIdInfo
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterInfo
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.records.SubClusterPolicyConfiguration
- toString() - Method in class org.apache.hadoop.yarn.server.federation.store.sql.FederationSQLOutParameter
- toString() - Method in enum class org.apache.hadoop.yarn.server.metrics.AMRMClientRelayerMetrics.RequestType
- toString() - Method in class org.apache.hadoop.yarn.server.records.Version
- toString() - Method in class org.apache.hadoop.yarn.server.scheduler.ResourceRequestSet
- toString() - Method in class org.apache.hadoop.yarn.server.scheduler.ResourceRequestSetKey
- toString() - Method in class org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey
- toString() - Method in class org.apache.hadoop.yarn.server.volume.csi.VolumeCapabilityRange
- toString() - Method in class org.apache.hadoop.yarn.server.volume.csi.VolumeId
- toString() - Method in class org.apache.hadoop.yarn.server.volume.csi.VolumeMetaData
- trackingUrl - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppAttemptInfo
- trackingUrl - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- truncateTable(Connection, String) - Method in class org.apache.hadoop.yarn.server.federation.store.sql.FederationQueryRunner
- type - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
U
- unAttachUAM(String) - Method in class org.apache.hadoop.yarn.server.uam.UnmanagedAMPoolManager
- uncaughtException(Thread, Throwable) - Method in class org.apache.hadoop.yarn.server.AMHeartbeatRequestHandler.HeartBeatThreadUncaughtExceptionHandler
- UNDEFINED - Enum constant in enum class org.apache.hadoop.yarn.server.federation.store.sql.DatabaseProduct.DbType
- UniformBroadcastPolicyManager - Class in org.apache.hadoop.yarn.server.federation.policies.manager
-
This class represents a simple implementation of a
FederationPolicyManager. - UniformBroadcastPolicyManager() - Constructor for class org.apache.hadoop.yarn.server.federation.policies.manager.UniformBroadcastPolicyManager
- UniformRandomRouterPolicy - Class in org.apache.hadoop.yarn.server.federation.policies.router
-
This simple policy picks at uniform random among any of the currently active subclusters.
- UniformRandomRouterPolicy() - Constructor for class org.apache.hadoop.yarn.server.federation.policies.router.UniformRandomRouterPolicy
- unit(String) - Method in class org.apache.hadoop.yarn.server.volume.csi.VolumeCapabilityRange.VolumeCapabilityBuilder
- UnknownSubclusterException - Exception in org.apache.hadoop.yarn.server.federation.policies.exceptions
-
This exception is thrown whenever a policy is given a
SubClusterIdthat is unknown. - UnknownSubclusterException(String) - Constructor for exception org.apache.hadoop.yarn.server.federation.policies.exceptions.UnknownSubclusterException
- UnmanagedAMPoolManager - Class in org.apache.hadoop.yarn.server.uam
-
A service that manages a pool of UAM managers in
UnmanagedApplicationManager. - UnmanagedAMPoolManager(ExecutorService) - Constructor for class org.apache.hadoop.yarn.server.uam.UnmanagedAMPoolManager
- unmanagedApplication - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
- UnmanagedApplicationManager - Class in org.apache.hadoop.yarn.server.uam
-
UnmanagedApplicationManager is used to register unmanaged application and negotiate for resources from resource managers.
- UnmanagedApplicationManager(Configuration, ApplicationId, String, String, String, boolean, String, ApplicationSubmissionContext) - Constructor for class org.apache.hadoop.yarn.server.uam.UnmanagedApplicationManager
-
Constructor.
- unRegisterNodeManager(RpcController, YarnServerCommonServiceProtos.UnRegisterNodeManagerRequestProto) - Method in class org.apache.hadoop.yarn.server.api.impl.pb.service.ResourceTrackerPBServiceImpl
- unRegisterNodeManager(UnRegisterNodeManagerRequest) - Method in class org.apache.hadoop.yarn.server.api.impl.pb.client.ResourceTrackerPBClientImpl
- unRegisterNodeManager(UnRegisterNodeManagerRequest) - Method in interface org.apache.hadoop.yarn.server.api.ResourceTracker
- UnRegisterNodeManagerRequest - Class in org.apache.hadoop.yarn.server.api.protocolrecords
-
Node Manager's unregister request.
- UnRegisterNodeManagerRequest() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.UnRegisterNodeManagerRequest
- UnRegisterNodeManagerRequestPBImpl - Class in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb
-
PBImpl class for UnRegisterNodeManagerRequest.
- UnRegisterNodeManagerRequestPBImpl() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.UnRegisterNodeManagerRequestPBImpl
- UnRegisterNodeManagerRequestPBImpl(YarnServerCommonServiceProtos.UnRegisterNodeManagerRequestProto) - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.UnRegisterNodeManagerRequestPBImpl
- UnRegisterNodeManagerResponse - Class in org.apache.hadoop.yarn.server.api.protocolrecords
-
Node Manager's unregister response.
- UnRegisterNodeManagerResponse() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.UnRegisterNodeManagerResponse
- UnRegisterNodeManagerResponsePBImpl - Class in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb
-
PBImpl class for UnRegisterNodeManagerResponse.
- UnRegisterNodeManagerResponsePBImpl() - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.UnRegisterNodeManagerResponsePBImpl
- UnRegisterNodeManagerResponsePBImpl(YarnServerCommonServiceProtos.UnRegisterNodeManagerResponseProto) - Constructor for class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.UnRegisterNodeManagerResponsePBImpl
- unregisterService(String) - Method in class org.apache.hadoop.yarn.lib.ZKClient
-
unregister the service.
- UPDATE_SEQUENCE_TABLE_SQL - Static variable in class org.apache.hadoop.yarn.server.federation.store.sql.FederationQueryRunner
- updateAllocationParams(Resource, Resource, Resource, int) - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerContext
- updateAMRMToken(Token, UserGroupInformation, Configuration) - Static method in class org.apache.hadoop.yarn.server.utils.YarnServerSecurityUtils
-
Update the new AMRMToken into the ugi used for RM proxy.
- updateApplicationHomeSubCluster(ApplicationHomeSubCluster) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Updates the home
SubClusterIdfor the specifiedApplicationId. - updateApplicationHomeSubCluster(SubClusterId, ApplicationId, ApplicationHomeSubCluster) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Update ApplicationHomeSubCluster to FederationStateStore.
- updateApplicationHomeSubCluster(UpdateApplicationHomeSubClusterRequest) - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationApplicationHomeSubClusterStore
-
Update the home
SubClusterIdof a previously submittedApplicationId. - updateApplicationHomeSubCluster(UpdateApplicationHomeSubClusterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- updateApplicationHomeSubCluster(UpdateApplicationHomeSubClusterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- updateApplicationHomeSubCluster(UpdateApplicationHomeSubClusterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
-
Update the home
SubClusterIdof a previously submittedApplicationId. - UpdateApplicationHomeSubClusterRequest - Class in org.apache.hadoop.yarn.server.federation.store.records
-
The request sent by the
RoutertoFederation state storeto update the home subcluster of a newly submitted application. - UpdateApplicationHomeSubClusterRequest() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.UpdateApplicationHomeSubClusterRequest
- UpdateApplicationHomeSubClusterRequestPBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
UpdateApplicationHomeSubClusterRequest. - UpdateApplicationHomeSubClusterRequestPBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.UpdateApplicationHomeSubClusterRequestPBImpl
- UpdateApplicationHomeSubClusterRequestPBImpl(YarnServerFederationProtos.UpdateApplicationHomeSubClusterRequestProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.UpdateApplicationHomeSubClusterRequestPBImpl
- UpdateApplicationHomeSubClusterResponse - Class in org.apache.hadoop.yarn.server.federation.store.records
-
UpdateApplicationHomeSubClusterResponse contains the answer from the
FederationApplicationHomeSubClusterStoreto a request to register the home subcluster of a submitted application. - UpdateApplicationHomeSubClusterResponse() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.UpdateApplicationHomeSubClusterResponse
- UpdateApplicationHomeSubClusterResponsePBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
UpdateApplicationHomeSubClusterResponse. - UpdateApplicationHomeSubClusterResponsePBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.UpdateApplicationHomeSubClusterResponsePBImpl
- UpdateApplicationHomeSubClusterResponsePBImpl(YarnServerFederationProtos.UpdateApplicationHomeSubClusterResponseProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.UpdateApplicationHomeSubClusterResponsePBImpl
- updateApplicationStateInternal(ApplicationId, byte[]) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
- updateBlacklist(ResourceBlacklistRequest, OpportunisticContainerContext) - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator
- updateConfForFederation(Configuration, String) - Static method in class org.apache.hadoop.yarn.server.federation.failover.FederationProxyProviderUtil
-
Updating the conf with Federation as long as certain subclusterId.
- updateNodeList(List<RemoteNode>) - Method in class org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerContext
- updateReservationHomeSubCluster(ReservationHomeSubCluster) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Updates the home
SubClusterIdfor the specifiedReservationId. - updateReservationHomeSubCluster(SubClusterId, ReservationId, ReservationHomeSubCluster) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
Update Reservation And HomeSubCluster Mapping.
- updateReservationHomeSubCluster(UpdateReservationHomeSubClusterRequest) - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationReservationHomeSubClusterStore
-
Update the home
SubClusterIdof a previously submittedReservationId. - updateReservationHomeSubCluster(UpdateReservationHomeSubClusterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- updateReservationHomeSubCluster(UpdateReservationHomeSubClusterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
- updateReservationHomeSubCluster(UpdateReservationHomeSubClusterRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
- UpdateReservationHomeSubClusterRequest - Class in org.apache.hadoop.yarn.server.federation.store.records
-
The request sent by the
RoutertoFederation state storeto update the home subcluster of a newly submitted reservation. - UpdateReservationHomeSubClusterRequest() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.UpdateReservationHomeSubClusterRequest
- UpdateReservationHomeSubClusterRequestPBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
UpdateReservationHomeSubClusterRequest. - UpdateReservationHomeSubClusterRequestPBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.UpdateReservationHomeSubClusterRequestPBImpl
- UpdateReservationHomeSubClusterRequestPBImpl(YarnServerFederationProtos.UpdateReservationHomeSubClusterRequestProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.UpdateReservationHomeSubClusterRequestPBImpl
- UpdateReservationHomeSubClusterResponse - Class in org.apache.hadoop.yarn.server.federation.store.records
-
UpdateReservationHomeSubClusterResponse contains the answer from the
FederationReservationHomeSubClusterStoreto a request to register the home subcluster of a submitted reservation. - UpdateReservationHomeSubClusterResponse() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.UpdateReservationHomeSubClusterResponse
- UpdateReservationHomeSubClusterResponsePBImpl - Class in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Protocol buffer based implementation of
UpdateReservationHomeSubClusterResponse. - UpdateReservationHomeSubClusterResponsePBImpl() - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.UpdateReservationHomeSubClusterResponsePBImpl
- UpdateReservationHomeSubClusterResponsePBImpl(YarnServerFederationProtos.UpdateReservationHomeSubClusterResponseProto) - Constructor for class org.apache.hadoop.yarn.server.federation.store.records.impl.pb.UpdateReservationHomeSubClusterResponsePBImpl
- updateSequenceTable(Connection, String, int) - Method in class org.apache.hadoop.yarn.server.federation.store.sql.FederationQueryRunner
- updateStoredToken(RMDelegationTokenIdentifier, long) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
The Router Supports Update RMDelegationTokenIdentifier
RMDelegationTokenIdentifier. - updateStoredToken(RMDelegationTokenIdentifier, long, String) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationStateStoreFacade
-
The Router Supports Update RMDelegationTokenIdentifier
RMDelegationTokenIdentifier. - updateStoredToken(RouterRMTokenRequest) - Method in interface org.apache.hadoop.yarn.server.federation.store.FederationDelegationTokenStateStore
-
The Router Supports Update RMDelegationTokenIdentifier.
- updateStoredToken(RouterRMTokenRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore
- updateStoredToken(RouterRMTokenRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.SQLFederationStateStore
-
SQLFederationStateStore Supports Update RMDelegationTokenIdentifier.
- updateStoredToken(RouterRMTokenRequest) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
-
ZookeeperFederationStateStore Supports Update RMDelegationTokenIdentifier.
- updateStoredTokenDuration(long, long) - Method in class org.apache.hadoop.yarn.server.federation.store.impl.ZKFederationStateStoreOpDurations
- user - Variable in class org.apache.hadoop.yarn.server.webapp.dao.AppInfo
V
- validate(ApplicationSubmissionContext) - Method in class org.apache.hadoop.yarn.server.federation.policies.router.AbstractRouterPolicy
- validate(WeightedPolicyInfo) - Method in class org.apache.hadoop.yarn.server.federation.policies.AbstractConfigurableFederationPolicy
-
Overridable validation step for the policy configuration.
- validate(WeightedPolicyInfo) - Method in class org.apache.hadoop.yarn.server.federation.policies.amrmproxy.AbstractAMRMProxyPolicy
- validate(WeightedPolicyInfo) - Method in class org.apache.hadoop.yarn.server.federation.policies.router.AbstractRouterPolicy
- validate(FederationPolicyInitializationContext, String) - Static method in class org.apache.hadoop.yarn.server.federation.policies.FederationPolicyInitializationContextValidator
- validate(AddApplicationHomeSubClusterRequest) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationApplicationHomeSubClusterStoreInputValidator
-
Quick validation on the input to check some obvious fail conditions (fail fast).
- validate(AddReservationHomeSubClusterRequest) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationReservationHomeSubClusterStoreInputValidator
-
Quick validation on the input to check some obvious fail conditions (fail fast).
- validate(DeleteApplicationHomeSubClusterRequest) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationApplicationHomeSubClusterStoreInputValidator
-
Quick validation on the input to check some obvious fail conditions (fail fast).
- validate(DeleteReservationHomeSubClusterRequest) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationReservationHomeSubClusterStoreInputValidator
-
Quick validation on the input to check some obvious fail conditions (fail fast).
- validate(DeleteSubClusterPoliciesConfigurationsRequest) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationPolicyStoreInputValidator
- validate(GetApplicationHomeSubClusterRequest) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationApplicationHomeSubClusterStoreInputValidator
-
Quick validation on the input to check some obvious fail conditions (fail fast).
- validate(GetReservationHomeSubClusterRequest) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationReservationHomeSubClusterStoreInputValidator
-
Quick validation on the input to check some obvious fail conditions (fail fast).
- validate(GetSubClusterInfoRequest) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationMembershipStateStoreInputValidator
-
Quick validation on the input to check some obvious fail conditions (fail fast).
- validate(GetSubClusterPolicyConfigurationRequest) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationPolicyStoreInputValidator
-
Quick validation on the input to check some obvious fail conditions (fail fast).
- validate(RouterMasterKeyRequest) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationRouterRMTokenInputValidator
-
We will check with the RouterMasterKeyRequest
RouterMasterKeyRequestto ensure that the request object is not empty and that the RouterMasterKey is not empty. - validate(RouterRMTokenRequest) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationRouterRMTokenInputValidator
-
We will check with the RouterRMTokenRequest
RouterRMTokenRequestto ensure that the request object is not empty and that the RouterStoreToken is not empty. - validate(SetSubClusterPolicyConfigurationRequest) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationPolicyStoreInputValidator
-
Quick validation on the input to check some obvious fail conditions (fail fast).
- validate(SubClusterDeregisterRequest) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationMembershipStateStoreInputValidator
-
Quick validation on the input to check some obvious fail conditions (fail fast).
- validate(SubClusterHeartbeatRequest) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationMembershipStateStoreInputValidator
-
Quick validation on the input to check some obvious fail conditions (fail fast).
- validate(SubClusterRegisterRequest) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationMembershipStateStoreInputValidator
-
Quick validation on the input to check some obvious fail conditions (fail fast).
- validate(UpdateApplicationHomeSubClusterRequest) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationApplicationHomeSubClusterStoreInputValidator
-
Quick validation on the input to check some obvious fail conditions (fail fast).
- validate(UpdateReservationHomeSubClusterRequest) - Static method in class org.apache.hadoop.yarn.server.federation.store.utils.FederationReservationHomeSubClusterStoreInputValidator
-
Quick validation on the input to check some obvious fail conditions (fail fast).
- validateIds(ApplicationId, ApplicationAttemptId, ContainerId) - Method in class org.apache.hadoop.yarn.server.webapp.WebServices
- validateSubClusterAvailability(Collection<SubClusterId>, Collection<SubClusterId>) - Static method in class org.apache.hadoop.yarn.server.federation.policies.FederationPolicyUtils
-
Validate if there is any active subcluster that is not blacklisted, it will throw an exception if there are no usable subclusters.
- value() - Element in annotation interface org.apache.hadoop.yarn.server.utils.Lock
- valueOf(String) - Static method in enum class org.apache.hadoop.yarn.server.api.records.NodeAction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.hadoop.yarn.server.federation.store.records.SubClusterState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.hadoop.yarn.server.federation.store.sql.DatabaseProduct.DbType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.hadoop.yarn.server.metrics.AMRMClientRelayerMetrics.RequestType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.apache.hadoop.yarn.server.api.records.NodeAction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.hadoop.yarn.server.federation.store.records.SubClusterState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.hadoop.yarn.server.federation.store.sql.DatabaseProduct.DbType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.hadoop.yarn.server.metrics.AMRMClientRelayerMetrics.RequestType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- Version - Class in org.apache.hadoop.yarn.server.records
-
The version information for state get stored in YARN components, i.e.
- Version() - Constructor for class org.apache.hadoop.yarn.server.records.Version
- VersionPBImpl - Class in org.apache.hadoop.yarn.server.records.impl.pb
- VersionPBImpl() - Constructor for class org.apache.hadoop.yarn.server.records.impl.pb.VersionPBImpl
- VersionPBImpl(YarnServerCommonProtos.VersionProto) - Constructor for class org.apache.hadoop.yarn.server.records.impl.pb.VersionPBImpl
- VolumeCapabilityBuilder() - Constructor for class org.apache.hadoop.yarn.server.volume.csi.VolumeCapabilityRange.VolumeCapabilityBuilder
- VolumeCapabilityRange - Class in org.apache.hadoop.yarn.server.volume.csi
-
Volume capability range that specified in a volume resource request, this range defines the desired min/max capacity.
- VolumeCapabilityRange.VolumeCapabilityBuilder - Class in org.apache.hadoop.yarn.server.volume.csi
-
The builder used to build a VolumeCapabilityRange instance.
- VolumeException - Exception in org.apache.hadoop.yarn.server.volume.csi.exception
-
Base class for all volume related exceptions.
- VolumeException(String) - Constructor for exception org.apache.hadoop.yarn.server.volume.csi.exception.VolumeException
- VolumeException(String, Exception) - Constructor for exception org.apache.hadoop.yarn.server.volume.csi.exception.VolumeException
- volumeId(VolumeId) - Method in class org.apache.hadoop.yarn.server.volume.csi.VolumeMetaData.VolumeSpecBuilder
- VolumeId - Class in org.apache.hadoop.yarn.server.volume.csi
-
Unique ID for a volume.
- VolumeId(String) - Constructor for class org.apache.hadoop.yarn.server.volume.csi.VolumeId
- VolumeMetaData - Class in org.apache.hadoop.yarn.server.volume.csi
-
VolumeMetaData defines all valid info for a CSI compatible volume.
- VolumeMetaData() - Constructor for class org.apache.hadoop.yarn.server.volume.csi.VolumeMetaData
- VolumeMetaData.VolumeSpecBuilder - Class in org.apache.hadoop.yarn.server.volume.csi
-
The builder used to build a VolumeMetaData instance.
- volumeName(String) - Method in class org.apache.hadoop.yarn.server.volume.csi.VolumeMetaData.VolumeSpecBuilder
- VolumeProvisioningException - Exception in org.apache.hadoop.yarn.server.volume.csi.exception
-
Exception throws when volume provisioning is failed.
- VolumeProvisioningException(String) - Constructor for exception org.apache.hadoop.yarn.server.volume.csi.exception.VolumeProvisioningException
- VolumeProvisioningException(String, Exception) - Constructor for exception org.apache.hadoop.yarn.server.volume.csi.exception.VolumeProvisioningException
- VolumeSpecBuilder() - Constructor for class org.apache.hadoop.yarn.server.volume.csi.VolumeMetaData.VolumeSpecBuilder
W
- WebPageUtils - Class in org.apache.hadoop.yarn.server.webapp
- WebPageUtils() - Constructor for class org.apache.hadoop.yarn.server.webapp.WebPageUtils
- WebServices - Class in org.apache.hadoop.yarn.server.webapp
- WebServices(ApplicationBaseProtocol) - Constructor for class org.apache.hadoop.yarn.server.webapp.WebServices
- WeightedHomePolicyManager - Class in org.apache.hadoop.yarn.server.federation.policies.manager
-
Policy that allows operator to configure "weights" for routing.
- WeightedHomePolicyManager() - Constructor for class org.apache.hadoop.yarn.server.federation.policies.manager.WeightedHomePolicyManager
- WeightedLocalityPolicyManager - Class in org.apache.hadoop.yarn.server.federation.policies.manager
-
Policy that allows operator to configure "weights" for routing.
- WeightedLocalityPolicyManager() - Constructor for class org.apache.hadoop.yarn.server.federation.policies.manager.WeightedLocalityPolicyManager
- WeightedPolicyInfo - Class in org.apache.hadoop.yarn.server.federation.policies.dao
-
This is a DAO class for the configuration of parameters for federation policies.
- WeightedPolicyInfo() - Constructor for class org.apache.hadoop.yarn.server.federation.policies.dao.WeightedPolicyInfo
- WeightedRandomRouterPolicy - Class in org.apache.hadoop.yarn.server.federation.policies.router
-
This policy implements a weighted random sample among currently active sub-clusters.
- WeightedRandomRouterPolicy() - Constructor for class org.apache.hadoop.yarn.server.federation.policies.router.WeightedRandomRouterPolicy
- work() - Method in class org.apache.hadoop.yarn.server.AMHeartbeatRequestHandler
- WrappedLogMetaRequest - Class in org.apache.hadoop.yarn.server.webapp
-
WrappedLogMetaRequest is wrapping a log request initiated by the client.
- WrappedLogMetaRequest.Builder - Class in org.apache.hadoop.yarn.server.webapp
- writeAMRMTokenForUAM(ApplicationId, String, Token<AMRMTokenIdentifier>) - Method in class org.apache.hadoop.yarn.server.federation.utils.FederationRegistryClient
-
Write/update the UAM token for an application and a sub-cluster.
- writeLock - Variable in class org.apache.hadoop.yarn.server.security.BaseContainerTokenSecretManager
- writeLock - Variable in class org.apache.hadoop.yarn.server.security.BaseNMTokenSecretManager
Y
- YARN_APPLICATION_AM_KEYSTORE - Static variable in class org.apache.hadoop.yarn.server.security.AMSecretKeys
- YARN_APPLICATION_AM_KEYSTORE_PASSWORD - Static variable in class org.apache.hadoop.yarn.server.security.AMSecretKeys
- YARN_APPLICATION_AM_TRUSTSTORE - Static variable in class org.apache.hadoop.yarn.server.security.AMSecretKeys
- YARN_APPLICATION_AM_TRUSTSTORE_PASSWORD - Static variable in class org.apache.hadoop.yarn.server.security.AMSecretKeys
- YARN_ROUTER_CURRENT_KEY_ID - Static variable in class org.apache.hadoop.yarn.server.federation.store.sql.FederationQueryRunner
- YARN_ROUTER_SEQUENCE_NUM - Static variable in class org.apache.hadoop.yarn.server.federation.store.sql.FederationQueryRunner
- YarnServerBuilderUtils - Class in org.apache.hadoop.yarn.server.utils
-
Server Builder utilities to construct various objects.
- YarnServerBuilderUtils() - Constructor for class org.apache.hadoop.yarn.server.utils.YarnServerBuilderUtils
- YarnServerSecurityUtils - Class in org.apache.hadoop.yarn.server.utils
-
Utility class that contains commonly used server methods.
- YarnWebServiceParams - Interface in org.apache.hadoop.yarn.server.webapp
-
Common web service parameters which could be used in RM/NM/AHS WebService.
Z
- ZKClient - Class in org.apache.hadoop.yarn.lib
-
ZK Registration Library currently does not use any authorization
- ZKClient(String) - Constructor for class org.apache.hadoop.yarn.lib.ZKClient
-
the zookeeper client library to talk to zookeeper
- ZKFederationStateStoreOpDurations - Class in org.apache.hadoop.yarn.server.federation.store.impl
- ZookeeperFederationStateStore - Class in org.apache.hadoop.yarn.server.federation.store.impl
-
ZooKeeper implementation of
FederationStateStore. - ZookeeperFederationStateStore() - Constructor for class org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form