|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager |
|---|
| Classes in org.apache.hadoop.yarn.server.resourcemanager that implement RMContext | |
|---|---|
class |
RMContextImpl
|
| Methods in org.apache.hadoop.yarn.server.resourcemanager that return RMContext | |
|---|---|
RMContext |
ResourceManager.getRMContext()
|
| Methods in org.apache.hadoop.yarn.server.resourcemanager with parameters of type RMContext | |
|---|---|
protected AMRMTokenSecretManager |
RMSecretManagerService.createAMRMTokenSecretManager(org.apache.hadoop.conf.Configuration conf,
RMContext rmContext)
|
protected RMDelegationTokenSecretManager |
RMSecretManagerService.createRMDelegationTokenSecretManager(org.apache.hadoop.conf.Configuration conf,
RMContext rmContext)
|
static List<RMNode> |
RMServerUtils.queryRMNodes(RMContext context,
EnumSet<org.apache.hadoop.yarn.api.records.NodeState> acceptedStates)
|
| Constructors in org.apache.hadoop.yarn.server.resourcemanager with parameters of type RMContext | |
|---|---|
AdminService(ResourceManager rm,
RMContext rmContext)
|
|
ApplicationMasterService(RMContext rmContext,
YarnScheduler scheduler)
|
|
ClientRMService(RMContext rmContext,
YarnScheduler scheduler,
RMAppManager rmAppManager,
org.apache.hadoop.yarn.server.security.ApplicationACLsManager applicationACLsManager,
QueueACLsManager queueACLsManager,
RMDelegationTokenSecretManager rmDTSecretManager)
|
|
ClientRMService(RMContext rmContext,
YarnScheduler scheduler,
RMAppManager rmAppManager,
org.apache.hadoop.yarn.server.security.ApplicationACLsManager applicationACLsManager,
QueueACLsManager queueACLsManager,
RMDelegationTokenSecretManager rmDTSecretManager,
org.apache.hadoop.yarn.util.Clock clock)
|
|
NodesListManager(RMContext rmContext)
|
|
ResourceManager.ApplicationAttemptEventDispatcher(RMContext rmContext)
|
|
ResourceManager.ApplicationEventDispatcher(RMContext rmContext)
|
|
ResourceManager.NodeEventDispatcher(RMContext rmContext)
|
|
ResourceTrackerService(RMContext rmContext,
NodesListManager nodesListManager,
NMLivelinessMonitor nmLivelinessMonitor,
RMContainerTokenSecretManager containerTokenSecretManager,
NMTokenSecretManagerInRM nmTokenSecretManager)
|
|
RMAppManager(RMContext context,
YarnScheduler scheduler,
ApplicationMasterService masterService,
org.apache.hadoop.yarn.server.security.ApplicationACLsManager applicationACLsManager,
org.apache.hadoop.conf.Configuration conf)
|
|
RMNMInfo(RMContext rmc,
ResourceScheduler sched)
Constructor for RMNMInfo registers the bean with JMX. |
|
| Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.amlauncher |
|---|
| Fields in org.apache.hadoop.yarn.server.resourcemanager.amlauncher declared as RMContext | |
|---|---|
protected RMContext |
ApplicationMasterLauncher.context
|
| Constructors in org.apache.hadoop.yarn.server.resourcemanager.amlauncher with parameters of type RMContext | |
|---|---|
AMLauncher(RMContext rmContext,
RMAppAttempt application,
AMLauncherEventType eventType,
org.apache.hadoop.conf.Configuration conf)
|
|
ApplicationMasterLauncher(RMContext context)
|
|
| Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.monitor |
|---|
| Constructors in org.apache.hadoop.yarn.server.resourcemanager.monitor with parameters of type RMContext | |
|---|---|
SchedulingMonitor(RMContext rmContext,
SchedulingEditPolicy scheduleEditPolicy)
|
|
| Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.reservation |
|---|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.reservation with parameters of type RMContext | |
|---|---|
void |
ReservationSystem.reinitialize(org.apache.hadoop.conf.Configuration conf,
RMContext rmContext)
Re-initialize the ReservationSystem. |
void |
CapacityReservationSystem.reinitialize(org.apache.hadoop.conf.Configuration conf,
RMContext rmContext)
|
void |
AbstractReservationSystem.reinitialize(org.apache.hadoop.conf.Configuration conf,
RMContext rmContext)
|
void |
ReservationSystem.setRMContext(RMContext rmContext)
Set RMContext for ReservationSystem. |
void |
AbstractReservationSystem.setRMContext(RMContext rmContext)
|
| Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.rmapp |
|---|
| Constructors in org.apache.hadoop.yarn.server.resourcemanager.rmapp with parameters of type RMContext | |
|---|---|
RMAppImpl(org.apache.hadoop.yarn.api.records.ApplicationId applicationId,
RMContext rmContext,
org.apache.hadoop.conf.Configuration config,
String name,
String user,
String queue,
org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext submissionContext,
YarnScheduler scheduler,
ApplicationMasterService masterService,
long submitTime,
String applicationType,
Set<String> applicationTags,
org.apache.hadoop.yarn.api.records.ResourceRequest amReq)
|
|
| Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt |
|---|
| Constructors in org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt with parameters of type RMContext | |
|---|---|
RMAppAttemptImpl(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId,
RMContext rmContext,
YarnScheduler scheduler,
ApplicationMasterService masterService,
org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext submissionContext,
org.apache.hadoop.conf.Configuration conf,
boolean maybeLastAttempt,
org.apache.hadoop.yarn.api.records.ResourceRequest amReq)
|
|
RMAppAttemptMetrics(org.apache.hadoop.yarn.api.records.ApplicationAttemptId attemptId,
RMContext rmContext)
|
|
| Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.rmcontainer |
|---|
| Constructors in org.apache.hadoop.yarn.server.resourcemanager.rmcontainer with parameters of type RMContext | |
|---|---|
RMContainerImpl(org.apache.hadoop.yarn.api.records.Container container,
org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId,
org.apache.hadoop.yarn.api.records.NodeId nodeId,
String user,
RMContext rmContext)
|
|
RMContainerImpl(org.apache.hadoop.yarn.api.records.Container container,
org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId,
org.apache.hadoop.yarn.api.records.NodeId nodeId,
String user,
RMContext rmContext,
long creationTime)
|
|
| Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.rmnode |
|---|
| Constructors in org.apache.hadoop.yarn.server.resourcemanager.rmnode with parameters of type RMContext | |
|---|---|
RMNodeImpl(org.apache.hadoop.yarn.api.records.NodeId nodeId,
RMContext context,
String hostName,
int cmPort,
int httpPort,
org.apache.hadoop.net.Node node,
org.apache.hadoop.yarn.api.records.Resource capability,
String nodeManagerVersion)
|
|
| Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.scheduler |
|---|
| Fields in org.apache.hadoop.yarn.server.resourcemanager.scheduler declared as RMContext | |
|---|---|
protected RMContext |
SchedulerApplicationAttempt.rmContext
|
protected RMContext |
AbstractYarnScheduler.rmContext
|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler with parameters of type RMContext | |
|---|---|
void |
ResourceScheduler.reinitialize(org.apache.hadoop.conf.Configuration conf,
RMContext rmContext)
Re-initialize the ResourceScheduler. |
void |
ResourceScheduler.setRMContext(RMContext rmContext)
Set RMContext for ResourceScheduler. |
| Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler with parameters of type RMContext | |
|---|---|
SchedulerApplicationAttempt(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId,
String user,
Queue queue,
ActiveUsersManager activeUsersManager,
RMContext rmContext)
|
|
| Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity |
|---|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity that return RMContext | |
|---|---|
RMContext |
CapacitySchedulerContext.getRMContext()
|
RMContext |
CapacityScheduler.getRMContext()
|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity with parameters of type RMContext | |
|---|---|
void |
CapacityScheduler.reinitialize(org.apache.hadoop.conf.Configuration conf,
RMContext rmContext)
|
void |
CapacityScheduler.setRMContext(RMContext rmContext)
|
| Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.scheduler.common.fica |
|---|
| Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.common.fica with parameters of type RMContext | |
|---|---|
FiCaSchedulerApp(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId,
String user,
Queue queue,
ActiveUsersManager activeUsersManager,
RMContext rmContext)
|
|
| Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair |
|---|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair with parameters of type RMContext | |
|---|---|
void |
FairScheduler.reinitialize(org.apache.hadoop.conf.Configuration conf,
RMContext rmContext)
|
void |
FairScheduler.setRMContext(RMContext rmContext)
|
| Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair with parameters of type RMContext | |
|---|---|
FSAppAttempt(FairScheduler scheduler,
org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId,
String user,
FSLeafQueue queue,
ActiveUsersManager activeUsersManager,
RMContext rmContext)
|
|
| Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fifo |
|---|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fifo with parameters of type RMContext | |
|---|---|
void |
FifoScheduler.reinitialize(org.apache.hadoop.conf.Configuration conf,
RMContext rmContext)
|
void |
FifoScheduler.setRMContext(RMContext rmContext)
|
| Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.security |
|---|
| Fields in org.apache.hadoop.yarn.server.resourcemanager.security declared as RMContext | |
|---|---|
protected RMContext |
RMDelegationTokenSecretManager.rmContext
|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.security with parameters of type RMContext | |
|---|---|
void |
DelegationTokenRenewer.setRMContext(RMContext rmContext)
|
| Constructors in org.apache.hadoop.yarn.server.resourcemanager.security with parameters of type RMContext | |
|---|---|
AMRMTokenSecretManager(org.apache.hadoop.conf.Configuration conf,
RMContext rmContext)
Create an AMRMTokenSecretManager |
|
RMDelegationTokenSecretManager(long delegationKeyUpdateInterval,
long delegationTokenMaxLifetime,
long delegationTokenRenewInterval,
long delegationTokenRemoverScanInterval,
RMContext rmContext)
Create a secret manager |
|
| Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.webapp |
|---|
| Constructors in org.apache.hadoop.yarn.server.resourcemanager.webapp with parameters of type RMContext | |
|---|---|
FairSchedulerAppsBlock(RMContext rmContext,
ResourceManager rm,
org.apache.hadoop.yarn.webapp.View.ViewContext ctx,
org.apache.hadoop.conf.Configuration conf)
|
|
| Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao |
|---|
| Constructors in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao with parameters of type RMContext | |
|---|---|
ClusterMetricsInfo(ResourceManager rm,
RMContext rmContext)
|
|
UserMetricsInfo(ResourceManager rm,
RMContext rmContext,
String user)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||