Class AbstractBlobStore.BlockId

  • Enclosing class:
    AbstractBlobStore

    public static class AbstractBlobStore.BlockId
    extends Object
    A block id. Blocks are small enough to fit in memory, so they can be cached.
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getDigest

        public byte[] getDigest()
      • getPos

        public long getPos()