Uses of Class
org.apache.hadoop.hbase.regionserver.OperationStatus

Packages that use OperationStatus
org.apache.hadoop.hbase.regionserver   
 

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

Methods in org.apache.hadoop.hbase.regionserver that return OperationStatus
 OperationStatus[] HRegion.batchMutate(Pair<Mutation,Integer>[] mutationsAndLocks)
          Perform a batch of mutations.
 OperationStatus MiniBatchOperationInProgress.getOperationStatus(int index)
           
 OperationStatus[] HRegion.put(Pair<Put,Integer>[] putsAndLocks)
          Deprecated. Instead use HRegion.batchMutate(Pair[])
 OperationStatus[] HRegion.put(Put[] puts)
          Perform a batch put with no pre-specified locks
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type OperationStatus
 void MiniBatchOperationInProgress.setOperationStatus(int index, OperationStatus opStatus)
          Sets the status code for the operation(Mutation) at the specified position.
 

Constructors in org.apache.hadoop.hbase.regionserver with parameters of type OperationStatus
MiniBatchOperationInProgress(T[] operations, OperationStatus[] retCodeDetails, WALEdit[] walEditsFromCoprocessors, int firstIndex, int lastIndexExclusive)
           
 



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