Uses of Class
org.apache.accumulo.core.data.Column

Packages that use Column
org.apache.accumulo.core.client.admin   
org.apache.accumulo.core.client.impl   
org.apache.accumulo.core.data   
org.apache.accumulo.core.iterators.system   
org.apache.accumulo.core.util   
 

Uses of Column in org.apache.accumulo.core.client.admin
 

Methods in org.apache.accumulo.core.client.admin that return types with arguments of type Column
abstract  List<Column> ActiveScan.getColumns()
           
 

Uses of Column in org.apache.accumulo.core.client.impl
 

Fields in org.apache.accumulo.core.client.impl with type parameters of type Column
protected  SortedSet<Column> ScannerOptions.fetchedColumns
           
 

Methods in org.apache.accumulo.core.client.impl that return Column
 Column Translator.TColumnTranslator.translate(TColumn input)
           
 

Methods in org.apache.accumulo.core.client.impl that return types with arguments of type Column
 List<Column> ActiveScanImpl.getColumns()
           
 SortedSet<Column> ScannerOptions.getFetchedColumns()
           
 

Methods in org.apache.accumulo.core.client.impl with parameters of type Column
 void ScannerOptions.fetchColumn(Column column)
           
 TColumn Translator.ColumnTranslator.translate(Column input)
           
 

Method parameters in org.apache.accumulo.core.client.impl with type arguments of type Column
static void TabletServerBatchReaderIterator.doLookup(Instance instance, Credentials credentials, String server, Map<KeyExtent,List<Range>> requested, Map<KeyExtent,List<Range>> failures, Map<KeyExtent,List<Range>> unscanned, TabletServerBatchReaderIterator.ResultReceiver receiver, List<Column> columns, ScannerOptions options, Authorizations authorizations, AccumuloConfiguration conf)
           
static boolean ThriftScanner.getBatchFromServer(Instance instance, Credentials credentials, Range range, KeyExtent extent, String server, SortedMap<Key,Value> results, SortedSet<Column> fetchedColumns, List<IterInfo> serverSideIteratorList, Map<String,Map<String,String>> serverSideIteratorOptions, int size, Authorizations authorizations, boolean retry, AccumuloConfiguration conf)
           
 

Constructor parameters in org.apache.accumulo.core.client.impl with type arguments of type Column
ThriftScanner.ScanState(Instance instance, Credentials credentials, org.apache.hadoop.io.Text tableId, Authorizations authorizations, Range range, SortedSet<Column> fetchedColumns, int size, List<IterInfo> serverSideIteratorList, Map<String,Map<String,String>> serverSideIteratorOptions, boolean isolated)
           
ThriftScanner.ScanState(Instance instance, Credentials credentials, org.apache.hadoop.io.Text tableId, Authorizations authorizations, Range range, SortedSet<Column> fetchedColumns, int size, List<IterInfo> serverSideIteratorList, Map<String,Map<String,String>> serverSideIteratorOptions, boolean isolated, long readaheadThreshold)
           
 

Uses of Column in org.apache.accumulo.core.data
 

Methods in org.apache.accumulo.core.data with parameters of type Column
 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)
           
 

Uses of Column in org.apache.accumulo.core.iterators.system
 

Method parameters in org.apache.accumulo.core.iterators.system with type arguments of type Column
 void ColumnQualifierFilter.init(Set<Column> columns)
           
 

Constructor parameters in org.apache.accumulo.core.iterators.system with type arguments of type Column
ColumnQualifierFilter(SortedKeyValueIterator<Key,Value> iterator, Set<Column> columns)
           
 

Uses of Column in org.apache.accumulo.core.util
 

Methods in org.apache.accumulo.core.util that return Column
 Column ColumnFQ.toColumn()
           
 

Method parameters in org.apache.accumulo.core.util with type arguments of type Column
static Set<ByteSequence> LocalityGroupUtil.families(Collection<Column> columns)
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.