Interface TempBlockMeta


  • public interface TempBlockMeta
    Represents the metadata of an uncommitted block in Alluxio managed storage.
    • Method Detail

      • getBlockSize

        long getBlockSize()
        Returns:
        the block size
      • getPath

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

        long getBlockId()
        Returns:
        the block id
      • getParentDir

        StorageDir getParentDir()
        Returns:
        the parent directory
      • getCommitPath

        java.lang.String getCommitPath()
        Returns:
        the commit path
      • getSessionId

        long getSessionId()
        Returns:
        the session id
      • setBlockSize

        void setBlockSize​(long newSize)
        Parameters:
        newSize - block size to use