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 String
asString()
boolean
equals(Object obj)
static LocalDiffCache.Diff
fromString(String value)
Map<Path,String>
getChanges()
int
getMemory()
The estimated amount of memory used by this object, in bytes.String
toString()
-
-
-
Method Detail
-
fromString
public static LocalDiffCache.Diff fromString(String value)
-
asString
public String asString()
-
getMemory
public int getMemory()
Description copied from interface:CacheValue
The estimated amount of memory used by this object, in bytes.- Specified by:
getMemory
in interfaceCacheValue
- Returns:
- the estimated number of bytes
-
-