| Package | Description |
|---|---|
| org.apache.hadoop.hbase.coprocessor |
Table of Contents
|
| org.apache.hadoop.hbase.security.access | |
| org.apache.hadoop.hbase.security.visibility |
| Modifier and Type | Method and Description |
|---|---|
default void |
RegionServerObserver.postClearCompactionQueues(ObserverContext<RegionServerCoprocessorEnvironment> ctx)
This will be called after clearing compaction queues
|
default ReplicationEndpoint |
RegionServerObserver.postCreateReplicationEndPoint(ObserverContext<RegionServerCoprocessorEnvironment> ctx,
ReplicationEndpoint endpoint)
This will be called after the replication endpoint is instantiated.
|
default void |
RegionServerObserver.postExecuteProcedures(ObserverContext<RegionServerCoprocessorEnvironment> ctx)
This will be called after executing procedures
|
default void |
RegionServerObserver.postReplicateLogEntries(ObserverContext<RegionServerCoprocessorEnvironment> ctx)
Deprecated.
As of release 2.0.0 with out any replacement. This is maintained for internal usage
by AccessController. Do not use these hooks in custom co-processors.
|
default void |
RegionServerObserver.postReplicationSinkBatchMutate(ObserverContext<RegionServerCoprocessorEnvironment> ctx,
org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.WALEntry walEntry,
Mutation mutation)
This will be called after replication sink mutations are executed on the sink table as part of
batch call.
|
default void |
RegionServerObserver.postRollWALWriterRequest(ObserverContext<RegionServerCoprocessorEnvironment> ctx)
This will be called after executing user request to roll a region server WAL.
|
default void |
RegionServerObserver.preClearCompactionQueues(ObserverContext<RegionServerCoprocessorEnvironment> ctx)
This will be called before clearing compaction queues
|
default void |
RegionServerObserver.preExecuteProcedures(ObserverContext<RegionServerCoprocessorEnvironment> ctx)
This will be called before executing procedures
|
default void |
RegionServerObserver.preReplicateLogEntries(ObserverContext<RegionServerCoprocessorEnvironment> ctx)
Deprecated.
As of release 2.0.0 with out any replacement. This is maintained for internal usage
by AccessController. Do not use these hooks in custom co-processors.
|
default void |
RegionServerObserver.preReplicationSinkBatchMutate(ObserverContext<RegionServerCoprocessorEnvironment> ctx,
org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.WALEntry walEntry,
Mutation mutation)
This will be called before replication sink mutations are executed on the sink table as part of
batch call.
|
default void |
RegionServerObserver.preRollWALWriterRequest(ObserverContext<RegionServerCoprocessorEnvironment> ctx)
This will be called before executing user request to roll a region server WAL.
|
default void |
RegionServerObserver.preStopRegionServer(ObserverContext<RegionServerCoprocessorEnvironment> ctx)
Called before stopping region server.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicationEndpoint |
AccessController.postCreateReplicationEndPoint(ObserverContext<RegionServerCoprocessorEnvironment> ctx,
ReplicationEndpoint endpoint) |
void |
AccessController.postRollWALWriterRequest(ObserverContext<RegionServerCoprocessorEnvironment> ctx) |
void |
AccessController.preClearCompactionQueues(ObserverContext<RegionServerCoprocessorEnvironment> ctx) |
void |
AccessController.preExecuteProcedures(ObserverContext<RegionServerCoprocessorEnvironment> ctx) |
void |
AccessController.preReplicateLogEntries(ObserverContext<RegionServerCoprocessorEnvironment> ctx) |
void |
AccessController.preRollWALWriterRequest(ObserverContext<RegionServerCoprocessorEnvironment> ctx) |
void |
AccessController.preStopRegionServer(ObserverContext<RegionServerCoprocessorEnvironment> ctx) |
| Modifier and Type | Method and Description |
|---|---|
ReplicationEndpoint |
VisibilityReplication.postCreateReplicationEndPoint(ObserverContext<RegionServerCoprocessorEnvironment> ctx,
ReplicationEndpoint endpoint) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.