| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.plugins.blob |
| Modifier and Type | Method and Description |
|---|---|
static FileCache |
FileCache.build(long maxSize,
File root,
com.google.common.cache.CacheLoader<String,InputStream> loader,
@Nullable ExecutorService executor) |
| Modifier and Type | Method and Description |
|---|---|
static UploadStagingCache |
UploadStagingCache.build(File dir,
File home,
int uploadThreads,
long size,
org.apache.jackrabbit.oak.plugins.blob.StagingUploader uploader,
@Nullable FileCache cache,
org.apache.jackrabbit.oak.stats.StatisticsProvider statisticsProvider,
@Nullable com.google.common.util.concurrent.ListeningExecutorService executor,
@Nullable ScheduledExecutorService scheduledExecutor,
int purgeInterval,
int retryInterval) |
protected void |
UploadStagingCache.setDownloadCache(@Nullable FileCache downloadCache) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.