Modifier and Type | Class and Description |
---|---|
class |
RMContextImpl |
Modifier and Type | Field and Description |
---|---|
protected RMContext |
ResourceManager.rmContext |
Modifier and Type | Method and Description |
---|---|
RMContext |
ResourceManager.getRMContext() |
Modifier and Type | Method and Description |
---|---|
protected RMDelegationTokenSecretManager |
ResourceManager.createRMDelegationTokenSecretManager(RMContext rmContext) |
static List<RMNode> |
RMServerUtils.queryRMNodes(RMContext context,
EnumSet<NodeState> acceptedStates) |
Modifier and Type | Field and Description |
---|---|
protected RMContext |
ApplicationMasterLauncher.context |
Constructor and Description |
---|
AMLauncher(RMContext rmContext,
RMAppAttempt application,
AMLauncherEventType eventType,
Configuration conf) |
ApplicationMasterLauncher(RMContext context) |
Constructor and Description |
---|
RMAppImpl(ApplicationId applicationId,
RMContext rmContext,
Configuration config,
String name,
String user,
String queue,
ApplicationSubmissionContext submissionContext,
YarnScheduler scheduler,
ApplicationMasterService masterService,
long submitTime,
String applicationType) |
Constructor and Description |
---|
RMAppAttemptImpl(ApplicationAttemptId appAttemptId,
RMContext rmContext,
YarnScheduler scheduler,
ApplicationMasterService masterService,
ApplicationSubmissionContext submissionContext,
Configuration conf,
String user) |
Constructor and Description |
---|
RMNodeImpl(NodeId nodeId,
RMContext context,
String hostName,
int cmPort,
int httpPort,
Node node,
Resource capability) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceScheduler.reinitialize(Configuration conf,
RMContext rmContext)
Re-initialize the
ResourceScheduler . |
Modifier and Type | Method and Description |
---|---|
RMContext |
CapacitySchedulerContext.getRMContext() |
RMContext |
CapacityScheduler.getRMContext() |
Modifier and Type | Method and Description |
---|---|
void |
CapacityScheduler.reinitialize(Configuration conf,
RMContext rmContext) |
Constructor and Description |
---|
FiCaSchedulerApp(ApplicationAttemptId applicationAttemptId,
String user,
Queue queue,
ActiveUsersManager activeUsersManager,
RMContext rmContext) |
Modifier and Type | Method and Description |
---|---|
void |
FairScheduler.reinitialize(Configuration conf,
RMContext rmContext) |
Constructor and Description |
---|
FSSchedulerApp(ApplicationAttemptId applicationAttemptId,
String user,
Queue queue,
ActiveUsersManager activeUsersManager,
RMContext rmContext) |
Modifier and Type | Method and Description |
---|---|
void |
FifoScheduler.reinitialize(Configuration conf,
RMContext rmContext) |
Modifier and Type | Field and Description |
---|---|
protected RMContext |
RMDelegationTokenSecretManager.rmContext |
Modifier and Type | Method and Description |
---|---|
void |
DelegationTokenRenewer.setRMContext(RMContext rmContext) |
Constructor and Description |
---|
RMDelegationTokenSecretManager(long delegationKeyUpdateInterval,
long delegationTokenMaxLifetime,
long delegationTokenRenewInterval,
long delegationTokenRemoverScanInterval,
RMContext rmContext)
Create a secret manager
|
Constructor and Description |
---|
FairSchedulerAppsBlock(RMContext rmContext,
ResourceManager rm,
View.ViewContext ctx) |
Constructor and Description |
---|
ClusterMetricsInfo(ResourceManager rm,
RMContext rmContext) |
UserMetricsInfo(ResourceManager rm,
RMContext rmContext,
String user) |
Copyright © 2013 Apache Software Foundation. All rights reserved.