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 StringasString()static DocumentNodeState.ChildrenfromString(String s)intgetMemory()The estimated amount of memory used by this object, in bytes.StringtoString()
-
-
-
Method Detail
-
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
-
asString
public String asString()
-
fromString
public static DocumentNodeState.Children fromString(String s)
-
-