|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CoprocessorEnvironment | |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.constraint | Restrict the domain of a data attribute, often times to fulfill business rules/requirements. |
org.apache.hadoop.hbase.coprocessor | Table of Contents |
org.apache.hadoop.hbase.coprocessor.example | |
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.security.access | |
org.apache.hadoop.hbase.security.token |
Uses of CoprocessorEnvironment in org.apache.hadoop.hbase |
---|
Methods in org.apache.hadoop.hbase with parameters of type CoprocessorEnvironment | |
---|---|
void |
Coprocessor.start(CoprocessorEnvironment env)
|
void |
Coprocessor.stop(CoprocessorEnvironment env)
|
Uses of CoprocessorEnvironment in org.apache.hadoop.hbase.constraint |
---|
Methods in org.apache.hadoop.hbase.constraint with parameters of type CoprocessorEnvironment | |
---|---|
void |
ConstraintProcessor.start(CoprocessorEnvironment environment)
|
Uses of CoprocessorEnvironment in org.apache.hadoop.hbase.coprocessor |
---|
Classes in org.apache.hadoop.hbase.coprocessor with type parameters of type CoprocessorEnvironment | |
---|---|
class |
CoprocessorHost<E extends CoprocessorEnvironment>
Provides the common setup framework and runtime services for coprocessor invocation from HBase services. |
class |
ObserverContext<E extends CoprocessorEnvironment>
Carries the execution state for a given invocation of an Observer coprocessor ( RegionObserver , MasterObserver , or WALObserver )
method. |
Subinterfaces of CoprocessorEnvironment in org.apache.hadoop.hbase.coprocessor | |
---|---|
interface |
MasterCoprocessorEnvironment
|
interface |
RegionCoprocessorEnvironment
|
interface |
RegionServerCoprocessorEnvironment
|
interface |
WALCoprocessorEnvironment
|
Classes in org.apache.hadoop.hbase.coprocessor that implement CoprocessorEnvironment | |
---|---|
static class |
CoprocessorHost.Environment
Encapsulation of the environment of each coprocessor |
Methods in org.apache.hadoop.hbase.coprocessor with type parameters of type CoprocessorEnvironment | ||
---|---|---|
static
|
ObserverContext.createAndPrepare(T env,
ObserverContext<T> context)
Instantiates a new ObserverContext instance if the passed reference is null and sets the environment in the new or existing instance. |
Methods in org.apache.hadoop.hbase.coprocessor that return CoprocessorEnvironment | |
---|---|
CoprocessorEnvironment |
CoprocessorHost.findCoprocessorEnvironment(String className)
Find a coprocessor environment by class name |
Methods in org.apache.hadoop.hbase.coprocessor with parameters of type CoprocessorEnvironment | |
---|---|
protected void |
CoprocessorHost.abortServer(CoprocessorEnvironment environment,
Throwable e)
|
protected void |
CoprocessorHost.abortServer(String service,
Server server,
CoprocessorEnvironment environment,
Throwable e)
|
protected void |
CoprocessorHost.handleCoprocessorThrowable(CoprocessorEnvironment env,
Throwable e)
This is used by coprocessor hooks which are declared to throw IOException (or its subtypes). |
void |
CoprocessorHost.shutdown(CoprocessorEnvironment e)
|
void |
MultiRowMutationEndpoint.start(CoprocessorEnvironment env)
Stores a reference to the coprocessor environment provided by the RegionCoprocessorHost from the region where this
coprocessor is loaded. |
void |
BaseRowProcessorEndpoint.start(CoprocessorEnvironment env)
Stores a reference to the coprocessor environment provided by the RegionCoprocessorHost from the region where this
coprocessor is loaded. |
void |
BaseRegionObserver.start(CoprocessorEnvironment e)
|
void |
BaseMasterObserver.start(CoprocessorEnvironment ctx)
|
void |
MultiRowMutationEndpoint.stop(CoprocessorEnvironment env)
|
void |
BaseRowProcessorEndpoint.stop(CoprocessorEnvironment env)
|
void |
BaseRegionObserver.stop(CoprocessorEnvironment e)
|
void |
BaseMasterObserver.stop(CoprocessorEnvironment ctx)
|
Uses of CoprocessorEnvironment in org.apache.hadoop.hbase.coprocessor.example |
---|
Methods in org.apache.hadoop.hbase.coprocessor.example with parameters of type CoprocessorEnvironment | |
---|---|
void |
ZooKeeperScanPolicyObserver.start(CoprocessorEnvironment e)
|
void |
RowCountEndpoint.start(CoprocessorEnvironment env)
Stores a reference to the coprocessor environment provided by the RegionCoprocessorHost from the region where this
coprocessor is loaded. |
void |
BulkDeleteEndpoint.start(CoprocessorEnvironment env)
|
void |
ZooKeeperScanPolicyObserver.stop(CoprocessorEnvironment e)
|
void |
RowCountEndpoint.stop(CoprocessorEnvironment env)
|
void |
BulkDeleteEndpoint.stop(CoprocessorEnvironment env)
|
Uses of CoprocessorEnvironment in org.apache.hadoop.hbase.master |
---|
Methods in org.apache.hadoop.hbase.master with parameters of type CoprocessorEnvironment | |
---|---|
protected void |
MasterCoprocessorHost.abortServer(CoprocessorEnvironment env,
Throwable e)
|
Uses of CoprocessorEnvironment in org.apache.hadoop.hbase.regionserver |
---|
Methods in org.apache.hadoop.hbase.regionserver with parameters of type CoprocessorEnvironment | |
---|---|
protected void |
RegionCoprocessorHost.abortServer(CoprocessorEnvironment env,
Throwable e)
|
Uses of CoprocessorEnvironment in org.apache.hadoop.hbase.security.access |
---|
Methods in org.apache.hadoop.hbase.security.access with parameters of type CoprocessorEnvironment | |
---|---|
void |
SecureBulkLoadEndpoint.start(CoprocessorEnvironment env)
|
void |
AccessController.start(CoprocessorEnvironment env)
|
void |
SecureBulkLoadEndpoint.stop(CoprocessorEnvironment env)
|
void |
AccessController.stop(CoprocessorEnvironment env)
|
Uses of CoprocessorEnvironment in org.apache.hadoop.hbase.security.token |
---|
Methods in org.apache.hadoop.hbase.security.token with parameters of type CoprocessorEnvironment | |
---|---|
void |
TokenProvider.start(CoprocessorEnvironment env)
|
void |
TokenProvider.stop(CoprocessorEnvironment env)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |