public class UserGroupInformationService extends Object implements Service
CONF_PREFIX, DEFAULT_LOCK_TIMEOUT, lockTimeout| Constructor and Description | 
|---|
UserGroupInformationService()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
destroy()
Destroy the service. 
 | 
Class<? extends Service> | 
getInterface()
Return the public interface of the service. 
 | 
org.apache.hadoop.security.UserGroupInformation | 
getProxyUser(String user)  | 
void | 
init(Services services)
Initialize the service. 
 | 
public UserGroupInformationService()
public void init(Services services) throws ServiceException
Service Invoked by the Service singleton at start up time.
init in interface Serviceservices - services singleton initializing the service.ServiceException - thrown if the service could not initialize.public void destroy()
Service Invoked by the Service singleton at shutdown time.
public Class<? extends Service> getInterface()
ServiceServices are retrieved by its public interface. Specializations of services must return the public interface.
getInterface in interface Servicepublic org.apache.hadoop.security.UserGroupInformation getProxyUser(String user) throws IOException
IOExceptionCopyright © 2016 Apache Software Foundation. All rights reserved.