Uses of Class
org.apache.jackrabbit.oak.plugins.blob.UploadStagingCache
-
Packages that use UploadStagingCache Package Description org.apache.jackrabbit.oak.plugins.blob -
-
Uses of UploadStagingCache in org.apache.jackrabbit.oak.plugins.blob
Methods in org.apache.jackrabbit.oak.plugins.blob that return UploadStagingCache Modifier and Type Method Description static UploadStagingCacheUploadStagingCache. build(File dir, File home, int uploadThreads, long size, org.apache.jackrabbit.oak.plugins.blob.StagingUploader uploader, @Nullable FileCache cache, StatisticsProvider statisticsProvider, @Nullable org.apache.jackrabbit.guava.common.util.concurrent.ListeningExecutorService executor, @Nullable ScheduledExecutorService scheduledExecutor, int purgeInterval, int retryInterval)
-