Class TabletDirectory


  • public class TabletDirectory
    extends Object
    The Tablet directory that should exist on disk. The toString() method only returns the tablet directory itself, the same as getTabletDir(), which is just the name of the directory, like "t-0003". For the full directory path, use getNormalizedPath().
    • Constructor Detail

      • TabletDirectory

        public TabletDirectory​(String volume,
                               TableId tableId,
                               String tabletDir)
    • Method Detail

      • getVolume

        public String getVolume()
      • getTableId

        public TableId getTableId()
      • getTabletDir

        public String getTabletDir()
      • getNormalizedPath

        public String getNormalizedPath()