Class LocalDiffCache.Diff
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.document.LocalDiffCache.Diff
-
- All Implemented Interfaces:
CacheValue
- Enclosing class:
- LocalDiffCache
public static final class LocalDiffCache.Diff extends Object implements CacheValue
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringasString()booleanequals(Object obj)static LocalDiffCache.DifffromString(String value)Map<Path,String>getChanges()intgetMemory()The estimated amount of memory used by this object, in bytes.StringtoString()
-
-
-
Method Detail
-
fromString
public static LocalDiffCache.Diff fromString(String value)
-
asString
public String asString()
-
getMemory
public int getMemory()
Description copied from interface:CacheValueThe estimated amount of memory used by this object, in bytes.- Specified by:
getMemoryin interfaceCacheValue- Returns:
- the estimated number of bytes
-
-