Uses of Interface
org.apache.hadoop.hbase.Coprocessor

Packages that use Coprocessor
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.regionserver.wal   
org.apache.hadoop.hbase.security.access   
org.apache.hadoop.hbase.security.token   
org.apache.hadoop.hbase.security.visibility   
org.apache.hadoop.hbase.tool   
 

Uses of Coprocessor in org.apache.hadoop.hbase
 

Classes in org.apache.hadoop.hbase that implement Coprocessor
 class JMXListener
          Pluggable JMX Agent for HBase(to fix the 2 random TCP ports issue of the out-of-the-box JMX Agent): 1)connector port can share with the registry port if SSL is OFF 2)support password authentication 3)support subset of SSL (with default configuration)
 

Methods in org.apache.hadoop.hbase that return Coprocessor
 Coprocessor CoprocessorEnvironment.getInstance()
           
 

Uses of Coprocessor in org.apache.hadoop.hbase.constraint
 

Classes in org.apache.hadoop.hbase.constraint that implement Coprocessor
 class ConstraintProcessor
          Processes multiple Constraints on a given table.
 

Uses of Coprocessor in org.apache.hadoop.hbase.coprocessor
 

Subinterfaces of Coprocessor in org.apache.hadoop.hbase.coprocessor
 interface BulkLoadObserver
          Coprocessors implement this interface to observe and mediate bulk load operations.
 interface EndpointObserver
          Coprocessors implement this interface to observe and mediate endpoint invocations on a region.
 interface MasterObserver
          Defines coprocessor hooks for interacting with operations on the HMaster process.
 interface RegionObserver
          Coprocessors implement this interface to observe and mediate client actions on the region.
 interface RegionServerObserver
           
 interface WALObserver
          It's provided to have a way for coprocessors to observe, rewrite, or skip WALEdits as they are being written to the WAL.
 

Classes in org.apache.hadoop.hbase.coprocessor that implement Coprocessor
 class AggregateImplementation<T,S,P extends Message,Q extends Message,R extends Message>
          A concrete AggregateProtocol implementation.
 class BaseMasterAndRegionObserver
           
 class BaseMasterObserver
           
 class BaseRegionObserver
          An abstract class that implements RegionObserver.
 class BaseRegionServerObserver
          An abstract class that implements RegionServerObserver.
 class BaseRowProcessorEndpoint<S extends Message,T extends Message>
          This class demonstrates how to implement atomic read-modify-writes using HRegion.processRowsWithLocks(org.apache.hadoop.hbase.regionserver.RowProcessor, long, long) and Coprocessor endpoints.
 class BaseWALObserver
          An abstract class that implements WALObserver.
 class MultiRowMutationEndpoint
          This class demonstrates how to implement atomic multi row transactions using HRegion.mutateRowsWithLocks(java.util.Collection, java.util.Collection) and Coprocessor endpoints.
 

Fields in org.apache.hadoop.hbase.coprocessor declared as Coprocessor
 Coprocessor CoprocessorHost.Environment.impl
          The coprocessor
 

Methods in org.apache.hadoop.hbase.coprocessor with type parameters of type Coprocessor
<T extends Coprocessor>
List<T>
CoprocessorHost.findCoprocessors(Class<T> cls)
          Find list of coprocessors that extend/implement the given class/interface
 

Methods in org.apache.hadoop.hbase.coprocessor that return Coprocessor
 Coprocessor CoprocessorHost.findCoprocessor(String className)
          Find a coprocessor implementation by class name
 Coprocessor CoprocessorHost.Environment.getInstance()
           
 

Methods in org.apache.hadoop.hbase.coprocessor with parameters of type Coprocessor
abstract  E CoprocessorHost.createEnvironment(Class<?> implClass, Coprocessor instance, int priority, int sequence, org.apache.hadoop.conf.Configuration conf)
          Called when a new Coprocessor class is loaded
 

Constructors in org.apache.hadoop.hbase.coprocessor with parameters of type Coprocessor
CoprocessorHost.Environment(Coprocessor impl, int priority, int seq, org.apache.hadoop.conf.Configuration conf)
          Constructor
 

Uses of Coprocessor in org.apache.hadoop.hbase.coprocessor.example
 

Classes in org.apache.hadoop.hbase.coprocessor.example that implement Coprocessor
 class BulkDeleteEndpoint
          Defines a protocol to delete data in bulk based on a scan.
 class RowCountEndpoint
          Sample coprocessor endpoint exposing a Service interface for counting rows and key values.
 class ZooKeeperScanPolicyObserver
          This is an example showing how a RegionObserver could configured via ZooKeeper in order to control a Region compaction, flush, and scan policy.
 

Uses of Coprocessor in org.apache.hadoop.hbase.master
 

Methods in org.apache.hadoop.hbase.master with parameters of type Coprocessor
 org.apache.hadoop.hbase.master.MasterCoprocessorHost.MasterEnvironment MasterCoprocessorHost.createEnvironment(Class<?> implClass, Coprocessor instance, int priority, int seq, org.apache.hadoop.conf.Configuration conf)
           
 

Uses of Coprocessor in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type Coprocessor
 org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.RegionEnvironment RegionCoprocessorHost.createEnvironment(Class<?> implClass, Coprocessor instance, int priority, int seq, org.apache.hadoop.conf.Configuration conf)
           
 org.apache.hadoop.hbase.regionserver.RegionServerCoprocessorHost.RegionServerEnvironment RegionServerCoprocessorHost.createEnvironment(Class<?> implClass, Coprocessor instance, int priority, int sequence, org.apache.hadoop.conf.Configuration conf)
           
 

Uses of Coprocessor in org.apache.hadoop.hbase.regionserver.wal
 

Methods in org.apache.hadoop.hbase.regionserver.wal with parameters of type Coprocessor
 org.apache.hadoop.hbase.regionserver.wal.WALCoprocessorHost.WALEnvironment WALCoprocessorHost.createEnvironment(Class<?> implClass, Coprocessor instance, int priority, int seq, org.apache.hadoop.conf.Configuration conf)
           
 

Uses of Coprocessor in org.apache.hadoop.hbase.security.access
 

Classes in org.apache.hadoop.hbase.security.access that implement Coprocessor
 class AccessController
          Provides basic authorization checks for data access and administrative operations.
 class SecureBulkLoadEndpoint
          Coprocessor service for bulk loads in secure mode.
 

Uses of Coprocessor in org.apache.hadoop.hbase.security.token
 

Classes in org.apache.hadoop.hbase.security.token that implement Coprocessor
 class TokenProvider
          Provides a service for obtaining authentication tokens via the AuthenticationProtos AuthenticationService coprocessor service.
 

Uses of Coprocessor in org.apache.hadoop.hbase.security.visibility
 

Classes in org.apache.hadoop.hbase.security.visibility that implement Coprocessor
 class VisibilityController
          Coprocessor that has both the MasterObserver and RegionObserver implemented that supports in visibility labels
static class VisibilityController.VisibilityReplication
          A RegionServerObserver impl that provides the custom VisibilityReplicationEndpoint.
 

Uses of Coprocessor in org.apache.hadoop.hbase.tool
 

Classes in org.apache.hadoop.hbase.tool that implement Coprocessor
 class WriteSinkCoprocessor
          This coprocessor 'shallows' all the writes.
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.