Uses of Interface
org.apache.hadoop.security.UserGroupInformation

Packages that use UserGroupInformation
org.apache.hadoop.hbase.ipc   
org.apache.hadoop.ipc Tools to help define network clients and servers. 
org.apache.hadoop.security   
 

Uses of UserGroupInformation in org.apache.hadoop.hbase.ipc
 

Methods in org.apache.hadoop.hbase.ipc with parameters of type UserGroupInformation
static VersionedProtocol HbaseRPC.getProxy(Class<?> protocol, long clientVersion, InetSocketAddress addr, UserGroupInformation ticket, Configuration conf, SocketFactory factory)
          Construct a client-side proxy object that implements the named protocol, talking to a server at the named address.
 

Uses of UserGroupInformation in org.apache.hadoop.ipc
 

Methods in org.apache.hadoop.ipc that return UserGroupInformation
static UserGroupInformation Server.getUserInfo()
          Returns UserGroupInformation associated with current RPC.
 

Methods in org.apache.hadoop.ipc with parameters of type UserGroupInformation
 Writable Client.call(Writable param, InetSocketAddress addr, UserGroupInformation ticket)
           
static VersionedProtocol RPC.getProxy(Class<?> protocol, long clientVersion, InetSocketAddress addr, UserGroupInformation ticket, Configuration conf, SocketFactory factory)
          Construct a client-side proxy object that implements the named protocol, talking to a server at the named address.
 

Uses of UserGroupInformation in org.apache.hadoop.security
 

Classes in org.apache.hadoop.security that implement UserGroupInformation
 class UnixUserGroupInformation
          An implementation of UserGroupInformation in the Unix system
 



Copyright © 2006 The Apache Software Foundation