org.apache.accumulo.server.master.tableOps
public class CompactRange extends MasterRepo
Modifier and Type | Class and Description |
---|---|
static class |
CompactRange.CompactionIterators |
log
Constructor and Description |
---|
CompactRange(String tableId,
byte[] startRow,
byte[] endRow,
List<IteratorSetting> iterators) |
Modifier and Type | Method and Description |
---|---|
Repo<Master> |
call(long tid,
Master environment) |
long |
isReady(long tid,
Master environment) |
void |
undo(long tid,
Master environment) |
getDescription, getReturn
public CompactRange(String tableId, byte[] startRow, byte[] endRow, List<IteratorSetting> iterators) throws ThriftTableOperationException
ThriftTableOperationException
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.