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.tool   
 

Uses of Coprocessor in org.apache.hadoop.hbase
 

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 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
          A concrete AggregateProtocol implementation.
 class BaseEndpointCoprocessor
          This abstract class provides default implementation of an Endpoint.
 class BaseMasterObserver
           
 class BaseRegionObserver
          An abstract class that implements RegionObserver.
 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 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
           
 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.RegionServerCoprocessorHost.RegionServerEnvironment RegionServerCoprocessorHost.createEnvironment(Class<?> implClass, Coprocessor instance, int priority, int sequence, org.apache.hadoop.conf.Configuration conf)
           
 org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.RegionEnvironment RegionCoprocessorHost.createEnvironment(Class<?> implClass, Coprocessor instance, int priority, int seq, 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 AuthenticationProtocol coprocessor protocol.
 

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 © 2014 The Apache Software Foundation. All Rights Reserved.