Class DocumentNodeState.Children
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.document.DocumentNodeState.Children
-
- All Implemented Interfaces:
org.apache.jackrabbit.oak.cache.CacheValue
- Enclosing class:
- DocumentNodeState
public static class DocumentNodeState.Children extends java.lang.Object implements org.apache.jackrabbit.oak.cache.CacheValueA 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 java.lang.StringasString()static DocumentNodeState.ChildrenfromString(java.lang.String s)intgetMemory()java.lang.StringtoString()
-
-
-
Method Detail
-
getMemory
public int getMemory()
- Specified by:
getMemoryin interfaceorg.apache.jackrabbit.oak.cache.CacheValue
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
asString
public java.lang.String asString()
-
fromString
public static DocumentNodeState.Children fromString(java.lang.String s)
-
-