Uses of Class
org.apache.jackrabbit.oak.segment.PropertyTemplate
-
Packages that use PropertyTemplate Package Description org.apache.jackrabbit.oak.segment -
-
Uses of PropertyTemplate in org.apache.jackrabbit.oak.segment
Methods in org.apache.jackrabbit.oak.segment with parameters of type PropertyTemplate Modifier and Type Method Description intPropertyTemplate. compareTo(@NotNull PropertyTemplate template)protected voidRecordUsageAnalyser. onProperty(RecordId parentId, RecordId propertyId, PropertyTemplate template)protected voidSegmentParser. onProperty(RecordId parentId, RecordId propertyId, PropertyTemplate template)Callback called bySegmentParser.parseNode(RecordId)upon encountering a property.SegmentParser.PropertyInfoSegmentParser. parseProperty(RecordId parentId, RecordId propertyId, PropertyTemplate template)Parse a property@NotNull SegmentPropertyStateCachingSegmentReader. readProperty(@NotNull RecordId id, @NotNull PropertyTemplate template)@NotNull SegmentPropertyStateSegmentReader. readProperty(@NotNull RecordId id, @NotNull PropertyTemplate template)Read the property identified byidandtemplate
-