Package | Description |
---|---|
org.apache.accumulo.proxy.thrift |
Modifier and Type | Field and Description |
---|---|
List<Column> |
ActiveScan.columns |
Modifier and Type | Method and Description |
---|---|
Column |
Column.deepCopy() |
Column |
Column.setColFamily(byte[] colFamily) |
Column |
Column.setColFamily(ByteBuffer colFamily) |
Column |
Column.setColQualifier(byte[] colQualifier) |
Column |
Column.setColQualifier(ByteBuffer colQualifier) |
Column |
Column.setColVisibility(byte[] colVisibility) |
Column |
Column.setColVisibility(ByteBuffer colVisibility) |
Modifier and Type | Method and Description |
---|---|
List<Column> |
ActiveScan.getColumns() |
Iterator<Column> |
ActiveScan.getColumnsIterator() |
Modifier and Type | Method and Description |
---|---|
void |
ActiveScan.addToColumns(Column elem) |
int |
Column.compareTo(Column other) |
boolean |
Column.equals(Column that) |
Modifier and Type | Method and Description |
---|---|
ActiveScan |
ActiveScan.setColumns(List<Column> columns) |
Constructor and Description |
---|
Column(Column other)
Performs a deep copy on other.
|
Constructor and Description |
---|
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) |
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.