Uses of Interface
org.apache.hadoop.hbase.coprocessor.RegionObserver
Packages that use RegionObserver
Package
Description
Restrict the domain of a data attribute, often times to fulfill business rules/requirements.
Table of Contents
-
Uses of RegionObserver in org.apache.hadoop.hbase.backup
Classes in org.apache.hadoop.hbase.backup that implement RegionObserverModifier and TypeClassDescriptionclass
An Observer to facilitate backup operationsMethods in org.apache.hadoop.hbase.backup that return types with arguments of type RegionObserver -
Uses of RegionObserver in org.apache.hadoop.hbase.constraint
Classes in org.apache.hadoop.hbase.constraint that implement RegionObserverMethods in org.apache.hadoop.hbase.constraint that return types with arguments of type RegionObserver -
Uses of RegionObserver in org.apache.hadoop.hbase.coprocessor
Classes in org.apache.hadoop.hbase.coprocessor that implement RegionObserverModifier and TypeClassDescription(package private) class
Methods in org.apache.hadoop.hbase.coprocessor that return types with arguments of type RegionObserverModifier and TypeMethodDescriptionMetaTableMetrics.ExampleRegionObserverMeta.getRegionObserver()
MetaTableMetrics.getRegionObserver()
default Optional<RegionObserver>
RegionCoprocessor.getRegionObserver()
-
Uses of RegionObserver in org.apache.hadoop.hbase.coprocessor.example
Classes in org.apache.hadoop.hbase.coprocessor.example that implement RegionObserverModifier and TypeClassDescription(package private) class
class
A RegionObserver which modifies incoming Scan requests to include additional columns than what the user actually requested.class
This RegionObserver replaces the values of Puts from one value to another on compaction.class
An example for implementing a counter that reads is much less than writes, i.e, write heavy.class
This is an example showing how a RegionObserver could be configured via ZooKeeper in order to control a Region compaction, flush, and scan policy.Methods in org.apache.hadoop.hbase.coprocessor.example that return types with arguments of type RegionObserverModifier and TypeMethodDescriptionExampleRegionObserverWithMetrics.ExampleRegionObserver.getRegionObserver()
ExampleRegionObserverWithMetrics.getRegionObserver()
ScanModifyingObserver.getRegionObserver()
ValueRewritingObserver.getRegionObserver()
WriteHeavyIncrementObserver.getRegionObserver()
ZooKeeperScanPolicyObserver.getRegionObserver()
-
Uses of RegionObserver in org.apache.hadoop.hbase.coprocessor.example.row.stats
Classes in org.apache.hadoop.hbase.coprocessor.example.row.stats that implement RegionObserverMethods in org.apache.hadoop.hbase.coprocessor.example.row.stats that return types with arguments of type RegionObserver -
Uses of RegionObserver in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver with type parameters of type RegionObserver -
Uses of RegionObserver in org.apache.hadoop.hbase.replication.regionserver
Classes in org.apache.hadoop.hbase.replication.regionserver that implement RegionObserverModifier and TypeClassDescriptionclass
An Observer to add HFile References to replication queue.Methods in org.apache.hadoop.hbase.replication.regionserver that return types with arguments of type RegionObserver -
Uses of RegionObserver in org.apache.hadoop.hbase.security.access
Classes in org.apache.hadoop.hbase.security.access that implement RegionObserverModifier and TypeClassDescriptionclass
Provides basic authorization checks for data access and administrative operations.Methods in org.apache.hadoop.hbase.security.access that return types with arguments of type RegionObserver -
Uses of RegionObserver in org.apache.hadoop.hbase.security.visibility
Classes in org.apache.hadoop.hbase.security.visibility that implement RegionObserverModifier and TypeClassDescriptionclass
Coprocessor that has both the MasterObserver and RegionObserver implemented that supports in visibility labelsMethods in org.apache.hadoop.hbase.security.visibility that return types with arguments of type RegionObserverModifier and TypeMethodDescriptionVisibilityController.getRegionObserver()
Observer/Service Getters -
Uses of RegionObserver in org.apache.hadoop.hbase.tool
Classes in org.apache.hadoop.hbase.tool that implement RegionObserverModifier and TypeClassDescriptionclass
This coprocessor 'shallows' all the writes.Methods in org.apache.hadoop.hbase.tool that return types with arguments of type RegionObserver