Class AbstractBlobStore.Data

  • All Implemented Interfaces:
    org.apache.jackrabbit.oak.commons.cache.Cache.Value
    Enclosing class:
    AbstractBlobStore

    public static class AbstractBlobStore.Data
    extends java.lang.Object
    implements org.apache.jackrabbit.oak.commons.cache.Cache.Value
    The data for a block.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getMemory()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getMemory

        public int getMemory()
        Specified by:
        getMemory in interface org.apache.jackrabbit.oak.commons.cache.Cache.Value