Uses of Class
org.apache.jackrabbit.oak.segment.RecordType
-
Packages that use RecordType Package Description org.apache.jackrabbit.oak.segment -
-
Uses of RecordType in org.apache.jackrabbit.oak.segment
Methods in org.apache.jackrabbit.oak.segment that return RecordType Modifier and Type Method Description RecordTypeRecordNumbers.Entry. getType()The type of this record.static RecordTypeRecordType. valueOf(String name)Returns the enum constant of this type with the specified name.static RecordType[]RecordType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jackrabbit.oak.segment with parameters of type RecordType Modifier and Type Method Description voidSegment.RecordConsumer. consume(int number, RecordType type, int offset)Consume data about a record.RecordIdSegmentBufferWriter. prepare(RecordType type, int size, Collection<RecordId> ids, SegmentStore store)Before writing a record (which are written backwards, from the end of the file to the beginning), this method is called, to ensure there is enough space.
-