Class AbstractBlobStore.Data
java.lang.Object
org.apache.jackrabbit.oak.spi.blob.AbstractBlobStore.Data
- All Implemented Interfaces:
Cache.Value
- Enclosing class:
AbstractBlobStore
The data for a block.
-
Method Summary
-
Method Details
-
toString
-
getMemory
public int getMemory()Description copied from interface:Cache.Value
Get the memory required in bytes. The method must always return the same value once the element is in the cache.- Specified by:
getMemory
in interfaceCache.Value
- Returns:
- the memory used in bytes
-