public class RMSecretManagerService
extends org.apache.hadoop.service.AbstractService
| Constructor and Description | 
|---|
| RMSecretManagerService(org.apache.hadoop.conf.Configuration conf,
                      RMContextImpl rmContext)Construct the service. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected AMRMTokenSecretManager | createAMRMTokenSecretManager(org.apache.hadoop.conf.Configuration conf,
                            RMContext rmContext) | 
| protected ClientToAMTokenSecretManagerInRM | createClientToAMTokenSecretManager() | 
| protected RMContainerTokenSecretManager | createContainerTokenSecretManager(org.apache.hadoop.conf.Configuration conf) | 
| protected NMTokenSecretManagerInRM | createNMTokenSecretManager(org.apache.hadoop.conf.Configuration conf) | 
| protected RMDelegationTokenSecretManager | createRMDelegationTokenSecretManager(org.apache.hadoop.conf.Configuration conf,
                                    RMContext rmContext) | 
| void | serviceInit(org.apache.hadoop.conf.Configuration conf) | 
| void | serviceStart() | 
| void | serviceStop() | 
close, getBlockers, getConfig, getFailureCause, getFailureState, getLifecycleHistory, getName, getServiceState, getStartTime, init, isInState, noteFailure, putBlocker, registerGlobalListener, registerServiceListener, removeBlocker, setConfig, start, stop, toString, unregisterGlobalListener, unregisterServiceListener, waitForServiceToStoppublic RMSecretManagerService(org.apache.hadoop.conf.Configuration conf,
                      RMContextImpl rmContext)
public void serviceInit(org.apache.hadoop.conf.Configuration conf)
                 throws Exception
serviceInit in class org.apache.hadoop.service.AbstractServiceExceptionpublic void serviceStart()
                  throws Exception
serviceStart in class org.apache.hadoop.service.AbstractServiceExceptionpublic void serviceStop()
                 throws Exception
serviceStop in class org.apache.hadoop.service.AbstractServiceExceptionprotected RMContainerTokenSecretManager createContainerTokenSecretManager(org.apache.hadoop.conf.Configuration conf)
protected NMTokenSecretManagerInRM createNMTokenSecretManager(org.apache.hadoop.conf.Configuration conf)
protected AMRMTokenSecretManager createAMRMTokenSecretManager(org.apache.hadoop.conf.Configuration conf, RMContext rmContext)
protected ClientToAMTokenSecretManagerInRM createClientToAMTokenSecretManager()
protected RMDelegationTokenSecretManager createRMDelegationTokenSecretManager(org.apache.hadoop.conf.Configuration conf, RMContext rmContext)
Copyright © 2017 Apache Software Foundation. All Rights Reserved.