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 booleanequals(Object other)byte[]getDigest()longgetPos()inthashCode()StringtoString()
-