Class MetadataSchema.TabletsSection.ServerColumnFamily
- java.lang.Object
-
- 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
Fields Modifier and Type Field Description static ColumnFQCOMPACT_COLUMNstatic StringCOMPACT_QUALHolds compact IDs to enable waiting on a compaction to completestatic ColumnFQDIRECTORY_COLUMNstatic StringDIRECTORY_QUALHolds the location of the tablet in the DFS file systemstatic ColumnFQFLUSH_COLUMNstatic StringFLUSH_QUALHolds flush IDs to enable waiting on a flush to completestatic ColumnFQLOCK_COLUMNstatic StringLOCK_QUALHolds lock IDs to enable a sanity check to ensure that the TServer writing to the metadata tablet is not deadstatic org.apache.hadoop.io.TextNAMEstatic StringSTR_NAMEstatic ColumnFQTIME_COLUMNstatic StringTIME_QUALHolds theTimeType
-
Constructor Summary
Constructors Constructor Description ServerColumnFamily()
-
-
-
Field Detail
-
STR_NAME
public static final String STR_NAME
- See Also:
- Constant Field Values
-
NAME
public static final org.apache.hadoop.io.Text NAME
-
DIRECTORY_QUAL
public static final String DIRECTORY_QUAL
Holds the location of the tablet in the DFS file system- See Also:
- Constant Field Values
-
DIRECTORY_COLUMN
public static final ColumnFQ DIRECTORY_COLUMN
-
TIME_QUAL
public static final String TIME_QUAL
Holds theTimeType- See Also:
- Constant Field Values
-
TIME_COLUMN
public static final ColumnFQ TIME_COLUMN
-
FLUSH_QUAL
public static final String FLUSH_QUAL
Holds flush IDs to enable waiting on a flush to complete- See Also:
- Constant Field Values
-
FLUSH_COLUMN
public static final ColumnFQ FLUSH_COLUMN
-
COMPACT_QUAL
public static final String COMPACT_QUAL
Holds compact IDs to enable waiting on a compaction to complete- See Also:
- Constant Field Values
-
COMPACT_COLUMN
public static final ColumnFQ COMPACT_COLUMN
-
LOCK_QUAL
public static final String LOCK_QUAL
Holds lock IDs to enable a sanity check to ensure that the TServer writing to the metadata tablet is not dead- See Also:
- Constant Field Values
-
LOCK_COLUMN
public static final ColumnFQ LOCK_COLUMN
-
-