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 booleancompare(RecordId thisId, RecordId thatId)booleanequals(Object object)intestimateMemoryUsage()NodeStategetChildNode(String name, RecordId recordId)inthashCode()StringtoString()
-