Uses of Class
org.apache.hadoop.hbase.regionserver.transactional.THLogKey.TrxOp

Packages that use THLogKey.TrxOp
org.apache.hadoop.hbase.regionserver.transactional   
 

Uses of THLogKey.TrxOp in org.apache.hadoop.hbase.regionserver.transactional
 

Methods in org.apache.hadoop.hbase.regionserver.transactional that return THLogKey.TrxOp
static THLogKey.TrxOp THLogKey.TrxOp.fromByte(byte opCode)
           
 THLogKey.TrxOp THLogKey.getTrxOp()
           
static THLogKey.TrxOp THLogKey.TrxOp.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static THLogKey.TrxOp[] THLogKey.TrxOp.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.hadoop.hbase.regionserver.transactional with parameters of type THLogKey.TrxOp
THLogKey(byte[] regionName, byte[] tablename, long logSeqNum, long now, THLogKey.TrxOp op, long transactionId)
           
 



Copyright © 2009 The Apache Software Foundation