@InterfaceAudience.Private public class GetGroups extends GetGroupsBase
| Constructor and Description |
|---|
GetGroups(Configuration conf) |
GetGroups(Configuration conf,
PrintStream out) |
| Modifier and Type | Method and Description |
|---|---|
protected InetSocketAddress |
getProtocolAddress(Configuration conf)
Must be overridden by subclasses to get the address where the
GetUserMappingsProtocol implementation is running. |
protected GetUserMappingsProtocol |
getUgmProtocol()
Get a client of the
GetUserMappingsProtocol. |
static void |
main(String[] argv) |
void |
setConf(Configuration conf)
Set the configuration to be used by this object.
|
rungetConfclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfpublic GetGroups(Configuration conf)
public GetGroups(Configuration conf, PrintStream out)
protected InetSocketAddress getProtocolAddress(Configuration conf) throws IOException
GetGroupsBaseGetUserMappingsProtocol implementation is running.getProtocolAddress in class GetGroupsBaseconf - The configuration to use.IOExceptionpublic void setConf(Configuration conf)
ConfigurablesetConf in interface ConfigurablesetConf in class Configuredprotected GetUserMappingsProtocol getUgmProtocol() throws IOException
GetGroupsBaseGetUserMappingsProtocol.getUgmProtocol in class GetGroupsBaseGetUserMappingsProtocol client proxy.IOExceptionCopyright © 2013 Apache Software Foundation. All rights reserved.