Uses of Interface
org.apache.jackrabbit.oak.segment.file.tar.index.Index
-
Packages that use Index Package Description org.apache.jackrabbit.oak.segment.file.tar org.apache.jackrabbit.oak.segment.file.tar.index -
-
Uses of Index in org.apache.jackrabbit.oak.segment.file.tar
Methods in org.apache.jackrabbit.oak.segment.file.tar that return Index Modifier and Type Method Description static IndexSegmentTarReader. loadAndValidateIndex(RandomAccessFile file, String name)Constructors in org.apache.jackrabbit.oak.segment.file.tar with parameters of type Index Constructor Description SegmentTarReader(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 Index Modifier and Type Method Description IndexIndexLoader. loadIndex(ReaderAtEnd reader)Load and validate the index.
-