Uses of Class
org.apache.accumulo.server.master.state.MergeInfo.Operation

Packages that use MergeInfo.Operation
org.apache.accumulo.server.master.state   
org.apache.accumulo.server.master.tableOps   
 

Uses of MergeInfo.Operation in org.apache.accumulo.server.master.state
 

Methods in org.apache.accumulo.server.master.state that return MergeInfo.Operation
 MergeInfo.Operation MergeInfo.getOperation()
           
static MergeInfo.Operation MergeInfo.Operation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MergeInfo.Operation[] MergeInfo.Operation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.accumulo.server.master.state with parameters of type MergeInfo.Operation
MergeInfo(KeyExtent range, MergeInfo.Operation op)
           
 

Uses of MergeInfo.Operation in org.apache.accumulo.server.master.tableOps
 

Constructors in org.apache.accumulo.server.master.tableOps with parameters of type MergeInfo.Operation
TableRangeOp(MergeInfo.Operation op, String tableId, org.apache.hadoop.io.Text startRow, org.apache.hadoop.io.Text endRow)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.