Package | Description |
---|---|
org.apache.accumulo.proxy.thrift |
Modifier and Type | Field and Description |
---|---|
KeyExtent |
ActiveScan.extent |
KeyExtent |
ActiveCompaction.extent |
Modifier and Type | Method and Description |
---|---|
KeyExtent |
KeyExtent.deepCopy() |
KeyExtent |
ActiveScan.getExtent() |
KeyExtent |
ActiveCompaction.getExtent() |
KeyExtent |
KeyExtent.setEndRow(byte[] endRow) |
KeyExtent |
KeyExtent.setEndRow(ByteBuffer endRow) |
KeyExtent |
KeyExtent.setPrevEndRow(byte[] prevEndRow) |
KeyExtent |
KeyExtent.setPrevEndRow(ByteBuffer prevEndRow) |
KeyExtent |
KeyExtent.setTableId(String tableId) |
Modifier and Type | Method and Description |
---|---|
int |
KeyExtent.compareTo(KeyExtent other) |
boolean |
KeyExtent.equals(KeyExtent that) |
ActiveScan |
ActiveScan.setExtent(KeyExtent extent) |
ActiveCompaction |
ActiveCompaction.setExtent(KeyExtent extent) |
Constructor and Description |
---|
ActiveCompaction(KeyExtent extent,
long age,
List<String> inputFiles,
String outputFile,
CompactionType type,
CompactionReason reason,
String localityGroup,
long entriesRead,
long entriesWritten,
List<IteratorSetting> iterators) |
ActiveScan(String client,
String user,
String table,
long age,
long idleTime,
ScanType type,
ScanState state,
KeyExtent extent,
List<Column> columns,
List<IteratorSetting> iterators,
List<ByteBuffer> authorizations) |
KeyExtent(KeyExtent other)
Performs a deep copy on other.
|
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.