Uses of Interface
org.apache.hadoop.hbase.coprocessor.MasterObserver
Packages that use MasterObserver
Package
Description
Table of Contents
-
Uses of MasterObserver in org.apache.hadoop.hbase.coprocessor
Methods in org.apache.hadoop.hbase.coprocessor that return types with arguments of type MasterObserverModifier and TypeMethodDescriptiondefault Optional<MasterObserver>
MasterCoprocessor.getMasterObserver()
-
Uses of MasterObserver in org.apache.hadoop.hbase.coprocessor.example
Classes in org.apache.hadoop.hbase.coprocessor.example that implement MasterObserverModifier and TypeClassDescriptionclass
An example coprocessor that collects some metrics to demonstrate the usage of exporting custom metrics from the coprocessor.Methods in org.apache.hadoop.hbase.coprocessor.example that return types with arguments of type MasterObserver -
Uses of MasterObserver in org.apache.hadoop.hbase.master
Fields in org.apache.hadoop.hbase.master with type parameters of type MasterObserver -
Uses of MasterObserver in org.apache.hadoop.hbase.quotas
Classes in org.apache.hadoop.hbase.quotas that implement MasterObserverModifier and TypeClassDescriptionclass
An observer to automatically delete quotas when a table/namespace is deleted.Methods in org.apache.hadoop.hbase.quotas that return types with arguments of type MasterObserver -
Uses of MasterObserver in org.apache.hadoop.hbase.rsgroup
Classes in org.apache.hadoop.hbase.rsgroup that implement MasterObserverMethods in org.apache.hadoop.hbase.rsgroup that return types with arguments of type MasterObserver -
Uses of MasterObserver in org.apache.hadoop.hbase.security.access
Classes in org.apache.hadoop.hbase.security.access that implement MasterObserverModifier and TypeClassDescriptionclass
Provides basic authorization checks for data access and administrative operations.class
Master observer for restricting coprocessor assignments.class
Set HDFS ACLs to hFiles to make HBase granted users have permission to scan snapshotMethods in org.apache.hadoop.hbase.security.access that return types with arguments of type MasterObserverModifier and TypeMethodDescriptionAccessController.getMasterObserver()
CoprocessorWhitelistMasterObserver.getMasterObserver()
SnapshotScannerHDFSAclController.getMasterObserver()
-
Uses of MasterObserver in org.apache.hadoop.hbase.security.visibility
Classes in org.apache.hadoop.hbase.security.visibility that implement MasterObserverModifier 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 MasterObserver