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(Instance instance, KeyExtent ke, List<ColumnFQ> columns, AuthInfo credentials)
           
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)
           
static void ColumnFQ.put(Mutation m, ColumnFQ cfq, Value v)
           
static void ColumnFQ.putDelete(Mutation m, ColumnFQ cfq)
           
 

Method parameters in org.apache.accumulo.core.util with type arguments of type ColumnFQ
static void MetadataTable.getTabletAndPrevTabletKeyValues(Instance instance, SortedMap<Key,Value> tkv, KeyExtent ke, List<ColumnFQ> columns, AuthInfo credentials)
           
static SortedMap<org.apache.hadoop.io.Text,SortedMap<ColumnFQ,Value>> MetadataTable.getTabletEntries(Instance instance, KeyExtent ke, List<ColumnFQ> columns, AuthInfo credentials)
           
static SortedMap<org.apache.hadoop.io.Text,SortedMap<ColumnFQ,Value>> MetadataTable.getTabletEntries(SortedMap<Key,Value> tabletKeyValues, List<ColumnFQ> columns)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.