Class BlockCacheKey

  • All Implemented Interfaces:
    Cloneable

    public class BlockCacheKey
    extends Object
    implements Cloneable
    WARNING: This API is experimental and might change in incompatible ways in the next release.
    • Constructor Detail

      • BlockCacheKey

        public BlockCacheKey()
    • Method Detail

      • getPath

        public String getPath()
      • setPath

        public void setPath​(String path)
      • getBlock

        public long getBlock()
      • getFile

        public int getFile()
      • setBlock

        public void setBlock​(long block)
      • setFile

        public void setFile​(int file)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object