Modifier and Type | Method and Description |
---|---|
List<Column> |
ActiveScan.getColumns() |
Modifier and Type | Field and Description |
---|---|
protected SortedSet<Column> |
ScannerOptions.fetchedColumns |
Modifier and Type | Method and Description |
---|---|
SortedSet<Column> |
ScannerOptions.getFetchedColumns() |
Modifier and Type | Method and Description |
---|---|
void |
ScannerOptions.fetchColumn(Column column) |
TColumn |
Translator.ColumnTranslator.translate(Column input) |
Constructor and Description |
---|
ThriftScanner.ScanState(TCredentials credentials,
org.apache.hadoop.io.Text tableName,
Authorizations authorizations,
Range range,
SortedSet<Column> fetchedColumns,
int size,
List<IterInfo> serverSideIteratorList,
Map<String,Map<String,String>> serverSideIteratorOptions,
boolean isolated) |
Modifier and Type | Method and Description |
---|---|
Range |
Range.bound(Column min,
Column max)
Creates a new range that is bounded by the columns passed in.
|
int |
Column.compareTo(Column that) |
boolean |
Column.equals(Column that) |
Modifier and Type | Method and Description |
---|---|
void |
ColumnQualifierFilter.init(HashSet<Column> columns) |
Constructor and Description |
---|
ColumnQualifierFilter(SortedKeyValueIterator<Key,Value> iterator,
HashSet<Column> columns) |
Modifier and Type | Method and Description |
---|---|
Column |
ColumnFQ.toColumn() |
Modifier and Type | Method and Description |
---|---|
static Set<ByteSequence> |
LocalityGroupUtil.families(Collection<Column> columns) |
Modifier and Type | Method and Description |
---|---|
org.apache.accumulo.server.tabletserver.Tablet.LookupResult |
Tablet.lookup(List<Range> ranges,
HashSet<Column> columns,
Authorizations authorizations,
ArrayList<Tablet.KVEntry> results,
long maxResultSize,
List<IterInfo> ssiList,
Map<String,Map<String,String>> ssio,
AtomicBoolean interruptFlag) |
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.