Uses of Interface
org.apache.curator.framework.CuratorFramework

Packages that use CuratorFramework
org.apache.curator.framework   
org.apache.curator.framework.api   
org.apache.curator.framework.imps   
org.apache.curator.framework.state   
 

Uses of CuratorFramework in org.apache.curator.framework
 

Methods in org.apache.curator.framework that return CuratorFramework
 CuratorFramework CuratorFrameworkFactory.Builder.build()
          Apply the current values and build a new CuratorFramework
static CuratorFramework CuratorFrameworkFactory.newClient(String connectString, int sessionTimeoutMs, int connectionTimeoutMs, org.apache.curator.RetryPolicy retryPolicy)
          Create a new client
static CuratorFramework CuratorFrameworkFactory.newClient(String connectString, org.apache.curator.RetryPolicy retryPolicy)
          Create a new client with default session timeout and default connection timeout
 CuratorFramework CuratorFramework.nonNamespaceView()
          Deprecated. use usingNamespace(java.lang.String) passing null
 CuratorFramework CuratorFramework.usingNamespace(String newNamespace)
          Returns a facade of the current instance that uses the specified namespace or no namespace if newNamespace is null.
 

Uses of CuratorFramework in org.apache.curator.framework.api
 

Methods in org.apache.curator.framework.api with parameters of type CuratorFramework
 void CuratorListener.eventReceived(CuratorFramework client, CuratorEvent event)
          Called when a background task has completed or a watch has triggered
 void BackgroundCallback.processResult(CuratorFramework client, CuratorEvent event)
          Called when the async background operation completes
 

Uses of CuratorFramework in org.apache.curator.framework.imps
 

Classes in org.apache.curator.framework.imps that implement CuratorFramework
 class CuratorFrameworkImpl
           
 

Methods in org.apache.curator.framework.imps that return CuratorFramework
 CuratorFramework CuratorFrameworkImpl.nonNamespaceView()
           
 CuratorFramework CuratorFrameworkImpl.usingNamespace(String newNamespace)
           
 

Uses of CuratorFramework in org.apache.curator.framework.state
 

Methods in org.apache.curator.framework.state with parameters of type CuratorFramework
 void ConnectionStateListener.stateChanged(CuratorFramework client, ConnectionState newState)
          Called when there is a state change in the connection
 

Constructors in org.apache.curator.framework.state with parameters of type CuratorFramework
ConnectionStateManager(CuratorFramework client, ThreadFactory threadFactory)
           
 



Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.