Uses of Class
org.apache.accumulo.core.util.ColumnFQ

Packages that use ColumnFQ
org.apache.accumulo.core   
org.apache.accumulo.core.util   
 

Uses of ColumnFQ in org.apache.accumulo.core
 

Fields in org.apache.accumulo.core declared as ColumnFQ
static ColumnFQ Constants.METADATA_CHOPPED_COLUMN
           
static ColumnFQ Constants.METADATA_COMPACT_COLUMN
           
static ColumnFQ Constants.METADATA_DIRECTORY_COLUMN
           
static ColumnFQ Constants.METADATA_FLUSH_COLUMN
           
static ColumnFQ Constants.METADATA_LOCK_COLUMN
           
static ColumnFQ Constants.METADATA_OLD_PREV_ROW_COLUMN
           
static ColumnFQ Constants.METADATA_PREV_ROW_COLUMN
           
static ColumnFQ Constants.METADATA_SPLIT_RATIO_COLUMN
           
static ColumnFQ Constants.METADATA_TIME_COLUMN
           
 

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

Methods in org.apache.accumulo.core.util that return types with arguments of type ColumnFQ
static SortedMap<org.apache.hadoop.io.Text,SortedMap<ColumnFQ,Value>> MetadataTable.getTabletEntries(SortedMap<Key,Value> tabletKeyValues, List<ColumnFQ> columns)
           
 

Methods in org.apache.accumulo.core.util with parameters of type ColumnFQ
 int ColumnFQ.compareTo(ColumnFQ o)
           
static void ColumnFQ.fetch(ScannerBase sb, ColumnFQ cfq)
          Deprecated. since 1.5, use fetch(ScannerBase) instead
static void ColumnFQ.put(Mutation m, ColumnFQ cfq, Value v)
          Deprecated. since 1.5, use put(Mutation, Value) instead
static void ColumnFQ.putDelete(Mutation m, ColumnFQ cfq)
          Deprecated. since 1.5, use putDelete(Mutation) instead
 

Method parameters in org.apache.accumulo.core.util with type arguments of type ColumnFQ
static SortedMap<org.apache.hadoop.io.Text,SortedMap<ColumnFQ,Value>> MetadataTable.getTabletEntries(SortedMap<Key,Value> tabletKeyValues, List<ColumnFQ> columns)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.