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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
byte[]
getDigest()
long
getPos()
int
hashCode()
String
toString()
-