Class TableRangeOp
- java.lang.Object
-
- org.apache.accumulo.master.tableOps.MasterRepo
-
- org.apache.accumulo.master.tableOps.TableRangeOp
-
- All Implemented Interfaces:
Serializable,ReadOnlyRepo<Master>,Repo<Master>
public class TableRangeOp extends MasterRepo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TableRangeOp(MergeInfo.Operation op, String namespaceId, String tableId, org.apache.hadoop.io.Text startRow, org.apache.hadoop.io.Text endRow)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Repo<Master>call(long tid, Master env)longisReady(long tid, Master env)voidundo(long tid, Master env)-
Methods inherited from class org.apache.accumulo.master.tableOps.MasterRepo
getDescription, getReturn
-
-
-
-
Constructor Detail
-
TableRangeOp
public TableRangeOp(MergeInfo.Operation op, String namespaceId, String tableId, org.apache.hadoop.io.Text startRow, org.apache.hadoop.io.Text endRow) throws AcceptableThriftTableOperationException
-
-