Uses of Interface
org.apache.hadoop.hbase.CoprocessorEnvironment
Packages that use CoprocessorEnvironment
Package
Description
Restrict the domain of a data attribute, often times to fulfill business rules/requirements.
Table of Contents
Tools to help define network clients and servers.
- 
Uses of CoprocessorEnvironment in org.apache.hadoop.hbaseMethods in org.apache.hadoop.hbase with parameters of type CoprocessorEnvironmentModifier and TypeMethodDescriptiondefault voidCoprocessor.start(CoprocessorEnvironment env) Called by theCoprocessorEnvironmentduring it's own startup to initialize the coprocessor.voidJMXListener.start(CoprocessorEnvironment env) default voidCoprocessor.stop(CoprocessorEnvironment env) Called by theCoprocessorEnvironmentduring it's own shutdown to stop the coprocessor.voidJMXListener.stop(CoprocessorEnvironment env) 
- 
Uses of CoprocessorEnvironment in org.apache.hadoop.hbase.constraintMethods in org.apache.hadoop.hbase.constraint with parameters of type CoprocessorEnvironmentModifier and TypeMethodDescriptionvoidConstraintProcessor.start(CoprocessorEnvironment environment) 
- 
Uses of CoprocessorEnvironment in org.apache.hadoop.hbase.coprocessorClasses in org.apache.hadoop.hbase.coprocessor with type parameters of type CoprocessorEnvironmentModifier and TypeClassDescriptionclassCoprocessorHost<C extends Coprocessor,E extends CoprocessorEnvironment<C>> Provides the common setup framework and runtime services for coprocessor invocation from HBase services.interfaceObserverContext<E extends CoprocessorEnvironment>Carries the execution state for a given invocation of an Observer coprocessor (RegionObserver,MasterObserver, orWALObserver) method.classObserverContextImpl<E extends CoprocessorEnvironment>This is the only implementation ofObserverContext, which serves as the interface for third-party Coprocessor developers.Subinterfaces of CoprocessorEnvironment in org.apache.hadoop.hbase.coprocessorModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceClasses in org.apache.hadoop.hbase.coprocessor that implement CoprocessorEnvironmentModifier and TypeClassDescriptionclassBaseEnvironment<C extends Coprocessor>Encapsulation of the environment of each coprocessorFields in org.apache.hadoop.hbase.coprocessor declared as CoprocessorEnvironmentMethods in org.apache.hadoop.hbase.coprocessor with type parameters of type CoprocessorEnvironmentModifier and TypeMethodDescriptionstatic <E extends CoprocessorEnvironment>
 ObserverContext<E>ObserverContextImpl.createAndPrepare(E env) Deprecated.Methods in org.apache.hadoop.hbase.coprocessor with parameters of type CoprocessorEnvironmentModifier and TypeMethodDescriptionintCoprocessorHost.EnvironmentPriorityComparator.compare(CoprocessorEnvironment env1, CoprocessorEnvironment env2) voidMetaTableMetrics.start(CoprocessorEnvironment env) voidMultiRowMutationEndpoint.start(CoprocessorEnvironment env) Stores a reference to the coprocessor environment provided by theRegionCoprocessorHostfrom the region where this coprocessor is loaded.voidMetaTableMetrics.stop(CoprocessorEnvironment env) voidMultiRowMutationEndpoint.stop(CoprocessorEnvironment env) 
