| Package | Description |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.coprocessor |
Table of Contents
|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.quotas | |
| 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.MasterCoprocessorService
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MasterCoprocessor |
MasterCoprocessorHost.checkAndGetInstance(Class<?> implClass) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hbase.master.MasterCoprocessorHost.MasterEnvironment |
MasterCoprocessorHost.createEnvironment(MasterCoprocessor instance,
int priority,
int seq,
org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Class and Description |
|---|---|
class |
MasterQuotasObserver
An observer to automatically delete quotas when a table/namespace is deleted.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessController
Provides basic authorization checks for data access and administrative operations.
|
class |
CoprocessorWhitelistMasterObserver
Master observer for restricting coprocessor assignments.
|
class |
SnapshotScannerHDFSAclController
Set HDFS ACLs to hFiles to make HBase granted users have permission to scan snapshot
|
| Modifier and Type | Class and Description |
|---|---|
class |
VisibilityController
Coprocessor that has both the MasterObserver and RegionObserver implemented that supports in
visibility labels
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.