Class NodeStateEntry
- java.lang.Object
-
- org.apache.jackrabbit.oak.index.indexer.document.NodeStateEntry
-
public class NodeStateEntry extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNodeStateEntry.NodeStateEntryBuilder
-
Constructor Summary
Constructors Constructor Description NodeStateEntry(NodeState nodeState, String path, long memUsage, long lastModified, String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)longestimatedMemUsage()StringgetId()longgetLastModified()NodeStategetNodeState()StringgetPath()inthashCode()StringtoString()
-