| Package | Description |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.coprocessor |
Table of Contents
|
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.security.access | |
| org.apache.hadoop.hbase.security.visibility |
| Modifier and Type | Class and Description |
|---|---|
class |
JMXListener
Pluggable JMX Agent for HBase(to fix the 2 random TCP ports issue
of the out-of-the-box JMX Agent):
1)connector port can share with the registry port if SSL is OFF
2)support password authentication
3)support subset of SSL (with default configuration)
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CoprocessorServiceBackwardCompatiblity.RegionServerCoprocessorService
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
private CoprocessorHost.ObserverGetter<RegionServerCoprocessor,RegionServerObserver> |
RegionServerCoprocessorHost.rsObserverGetter |
| Modifier and Type | Method and Description |
|---|---|
RegionServerCoprocessor |
RegionServerCoprocessorHost.checkAndGetInstance(Class<?> implClass) |
| Modifier and Type | Method and Description |
|---|---|
RegionServerCoprocessorHost.RegionServerEnvironment |
RegionServerCoprocessorHost.createEnvironment(RegionServerCoprocessor instance,
int priority,
int sequence,
org.apache.hadoop.conf.Configuration conf) |
| Constructor and Description |
|---|
RegionServerEnvironment(RegionServerCoprocessor impl,
int priority,
int seq,
org.apache.hadoop.conf.Configuration conf,
RegionServerServices services) |
RegionServerEnvironmentForCoreCoprocessors(RegionServerCoprocessor impl,
int priority,
int seq,
org.apache.hadoop.conf.Configuration conf,
RegionServerServices services) |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessController
Provides basic authorization checks for data access and administrative
operations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VisibilityReplication
A RegionServerObserver impl that provides the custom
VisibilityReplicationEndpoint.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.