- 
Uses of CoprocessorEnvironment in org.apache.hadoop.hbase.coprocessor.exampleMethods in org.apache.hadoop.hbase.coprocessor.example with parameters of type CoprocessorEnvironmentModifier and TypeMethodDescriptionvoidBulkDeleteEndpoint.start(CoprocessorEnvironment env) voidExampleMasterObserverWithMetrics.start(CoprocessorEnvironment env) voidExampleRegionObserverWithMetrics.start(CoprocessorEnvironment env) voidRefreshHFilesEndpoint.start(CoprocessorEnvironment env) voidRowCountEndpoint.start(CoprocessorEnvironment env) Stores a reference to the coprocessor environment provided by theRegionCoprocessorHostfrom the region where this coprocessor is loaded.voidScanModifyingObserver.start(CoprocessorEnvironment env) voidValueRewritingObserver.start(CoprocessorEnvironment env) voidZooKeeperScanPolicyObserver.start(CoprocessorEnvironment env) voidBulkDeleteEndpoint.stop(CoprocessorEnvironment env) voidExampleRegionObserverWithMetrics.stop(CoprocessorEnvironment e) voidRefreshHFilesEndpoint.stop(CoprocessorEnvironment env) voidRowCountEndpoint.stop(CoprocessorEnvironment env) voidZooKeeperScanPolicyObserver.stop(CoprocessorEnvironment env) 
- 
Uses of CoprocessorEnvironment in org.apache.hadoop.hbase.coprocessor.example.row.statsMethods in org.apache.hadoop.hbase.coprocessor.example.row.stats with parameters of type CoprocessorEnvironmentModifier and TypeMethodDescriptionvoidRowStatisticsCompactionObserver.start(CoprocessorEnvironment e) voidRowStatisticsCompactionObserver.stop(CoprocessorEnvironment e) 
- 
Uses of CoprocessorEnvironment in org.apache.hadoop.hbase.ipcClasses in org.apache.hadoop.hbase.ipc that implement CoprocessorEnvironment
- 
Uses of CoprocessorEnvironment in org.apache.hadoop.hbase.masterClasses in org.apache.hadoop.hbase.master that implement CoprocessorEnvironmentModifier and TypeClassDescriptionprivate static classCoprocessor environment extension providing access to master related services.private static classSpecial version of MasterEnvironment that exposes MasterServices for Core Coprocessors only.
- 
Uses of CoprocessorEnvironment in org.apache.hadoop.hbase.quotasFields in org.apache.hadoop.hbase.quotas declared as CoprocessorEnvironmentMethods in org.apache.hadoop.hbase.quotas with parameters of type CoprocessorEnvironment
- 
Uses of CoprocessorEnvironment in org.apache.hadoop.hbase.regionserverClasses in org.apache.hadoop.hbase.regionserver that implement CoprocessorEnvironmentModifier and TypeClassDescriptionprivate static classEncapsulation of the environment of each coprocessorprivate static classSpecial version of RegionEnvironment that exposes RegionServerServices for Core Coprocessors only.private static classCoprocessor environment extension providing access to region server related services.private static classSpecial version of RegionServerEnvironment that exposes RegionServerServices for Core Coprocessors only.
- 
Uses of CoprocessorEnvironment in org.apache.hadoop.hbase.regionserver.walClasses in org.apache.hadoop.hbase.regionserver.wal that implement CoprocessorEnvironmentModifier and TypeClassDescription(package private) static classEncapsulation of the environment of each coprocessor
- 
Uses of CoprocessorEnvironment in org.apache.hadoop.hbase.rsgroupMethods in org.apache.hadoop.hbase.rsgroup with parameters of type CoprocessorEnvironmentModifier and TypeMethodDescriptionvoidRSGroupAdminEndpoint.start(CoprocessorEnvironment env) Deprecated.
- 
Uses of CoprocessorEnvironment in org.apache.hadoop.hbase.security.accessMethods in org.apache.hadoop.hbase.security.access with parameters of type CoprocessorEnvironmentModifier and TypeMethodDescriptionvoidAccessController.start(CoprocessorEnvironment env) voidAccessController.stop(CoprocessorEnvironment env) 
- 
Uses of CoprocessorEnvironment in org.apache.hadoop.hbase.security.tokenMethods in org.apache.hadoop.hbase.security.token with parameters of type CoprocessorEnvironmentModifier and TypeMethodDescriptionvoidTokenProvider.start(CoprocessorEnvironment env) voidTokenProvider.stop(CoprocessorEnvironment env) 
- 
Uses of CoprocessorEnvironment in org.apache.hadoop.hbase.security.visibilityMethods in org.apache.hadoop.hbase.security.visibility with parameters of type CoprocessorEnvironmentModifier and TypeMethodDescriptionvoidVisibilityController.start(CoprocessorEnvironment env) voidVisibilityReplication.start(CoprocessorEnvironment env) voidVisibilityController.stop(CoprocessorEnvironment env) voidVisibilityReplication.stop(CoprocessorEnvironment env)