Uses of Interface
org.apache.hadoop.hbase.regionserver.RowProcessor

Packages that use RowProcessor
org.apache.hadoop.hbase.client.coprocessor Provides client classes for invoking Coprocessor RPC protocols 
org.apache.hadoop.hbase.regionserver   
 

Uses of RowProcessor in org.apache.hadoop.hbase.client.coprocessor
 

Methods in org.apache.hadoop.hbase.client.coprocessor with parameters of type RowProcessor
static
<S extends com.google.protobuf.Message,T extends com.google.protobuf.Message>
RowProcessorProtos.ProcessRequest
RowProcessorClient.getRowProcessorPB(RowProcessor<S,T> r)
           
 

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

Classes in org.apache.hadoop.hbase.regionserver that implement RowProcessor
 class BaseRowProcessor<S extends Message,T extends Message>
          Base class for RowProcessor with some default implementations.
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type RowProcessor
 void HRegion.processRowsWithLocks(RowProcessor<?,?> processor, long nonceGroup, long nonce)
          Performs atomic multiple reads and writes on a given row.
 void HRegion.processRowsWithLocks(RowProcessor<?,?> processor, long timeout, long nonceGroup, long nonce)
          Performs atomic multiple reads and writes on a given row.
 



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