| Package | Description |
|---|---|
| org.apache.hadoop.hbase.coprocessor |
Table of Contents
|
| org.apache.hadoop.hbase.coprocessor.example | |
| org.apache.hadoop.hbase.quotas | |
| org.apache.hadoop.hbase.rsgroup | |
| 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 |
ExampleMasterObserverWithMetrics
An example coprocessor that collects some metrics to demonstrate the usage of exporting custom
metrics from the coprocessor.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<MasterObserver> |
ExampleMasterObserverWithMetrics.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 |
RSGroupAdminEndpoint |
| Modifier and Type | Method and Description |
|---|---|
Optional<MasterObserver> |
RSGroupAdminEndpoint.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 Cloudera. All rights reserved.