org.apache.accumulo.core.metadata.schema
Class MetadataSchema.TabletsSection.ServerColumnFamily

java.lang.Object
  extended by org.apache.accumulo.core.metadata.schema.MetadataSchema.TabletsSection.ServerColumnFamily
Enclosing class:
MetadataSchema.TabletsSection

public static class MetadataSchema.TabletsSection.ServerColumnFamily
extends Object

Column family for recording information used by the TServer


Field Summary
static ColumnFQ COMPACT_COLUMN
          Holds compact IDs to enable waiting on a compaction to complete
static ColumnFQ DIRECTORY_COLUMN
          Holds the location of the tablet in the DFS file system
static ColumnFQ FLUSH_COLUMN
          Holds flush IDs to enable waiting on a flush to complete
static ColumnFQ LOCK_COLUMN
          Holds lock IDs to enable a sanity check to ensure that the TServer writing to the metadata tablet is not dead
static org.apache.hadoop.io.Text NAME
           
static ColumnFQ TIME_COLUMN
          Holds the TimeType
 
Constructor Summary
MetadataSchema.TabletsSection.ServerColumnFamily()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final org.apache.hadoop.io.Text NAME

DIRECTORY_COLUMN

public static final ColumnFQ DIRECTORY_COLUMN
Holds the location of the tablet in the DFS file system


TIME_COLUMN

public static final ColumnFQ TIME_COLUMN
Holds the TimeType


FLUSH_COLUMN

public static final ColumnFQ FLUSH_COLUMN
Holds flush IDs to enable waiting on a flush to complete


COMPACT_COLUMN

public static final ColumnFQ COMPACT_COLUMN
Holds compact IDs to enable waiting on a compaction to complete


LOCK_COLUMN

public static final ColumnFQ LOCK_COLUMN
Holds lock IDs to enable a sanity check to ensure that the TServer writing to the metadata tablet is not dead

Constructor Detail

MetadataSchema.TabletsSection.ServerColumnFamily

public MetadataSchema.TabletsSection.ServerColumnFamily()


Copyright © 2015 Apache Accumulo Project. All rights reserved.