Uses of Class
org.apache.hadoop.hbase.coprocessor.BaseEndpointCoprocessor

Packages that use BaseEndpointCoprocessor
org.apache.hadoop.hbase.coprocessor Table of Contents 
org.apache.hadoop.hbase.security.token   
 

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

Subclasses of BaseEndpointCoprocessor in org.apache.hadoop.hbase.coprocessor
 class AggregateImplementation
          A concrete AggregateProtocol implementation.
 class MultiRowMutationEndpoint
          This class demonstrates how to implement atomic multi row transactions using HRegion.mutateRowsWithLocks(java.util.Collection, java.util.Collection) and Coprocessor endpoints.
 

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

Subclasses of BaseEndpointCoprocessor in org.apache.hadoop.hbase.security.token
 class TokenProvider
          Provides a service for obtaining authentication tokens via the AuthenticationProtocol coprocessor protocol.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.