Uses of Class
com.attivio.curatorshim.CuratorFrameworkShim
-
Packages that use CuratorFrameworkShim Package Description com.attivio.curatorshim -
-
Uses of CuratorFrameworkShim in com.attivio.curatorshim
Methods in com.attivio.curatorshim that return CuratorFrameworkShim Modifier and Type Method Description static CuratorFrameworkShim
CuratorFrameworkShim. getAieRootCurator()
static CuratorFrameworkShim
CuratorFrameworkShim. getProjectCurator()
Methods in com.attivio.curatorshim with parameters of type CuratorFrameworkShim Modifier and Type Method Description void
TreeCache.TreeCacheListener. childEvent(CuratorFrameworkShim client, TreeCache.TreeCacheEvent event)
Called when a change has occurredstatic TreeCache.Builder
TreeCache. newBuilder(CuratorFrameworkShim curator, java.lang.String path)
Constructors in com.attivio.curatorshim with parameters of type CuratorFrameworkShim Constructor Description Builder(CuratorFrameworkShim curator, java.lang.String path)
InterProcessMutex(CuratorFrameworkShim curator, java.lang.String lockPath)
-