public class SimplePathChildrenCacheFactory extends Object implements PathChildrenCacheFactory
| Modifier and Type | Class and Description |
|---|---|
static class |
SimplePathChildrenCacheFactory.Builder |
| Constructor and Description |
|---|
SimplePathChildrenCacheFactory(boolean cacheData,
boolean compressed,
ExecutorService exec) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.curator.framework.recipes.cache.PathChildrenCache |
make(org.apache.curator.framework.CuratorFramework curator,
String path) |
public SimplePathChildrenCacheFactory(boolean cacheData,
boolean compressed,
ExecutorService exec)
public org.apache.curator.framework.recipes.cache.PathChildrenCache make(org.apache.curator.framework.CuratorFramework curator,
String path)
make in interface PathChildrenCacheFactoryCopyright © 2011–2016. All rights reserved.