public class CompactRange extends MasterRepo
| Constructor and Description |
|---|
CompactRange(Namespace.ID namespaceId,
Table.ID tableId,
byte[] startRow,
byte[] endRow,
List<IteratorSetting> iterators,
CompactionStrategyConfig compactionStrategy) |
| Modifier and Type | Method and Description |
|---|---|
Repo<Master> |
call(long tid,
Master env) |
long |
isReady(long tid,
Master env) |
void |
undo(long tid,
Master env) |
getDescription, getReturnpublic CompactRange(Namespace.ID namespaceId, Table.ID tableId, byte[] startRow, byte[] endRow, List<IteratorSetting> iterators, CompactionStrategyConfig compactionStrategy) throws AcceptableThriftTableOperationException
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.