Class AbstractBlobStore.Data

java.lang.Object
org.apache.jackrabbit.oak.spi.blob.AbstractBlobStore.Data
All Implemented Interfaces:
Cache.Value
Enclosing class:
AbstractBlobStore

public static class AbstractBlobStore.Data extends Object implements Cache.Value
The data for a block.
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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 interface Cache.Value
      Returns:
      the memory used in bytes