Uses of Interface
org.apache.curator.framework.CuratorFramework
Packages that use CuratorFramework
Package
Description
-
Uses of CuratorFramework in org.apache.curator.framework
Subinterfaces of CuratorFramework in org.apache.curator.frameworkModifier and TypeInterfaceDescriptioninterfaceA CuratorFramework facade that tracks watchers created and allows a one-shot removal of all watchersMethods in org.apache.curator.framework that return CuratorFrameworkModifier and TypeMethodDescriptionCuratorFrameworkFactory.Builder.build()Apply the current values and build a new CuratorFrameworkstatic CuratorFrameworkCuratorFrameworkFactory.newClient(String connectString, int sessionTimeoutMs, int connectionTimeoutMs, org.apache.curator.RetryPolicy retryPolicy) Create a new clientstatic CuratorFrameworkCuratorFrameworkFactory.newClient(String connectString, int sessionTimeoutMs, int connectionTimeoutMs, org.apache.curator.RetryPolicy retryPolicy, org.apache.zookeeper.client.ZKClientConfig zkClientConfig) Create a new clientstatic CuratorFrameworkCreate a new client with default session timeout and default connection timeoutCuratorFramework.nonNamespaceView()Deprecated.CuratorFramework.usingNamespace(String newNamespace) Returns a facade of the current instance that uses the specified namespace or no namespace ifnewNamespaceisnull.Constructors in org.apache.curator.framework with parameters of type CuratorFramework -
Uses of CuratorFramework in org.apache.curator.framework.api
Methods in org.apache.curator.framework.api with parameters of type CuratorFrameworkModifier and TypeMethodDescriptionvoidCuratorListener.eventReceived(CuratorFramework client, CuratorEvent event) Called when a background task has completed or a watch has triggeredvoidBackgroundCallback.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 CuratorFrameworkMethods in org.apache.curator.framework.imps that return CuratorFrameworkModifier and TypeMethodDescriptionCuratorFrameworkImpl.nonNamespaceView()Deprecated.CuratorFrameworkImpl.usingNamespace(String newNamespace) -
Uses of CuratorFramework in org.apache.curator.framework.schema
Methods in org.apache.curator.framework.schema with parameters of type CuratorFrameworkModifier and TypeMethodDescriptionstatic StringSchemaSet.getNamedPath(CuratorFramework client, String name) Utility to return a ZNode path for the given name -
Uses of CuratorFramework in org.apache.curator.framework.state
Methods in org.apache.curator.framework.state with parameters of type CuratorFrameworkModifier and TypeMethodDescriptionConnectionStateListenerManagerFactory.newManager(CuratorFramework client) Create a new listener managervoidCircuitBreakingConnectionStateListener.stateChanged(CuratorFramework client, ConnectionState newState) voidConnectionStateListener.stateChanged(CuratorFramework client, ConnectionState newState) Called when there is a state change in the connectionConstructors in org.apache.curator.framework.state with parameters of type CuratorFrameworkModifierConstructorDescriptionCircuitBreakingConnectionStateListener(CuratorFramework client, ConnectionStateListener listener, org.apache.curator.RetryPolicy retryPolicy) CircuitBreakingConnectionStateListener(CuratorFramework client, ConnectionStateListener listener, org.apache.curator.RetryPolicy retryPolicy, ScheduledExecutorService service) ConnectionStateManager(CuratorFramework client, ThreadFactory threadFactory, int sessionTimeoutMs, int sessionExpirationPercent) ConnectionStateManager(CuratorFramework client, ThreadFactory threadFactory, int sessionTimeoutMs, int sessionExpirationPercent, ConnectionStateListenerManagerFactory managerFactory)
usingNamespace(java.lang.String)passingnull