Uses of Class
org.apache.jackrabbit.oak.segment.Segment
-
Packages that use Segment Package Description org.apache.jackrabbit.oak.segment org.apache.jackrabbit.oak.segment.file org.apache.jackrabbit.oak.segment.file.tar org.apache.jackrabbit.oak.segment.memory -
-
Uses of Segment in org.apache.jackrabbit.oak.segment
Methods in org.apache.jackrabbit.oak.segment that return Segment Modifier and Type Method Description @NotNull SegmentRecordId. getSegment()abstract @NotNull SegmentSegmentCache. getSegment(@NotNull SegmentId id, @NotNull Callable<Segment> loader)Retrieve an segment from the cache or load it and cache it if not yet in the cache.@NotNull SegmentSegmentId. getSegment()Get the segment identified by this instance.@NotNull SegmentSegmentStore. readSegment(SegmentId segmentId)Reads the identified segment from this store.Methods in org.apache.jackrabbit.oak.segment with parameters of type Segment Modifier and Type Method Description abstract voidSegmentCache. putSegment(@NotNull Segment segment)Put a segment into the cache.static @Nullable StringSegmentBlob. readBlobId(@NotNull Segment segment, int recordNumber)static @Nullable StringSegmentBlob. readBlobId(@NotNull Segment segment, int recordNumber, Map<SegmentId,Segment> recoveredSegments)intCacheWeights.SegmentCacheWeigher. weigh(@NotNull SegmentId id, @NotNull Segment segment)Method parameters in org.apache.jackrabbit.oak.segment with type arguments of type Segment Modifier and Type Method Description abstract @NotNull SegmentSegmentCache. getSegment(@NotNull SegmentId id, @NotNull Callable<Segment> loader)Retrieve an segment from the cache or load it and cache it if not yet in the cache.static @Nullable StringSegmentBlob. readBlobId(@NotNull Segment segment, int recordNumber, Map<SegmentId,Segment> recoveredSegments) -
Uses of Segment in org.apache.jackrabbit.oak.segment.file
Methods in org.apache.jackrabbit.oak.segment.file that return Segment Modifier and Type Method Description @NotNull SegmentFileStore. readSegment(SegmentId id)@NotNull SegmentReadOnlyFileStore. readSegment(SegmentId id) -
Uses of Segment in org.apache.jackrabbit.oak.segment.file.tar
Methods in org.apache.jackrabbit.oak.segment.file.tar that return Segment Modifier and Type Method Description SegmentEntryRecovery. getSegment(SegmentId id)Methods in org.apache.jackrabbit.oak.segment.file.tar that return types with arguments of type Segment Modifier and Type Method Description Map<SegmentId,Segment>EntryRecovery. getRecoveredSegments()Methods in org.apache.jackrabbit.oak.segment.file.tar with parameters of type Segment Modifier and Type Method Description voidEntryRecovery. addSegment(Segment segment) -
Uses of Segment in org.apache.jackrabbit.oak.segment.memory
Methods in org.apache.jackrabbit.oak.segment.memory that return Segment Modifier and Type Method Description @NotNull SegmentMemoryStore. readSegment(SegmentId id)
-