Class AbstractBlobStore.BlockId

java.lang.Object
org.apache.jackrabbit.oak.spi.blob.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 Details

    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • getDigest

      public byte[] getDigest()
    • getPos

      public long getPos()