Package | Description |
---|---|
org.apache.hadoop.hbase.coprocessor |
Table of Contents
|
org.apache.hadoop.hbase.quotas | |
org.apache.hadoop.hbase.security.access | |
org.apache.hadoop.hbase.security.visibility |
Modifier and Type | Method and Description |
---|---|
default Optional<MasterObserver> |
MasterCoprocessor.getMasterObserver() |
Modifier and Type | Class and Description |
---|---|
class |
MasterQuotasObserver
An observer to automatically delete quotas when a table/namespace
is deleted.
|
Modifier and Type | Method and Description |
---|---|
Optional<MasterObserver> |
MasterQuotasObserver.getMasterObserver() |
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.
|
Modifier and Type | Method and Description |
---|---|
Optional<MasterObserver> |
AccessController.getMasterObserver() |
Optional<MasterObserver> |
CoprocessorWhitelistMasterObserver.getMasterObserver() |
Modifier and Type | Class and Description |
---|---|
class |
VisibilityController
Coprocessor that has both the MasterObserver and RegionObserver implemented that supports in
visibility labels
|
Modifier and Type | Method and Description |
---|---|
Optional<MasterObserver> |
VisibilityController.getMasterObserver() |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.