Package | Description |
---|---|
org.apache.hadoop.hbase.coprocessor |
Table of Contents
|
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.replication.regionserver | |
org.apache.hadoop.hbase.rest |
HBase REST
|
org.apache.hadoop.hbase.rsgroup | |
org.apache.hadoop.hbase.security | |
org.apache.hadoop.hbase.security.access | |
org.apache.hadoop.hbase.security.token | |
org.apache.hadoop.hbase.thrift |
Provides an HBase Thrift
service.
|
org.apache.hadoop.hbase.thrift2 |
Provides an HBase Thrift
service.
|
org.apache.hadoop.hbase.tool | |
org.apache.hadoop.hbase.util |
Modifier and Type | Field and Description |
---|---|
private UserProvider |
Export.userProvider |
Modifier and Type | Method and Description |
---|---|
private static User |
Export.SecureWriter.getActiveUser(UserProvider userProvider,
org.apache.hadoop.security.token.Token userToken) |
private static org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse |
Export.processData(Region region,
org.apache.hadoop.conf.Configuration conf,
UserProvider userProvider,
Scan scan,
org.apache.hadoop.security.token.Token userToken,
List<org.apache.hadoop.io.SequenceFile.Writer.Option> opts) |
Constructor and Description |
---|
SecureWriter(org.apache.hadoop.conf.Configuration conf,
UserProvider userProvider,
org.apache.hadoop.security.token.Token userToken,
List<org.apache.hadoop.io.SequenceFile.Writer.Option> opts) |
Modifier and Type | Field and Description |
---|---|
protected UserProvider |
AbstractRpcClient.userProvider |
protected UserProvider |
RpcServer.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 | Field and Description |
---|---|
private UserProvider |
SecureBulkLoadManager.userProvider |
private UserProvider |
HRegionServer.userProvider |
Modifier and Type | Method and Description |
---|---|
protected void |
HRegionServer.login(UserProvider user,
String host) |
Modifier and Type | Field and Description |
---|---|
private UserProvider |
HFileReplicator.userProvider |
Modifier and Type | Field and Description |
---|---|
private UserProvider |
RESTServer.userProvider |
Modifier and Type | Method and Description |
---|---|
static RESTServlet |
RESTServlet.getInstance(org.apache.hadoop.conf.Configuration conf,
UserProvider userProvider) |
private static Pair<org.eclipse.jetty.servlet.FilterHolder,Class<? extends org.glassfish.jersey.servlet.ServletContainer>> |
RESTServer.loginServerPrincipal(UserProvider userProvider,
org.apache.hadoop.conf.Configuration conf) |
Constructor and Description |
---|
RESTServlet(org.apache.hadoop.conf.Configuration conf,
UserProvider userProvider)
Constructor with existing configuration
|
Modifier and Type | Field and Description |
---|---|
private UserProvider |
RSGroupAdminEndpoint.userProvider
Provider for mapping principal names to Users
|
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 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 | Field and Description |
---|---|
private UserProvider |
AccessController.userProvider
Provider for mapping principal names to Users
|
Modifier and Type | Field and Description |
---|---|
private UserProvider |
FsDelegationToken.userProvider |
Modifier and Type | Method and Description |
---|---|
UserProvider |
FsDelegationToken.getUserProvider() |
Constructor and Description |
---|
FsDelegationToken(UserProvider userProvider,
String renewer) |
Constructor and Description |
---|
HBaseHandler(org.apache.hadoop.conf.Configuration c,
UserProvider userProvider) |
Constructor and Description |
---|
ThriftHBaseServiceHandler(org.apache.hadoop.conf.Configuration conf,
UserProvider userProvider) |
Modifier and Type | Field and Description |
---|---|
private UserProvider |
LoadIncrementalHFiles.userProvider |
Modifier and Type | Field and Description |
---|---|
private UserProvider |
ConnectionCache.userProvider |
Constructor and Description |
---|
ConnectionCache(org.apache.hadoop.conf.Configuration conf,
UserProvider userProvider,
int cleanInterval,
int maxIdleTime) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.