Class Template
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.Template
-
public class Template extends Object
The in-memory representation of a "hidden class" of a node; inspired by the Chrome V8 Javascript engine).Templates are always read fully in-memory.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
compare(RecordId thisId, RecordId thatId)
boolean
equals(Object object)
int
estimateMemoryUsage()
NodeState
getChildNode(String name, RecordId recordId)
int
hashCode()
String
toString()
-