Class DocumentNodeState.Children
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.document.DocumentNodeState.Children
-
- All Implemented Interfaces:
CacheValue
- Enclosing class:
- DocumentNodeState
public static class DocumentNodeState.Children extends Object implements CacheValue
A list of children for a node.
-
-
Constructor Summary
Constructors Constructor Description Children()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
asString()
static DocumentNodeState.Children
fromString(String s)
int
getMemory()
The estimated amount of memory used by this object, in bytes.String
toString()
-
-
-
Method Detail
-
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
-
asString
public String asString()
-
fromString
public static DocumentNodeState.Children fromString(String s)
-
-