Uses of Class
org.apache.jackrabbit.oak.segment.file.tar.TarFiles
-
Packages that use TarFiles Package Description org.apache.jackrabbit.oak.segment.file.preloader org.apache.jackrabbit.oak.segment.file.tar -
-
Uses of TarFiles in org.apache.jackrabbit.oak.segment.file.preloader
Method parameters in org.apache.jackrabbit.oak.segment.file.preloader with type arguments of type TarFiles Modifier and Type Method Description static @NotNull PersistentCacheSegmentPreloader. decorate(@NotNull PersistentCache delegate, @NotNull PersistentCachePreloadingConfiguration config, @NotNull Supplier<TarFiles> tarFiles)Factory method that decorates the givenPersistentCachewith aSegmentPreloaderif the given configuration requires preloading. -
Uses of TarFiles in org.apache.jackrabbit.oak.segment.file.tar
Methods in org.apache.jackrabbit.oak.segment.file.tar that return TarFiles Modifier and Type Method Description TarFilesTarFiles.Builder. build()
-