| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase | |
| 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.regionserver | |
| org.apache.hadoop.hbase.security.access | |
| org.apache.hadoop.hbase.security.visibility |
| 限定符和类型 | 类和说明 |
|---|---|
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)
|
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CoprocessorServiceBackwardCompatiblity.RegionServerCoprocessorService
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
RegionServerCoprocessor |
RegionServerCoprocessorHost.checkAndGetInstance(Class<?> implClass) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.hadoop.hbase.regionserver.RegionServerCoprocessorHost.RegionServerEnvironment |
RegionServerCoprocessorHost.createEnvironment(RegionServerCoprocessor instance,
int priority,
int sequence,
org.apache.hadoop.conf.Configuration conf) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AccessController
Provides basic authorization checks for data access and administrative
operations.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
VisibilityReplication
A RegionServerObserver impl that provides the custom
VisibilityReplicationEndpoint.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.