Uses of Class
org.apache.hadoop.hbase.io.BatchOperation.Operation

Packages that use BatchOperation.Operation
org.apache.hadoop.hbase.io   
 

Uses of BatchOperation.Operation in org.apache.hadoop.hbase.io
 

Methods in org.apache.hadoop.hbase.io that return BatchOperation.Operation
 BatchOperation.Operation BatchOperation.getOp()
           
static BatchOperation.Operation BatchOperation.Operation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BatchOperation.Operation[] BatchOperation.Operation.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.apache.hadoop.hbase.io with parameters of type BatchOperation.Operation
BatchOperation(BatchOperation.Operation operation, Text column, byte[] value)
          Creates a put operation
 



Copyright © 2006 The Apache Software Foundation