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 class
NodeStateEntry.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 boolean
equals(Object o)
long
estimatedMemUsage()
String
getId()
long
getLastModified()
NodeState
getNodeState()
String
getPath()
int
hashCode()
String
toString()
-