Package org.apache.druid.curator.cache
Class PathChildrenCacheFactory
- java.lang.Object
-
- org.apache.druid.curator.cache.PathChildrenCacheFactory
-
public class PathChildrenCacheFactory extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPathChildrenCacheFactory.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.curator.framework.recipes.cache.PathChildrenCachemake(org.apache.curator.framework.CuratorFramework curator, String path)
-
-
-
Method Detail
-
make
public org.apache.curator.framework.recipes.cache.PathChildrenCache make(org.apache.curator.framework.CuratorFramework curator, String path)
-
-