Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.rest |
HBase REST
|
org.apache.hadoop.hbase.security | |
org.apache.hadoop.hbase.security.token | |
org.apache.hadoop.hbase.thrift |
Provides an HBase Thrift
service.
|
org.apache.hadoop.hbase.util |
Modifier and Type | Field and Description |
---|---|
protected UserProvider |
AbstractRpcClient.userProvider |
Modifier and Type | Method and Description |
---|---|
protected void |
HMaster.login(UserProvider user,
String host)
For compatibility, if failed with regionserver credentials, try the master one
|
Modifier and Type | Method and Description |
---|---|
protected void |
HRegionServer.login(UserProvider user,
String host) |
Modifier and Type | Method and Description |
---|---|
static RESTServlet |
RESTServlet.getInstance(org.apache.hadoop.conf.Configuration conf,
UserProvider userProvider) |
Modifier and Type | Method and Description |
---|---|
static UserProvider |
UserProvider.instantiate(org.apache.hadoop.conf.Configuration conf)
Instantiate the
UserProvider specified in the configuration and set the passed
configuration via BaseConfigurable.setConf(Configuration) |
Modifier and Type | Method and Description |
---|---|
static void |
UserProvider.setUserProviderForTesting(org.apache.hadoop.conf.Configuration conf,
Class<? extends UserProvider> provider)
Set the
UserProvider in the given configuration that should be instantiated |
Modifier and Type | Method and Description |
---|---|
UserProvider |
FsDelegationToken.getUserProvider() |
Constructor and Description |
---|
FsDelegationToken(UserProvider userProvider,
String renewer) |
Constructor and Description |
---|
ThriftServerRunner.HBaseHandler(org.apache.hadoop.conf.Configuration c,
UserProvider userProvider) |
Constructor and Description |
---|
ConnectionCache(org.apache.hadoop.conf.Configuration conf,
UserProvider userProvider,
int cleanInterval,
int maxIdleTime) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.