Uses of Interface
org.apache.jackrabbit.oak.segment.file.tar.index.Index
Packages that use Index
Package
Description
-
Uses of Index in org.apache.jackrabbit.oak.segment.file.tar
Methods in org.apache.jackrabbit.oak.segment.file.tar that return IndexModifier and TypeMethodDescriptionstatic Index
SegmentTarReader.loadAndValidateIndex
(RandomAccessFile file, String name) Constructors in org.apache.jackrabbit.oak.segment.file.tar with parameters of type IndexModifierConstructorDescriptionSegmentTarReader
(File file, org.apache.jackrabbit.oak.segment.file.tar.FileAccess access, Index index, IOMonitor ioMonitor) -
Uses of Index in org.apache.jackrabbit.oak.segment.file.tar.index
Methods in org.apache.jackrabbit.oak.segment.file.tar.index that return IndexModifier and TypeMethodDescriptionIndexLoader.loadIndex
(ReaderAtEnd reader) Load and validate the index.