Class MetadataSchema.TabletsSection

  • Enclosing class:
    MetadataSchema

    public static class MetadataSchema.TabletsSection
    extends Object
    Used for storing information about tablets
    • Constructor Detail

      • TabletsSection

        public TabletsSection()
    • Method Detail

      • getRange

        public static Range getRange()
      • getRange

        public static Range getRange​(TableId tableId)
      • encodeRow

        public static org.apache.hadoop.io.Text encodeRow​(TableId tableId,
                                                          org.apache.hadoop.io.Text endRow)
      • decodeRow

        public static Pair<TableId,​org.apache.hadoop.io.Text> decodeRow​(org.apache.hadoop.io.Text metadataRow)
        Decodes a metadata row into a pair of table ID and end row.