|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use User | |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.ipc | |
| org.apache.hadoop.hbase.security | |
| Uses of User in org.apache.hadoop.hbase |
|---|
| Methods in org.apache.hadoop.hbase with parameters of type User | |
|---|---|
void |
HTableDescriptor.setOwner(User owner)
Deprecated. |
| Uses of User in org.apache.hadoop.hbase.ipc |
|---|
| Methods in org.apache.hadoop.hbase.ipc with parameters of type User | |
|---|---|
com.google.protobuf.BlockingRpcChannel |
RpcClient.createBlockingRpcChannel(ServerName sn,
User ticket,
int rpcTimeout)
Creates a "channel" that can be used by a blocking protobuf service. |
protected RpcClient.Connection |
RpcClient.getConnection(User ticket,
RpcClient.Call call,
InetSocketAddress addr,
int rpcTimeout,
Codec codec,
org.apache.hadoop.io.compress.CompressionCodec compressor)
|
| Constructors in org.apache.hadoop.hbase.ipc with parameters of type User | |
|---|---|
RpcClient.BlockingRpcChannelImplementation(RpcClient rpcClient,
ServerName sn,
User ticket,
int rpcTimeout)
|
|
| Uses of User in org.apache.hadoop.hbase.security |
|---|
| Methods in org.apache.hadoop.hbase.security that return User | |
|---|---|
static User |
User.create(org.apache.hadoop.security.UserGroupInformation ugi)
Wraps an underlying UserGroupInformation instance. |
static User |
User.createUserForTesting(org.apache.hadoop.conf.Configuration conf,
String name,
String[] groups)
Generates a new User instance specifically for use in test code. |
static User |
User.getCurrent()
Returns the User instance within current execution context. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||