| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.constraint |
Restrict the domain of a data attribute, often times to fulfill business rules/requirements.
|
| org.apache.hadoop.hbase.coprocessor |
Table of Contents
Overview
Coprocessor
RegionObserver
Endpoint
Coprocessor loading
Overview
Coprocessors are code that runs in-process on each region server.
|
| org.apache.hadoop.hbase.replication.regionserver | |
| org.apache.hadoop.hbase.security.access | |
| org.apache.hadoop.hbase.security.visibility | |
| org.apache.hadoop.hbase.tool |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ConstraintProcessor
Processes multiple
Constraints on a given table. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BaseMasterAndRegionObserver |
class |
BaseRegionObserver
An abstract class that implements RegionObserver.
|
class |
MetaTableMetrics
A coprocessor that collects metrics from meta table.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ReplicationObserver
An Observer to facilitate replication operations
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AccessController
Provides basic authorization checks for data access and administrative
operations.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
VisibilityController
Coprocessor that has both the MasterObserver and RegionObserver implemented that supports in
visibility labels
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
WriteSinkCoprocessor
This coprocessor 'shallows' all the writes.
|
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.