Interface BlockMeta


  • public interface BlockMeta
    Metadata of a block in Alluxio managed storage served by workers.
    • Method Detail

      • getBlockId

        long getBlockId()
        Returns:
        the block id
      • getBlockSize

        long getBlockSize()
        Returns:
        the block size
      • getParentDir

        StorageDir getParentDir()
        Returns:
        the parent directory
      • getPath

        java.lang.String getPath()
        Returns:
        the block path