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.filter   
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
 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 types with arguments of type Column
 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 boolean ThriftScanner.getBatchFromServer(AuthInfo credentials, org.apache.hadoop.io.Text startRow, KeyExtent extent, String server, SortedMap<Key,Value> results, SortedSet<Column> fetchedColumns, boolean skipStartKey, 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(AuthInfo 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)
           
 

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.filter
 

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

Constructor parameters in org.apache.accumulo.core.iterators.filter with type arguments of type Column
ColumnQualifierFilter(HashSet<Column> columns)
          Deprecated.  
 

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(HashSet<Column> columns)
           
 

Constructor parameters in org.apache.accumulo.core.iterators.system with type arguments of type Column
ColumnQualifierFilter(SortedKeyValueIterator<Key,Value> iterator, HashSet<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 © 2012 The Apache Software Foundation. All Rights Reserved.