|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyExtent | |
---|---|
org.apache.accumulo.proxy.thrift |
Uses of KeyExtent in org.apache.accumulo.proxy.thrift |
---|
Fields in org.apache.accumulo.proxy.thrift declared as KeyExtent | |
---|---|
KeyExtent |
ActiveScan.extent
|
KeyExtent |
ActiveCompaction.extent
|
Methods in org.apache.accumulo.proxy.thrift that return KeyExtent | |
---|---|
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)
|
Methods in org.apache.accumulo.proxy.thrift with parameters of type KeyExtent | |
---|---|
int |
KeyExtent.compareTo(KeyExtent other)
|
boolean |
KeyExtent.equals(KeyExtent that)
|
ActiveScan |
ActiveScan.setExtent(KeyExtent extent)
|
ActiveCompaction |
ActiveCompaction.setExtent(KeyExtent extent)
|
Constructors in org.apache.accumulo.proxy.thrift with parameters of type KeyExtent | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |