Uses of Class
org.apache.hadoop.hbase.HConstants.OperationStatusCode

Packages that use HConstants.OperationStatusCode
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.regionserver   
 

Uses of HConstants.OperationStatusCode in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase that return HConstants.OperationStatusCode
static HConstants.OperationStatusCode HConstants.OperationStatusCode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HConstants.OperationStatusCode[] HConstants.OperationStatusCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of HConstants.OperationStatusCode in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver that return HConstants.OperationStatusCode
 HConstants.OperationStatusCode[] HRegion.put(Pair<Put,java.lang.Integer>[] putsAndLocks)
          Perform a batch of puts.
 HConstants.OperationStatusCode[] HRegion.put(Put[] puts)
          Perform a batch put with no pre-specified locks
 



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