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

Packages that use RowProcessor
org.apache.hadoop.hbase.client.coprocessor   
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)
          Performs atomic multiple reads and writes on a given row.
 void HRegion.processRowsWithLocks(RowProcessor<?,?> processor, long timeout)
          Performs atomic multiple reads and writes on a given row.
 



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