| 程序包 | 说明 |
|---|---|
| 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.replication |
Multi Cluster Replication
Cluster replication documentation has been moved to the link:http://hbase.apache.org/book.html#_cluster_replication[Cluster Replication] section of the link:http://hbase.apache.org/book.html[Apache HBase Reference Guide].
|
| org.apache.hadoop.hbase.replication.regionserver | |
| org.apache.hadoop.hbase.security.access | |
| org.apache.hadoop.hbase.security.visibility |
| 限定符和类型 | 方法和说明 |
|---|---|
default ReplicationEndpoint |
RegionServerObserver.postCreateReplicationEndPoint(ObserverContext<RegionServerCoprocessorEnvironment> ctx,
ReplicationEndpoint endpoint)
This will be called after the replication endpoint is instantiated.
|
| 限定符和类型 | 方法和说明 |
|---|---|
default ReplicationEndpoint |
RegionServerObserver.postCreateReplicationEndPoint(ObserverContext<RegionServerCoprocessorEnvironment> ctx,
ReplicationEndpoint endpoint)
This will be called after the replication endpoint is instantiated.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ReplicationEndpoint |
RegionServerCoprocessorHost.postCreateReplicationEndPoint(ReplicationEndpoint endpoint) |
| 限定符和类型 | 方法和说明 |
|---|---|
ReplicationEndpoint |
RegionServerCoprocessorHost.postCreateReplicationEndPoint(ReplicationEndpoint endpoint) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BaseReplicationEndpoint
A Base implementation for
ReplicationEndpoints. |
class |
HBaseReplicationEndpoint
A
BaseReplicationEndpoint for replication endpoints whose
target cluster is an HBase cluster. |
| 构造器和说明 |
|---|
ClusterMarkingEntryFilter(UUID clusterId,
UUID peerClusterId,
ReplicationEndpoint replicationEndpoint) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
HBaseInterClusterReplicationEndpoint
A
ReplicationEndpoint
implementation for replicating to another HBase cluster. |
class |
RegionReplicaReplicationEndpoint
A
ReplicationEndpoint endpoint
which receives the WAL edits from the WAL, and sends the edits to replicas
of regions. |
| 限定符和类型 | 方法和说明 |
|---|---|
ReplicationEndpoint |
ReplicationSourceInterface.getReplicationEndpoint() |
ReplicationEndpoint |
ReplicationSource.getReplicationEndpoint() |
| 限定符和类型 | 方法和说明 |
|---|---|
ReplicationEndpoint |
AccessController.postCreateReplicationEndPoint(ObserverContext<RegionServerCoprocessorEnvironment> ctx,
ReplicationEndpoint endpoint) |
| 限定符和类型 | 方法和说明 |
|---|---|
ReplicationEndpoint |
AccessController.postCreateReplicationEndPoint(ObserverContext<RegionServerCoprocessorEnvironment> ctx,
ReplicationEndpoint endpoint) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
VisibilityReplicationEndpoint |
| 限定符和类型 | 方法和说明 |
|---|---|
ReplicationEndpoint |
VisibilityReplication.postCreateReplicationEndPoint(ObserverContext<RegionServerCoprocessorEnvironment> ctx,
ReplicationEndpoint endpoint) |
| 限定符和类型 | 方法和说明 |
|---|---|
ReplicationEndpoint |
VisibilityReplication.postCreateReplicationEndPoint(ObserverContext<RegionServerCoprocessorEnvironment> ctx,
ReplicationEndpoint endpoint) |
| 构造器和说明 |
|---|
VisibilityReplicationEndpoint(ReplicationEndpoint endpoint,
VisibilityLabelService visibilityLabelsService) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.