Uses of Enum
org.apache.jackrabbit.oak.segment.SegmentParser.BlobType
Packages that use SegmentParser.BlobType
-
Uses of SegmentParser.BlobType in org.apache.jackrabbit.oak.segment
Fields in org.apache.jackrabbit.oak.segment declared as SegmentParser.BlobTypeModifier and TypeFieldDescriptionfinal SegmentParser.BlobType
SegmentParser.BlobInfo.blobType
Type of this blobMethods in org.apache.jackrabbit.oak.segment that return SegmentParser.BlobTypeModifier and TypeMethodDescriptionstatic SegmentParser.BlobType
Returns the enum constant of this type with the specified name.static SegmentParser.BlobType[]
SegmentParser.BlobType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.jackrabbit.oak.segment with parameters of type SegmentParser.BlobTypeModifierConstructorDescriptionBlobInfo
(RecordId blobId, SegmentParser.BlobType blobType, int size)