Class 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 Detail

      • 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_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
    • Constructor Detail

      • ServerColumnFamily

        public ServerColumnFamily()