static CacheManagerOptions |
CacheManagerOptions.create(AlluxioConfiguration conf) |
static CacheManagerOptions |
CacheManagerOptions.createForWorker(AlluxioConfiguration conf) |
CacheManagerOptions |
CacheManagerOptions.setAsyncRestoreEnabled(boolean isAsyncRestoreEnabled) |
CacheManagerOptions |
CacheManagerOptions.setAsyncWriteThreads(int asyncWriteThreads) |
CacheManagerOptions |
CacheManagerOptions.setCacheEvictorOptions(CacheEvictorOptions cacheEvictorOptions) |
CacheManagerOptions |
CacheManagerOptions.setIsAsyncWriteEnabled(boolean isAsyncWriteEnabled) |
CacheManagerOptions |
CacheManagerOptions.setMaxEvictionRetries(int maxEvictionRetries) |
CacheManagerOptions |
CacheManagerOptions.setPageSize(long pageSize) |
CacheManagerOptions |
CacheManagerOptions.setPageStoreOptions(List<PageStoreOptions> pageStoreOptions) |
CacheManagerOptions |
CacheManagerOptions.setQuotaEnabled(boolean isQuotaEnabled) |
CacheManagerOptions |
CacheManagerOptions.setTtlCheckIntervalSeconds(long checkIntervalSeconds) |
CacheManagerOptions |
CacheManagerOptions.setTtlEnabled(boolean isTtlEnabled) |
CacheManagerOptions |
CacheManagerOptions.setTtlThresholdSeconds(long thresholdSeconds) |