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

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

Uses of ColumnFQ in org.apache.accumulo.core.metadata.schema
 

Fields in org.apache.accumulo.core.metadata.schema declared as ColumnFQ
static ColumnFQ MetadataSchema.TabletsSection.ChoppedColumnFamily.CHOPPED_COLUMN
           
static ColumnFQ MetadataSchema.TabletsSection.ServerColumnFamily.COMPACT_COLUMN
          Holds compact IDs to enable waiting on a compaction to complete
static ColumnFQ MetadataSchema.TabletsSection.ServerColumnFamily.DIRECTORY_COLUMN
          Holds the location of the tablet in the DFS file system
static ColumnFQ MetadataSchema.TabletsSection.ServerColumnFamily.FLUSH_COLUMN
          Holds flush IDs to enable waiting on a flush to complete
static ColumnFQ MetadataSchema.TabletsSection.ServerColumnFamily.LOCK_COLUMN
          Holds lock IDs to enable a sanity check to ensure that the TServer writing to the metadata tablet is not dead
static ColumnFQ MetadataSchema.TabletsSection.TabletColumnFamily.OLD_PREV_ROW_COLUMN
          A temporary field in case a split fails and we need to roll back
static ColumnFQ MetadataSchema.TabletsSection.TabletColumnFamily.PREV_ROW_COLUMN
          README : very important that prevRow sort last to avoid race conditions between garbage collector and split this needs to sort after everything else for that tablet
static ColumnFQ MetadataSchema.TabletsSection.TabletColumnFamily.SPLIT_RATIO_COLUMN
          A temporary field for splits to optimize certain operations
static ColumnFQ MetadataSchema.TabletsSection.ServerColumnFamily.TIME_COLUMN
          Holds the TimeType
 

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

Methods in org.apache.accumulo.core.util with parameters of type ColumnFQ
 int ColumnFQ.compareTo(ColumnFQ o)
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.