| Package | Description |
|---|---|
| org.apache.hadoop.hbase.ipc | |
| org.apache.hadoop.hbase.mapreduce |
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.rest | |
| org.apache.hadoop.hbase.security | |
| org.apache.hadoop.hbase.security.token | |
| org.apache.hadoop.hbase.util |
| Modifier and Type | Field and Description |
|---|---|
protected UserProvider |
AbstractRpcClient.userProvider |
| Modifier and Type | Class and Description |
|---|---|
class |
HadoopSecurityEnabledUserProviderForTesting
A
UserProvider that always says hadoop security is enabled, regardless of the underlying
configuration. |
| 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(Configuration conf,
UserProvider userProvider) |
| Modifier and Type | Method and Description |
|---|---|
static UserProvider |
UserProvider.instantiate(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(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 |
|---|
ConnectionCache(Configuration conf,
UserProvider userProvider,
int cleanInterval,
int maxIdleTime) |