public static class PathChildrenCacheFactory.Builder extends Object
| Constructor and Description | 
|---|
Builder()  | 
| Modifier and Type | Method and Description | 
|---|---|
PathChildrenCacheFactory | 
build()  | 
static ExecutorService | 
createDefaultExecutor()  | 
PathChildrenCacheFactory.Builder | 
withCacheData(boolean cacheData)  | 
PathChildrenCacheFactory.Builder | 
withCompressed(boolean compressed)  | 
PathChildrenCacheFactory.Builder | 
withExecutorService(ExecutorService exec)  | 
PathChildrenCacheFactory.Builder | 
withShutdownExecutorOnClose(boolean shutdownExecutorOnClose)  | 
public PathChildrenCacheFactory.Builder withCacheData(boolean cacheData)
public PathChildrenCacheFactory.Builder withCompressed(boolean compressed)
public PathChildrenCacheFactory.Builder withExecutorService(ExecutorService exec)
public PathChildrenCacheFactory.Builder withShutdownExecutorOnClose(boolean shutdownExecutorOnClose)
public PathChildrenCacheFactory build()
public static ExecutorService createDefaultExecutor()
Copyright © 2011–2018. All rights reserved.