org.apache.jackrabbit.oak.spi.blob
Class AbstractBlobStore.Data

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

public static class AbstractBlobStore.Data
extends Object
implements org.apache.jackrabbit.oak.commons.cache.Cache.Value

The data for a block.


Method Summary
 int getMemory()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Overrides:
toString in class Object

getMemory

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


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.