- canBeReadOnly(boolean) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
- canBeReadOnly() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
- check() - Method in interface org.apache.curator.framework.api.transaction.CuratorTransaction
-
Start a check builder in the transaction
ChildData
- checkExists() - Method in interface org.apache.curator.framework.CuratorFramework
-
Start an exists builder
- checkExists() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
-
- ChildrenDeletable - Interface in org.apache.curator.framework.api
-
- clear() - Method in class org.apache.curator.framework.listen.ListenerContainer
-
Remove all listeners
- clearWatcherReferences(Watcher) - Method in interface org.apache.curator.framework.CuratorFramework
-
Curator can hold internal references to watchers that may inhibit garbage collection.
- clearWatcherReferences(Watcher) - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
-
- close() - Method in interface org.apache.curator.framework.CuratorFramework
-
Stop the client
- close() - Method in interface org.apache.curator.framework.CuratorTempFramework
-
Stop the client
- close() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
-
- close() - Method in class org.apache.curator.framework.imps.CuratorTempFrameworkImpl
-
- close() - Method in class org.apache.curator.framework.state.ConnectionStateManager
-
- commit() - Method in interface org.apache.curator.framework.api.transaction.CuratorTransactionFinal
-
Commit all added operations as an atomic unit and return results
for the operations.
- compress(String, byte[]) - Method in interface org.apache.curator.framework.api.CompressionProvider
-
- compress(String, byte[]) - Method in class org.apache.curator.framework.imps.GzipCompressionProvider
-
- compressed() - Method in interface org.apache.curator.framework.api.Compressible
-
Cause the data to be compressed using the configured compression provider
- Compressible<T> - Interface in org.apache.curator.framework.api
-
- CompressionProvider - Interface in org.apache.curator.framework.api
-
- compressionProvider(CompressionProvider) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
- ConnectionState - Enum in org.apache.curator.framework.state
-
Represents state changes in the connection to ZK
- ConnectionStateListener - Interface in org.apache.curator.framework.state
-
- ConnectionStateManager - Class in org.apache.curator.framework.state
-
Used internally to manage connection state
- ConnectionStateManager(CuratorFramework, ThreadFactory) - Constructor for class org.apache.curator.framework.state.ConnectionStateManager
-
- connectionTimeoutMs(int) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
- connectString(String) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
Set the list of servers to connect to.
- create() - Method in interface org.apache.curator.framework.api.transaction.CuratorTransaction
-
Start a create builder in the transaction
- create() - Method in interface org.apache.curator.framework.CuratorFramework
-
Start a create builder
- create() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
-
- CreateBackgroundModeACLable - Interface in org.apache.curator.framework.api
-
- CreateBuilder - Interface in org.apache.curator.framework.api
-
- createContainers(String) - Method in interface org.apache.curator.framework.CuratorFramework
-
Create all nodes in the specified path as containers if they don't
already exist
- createContainers(String) - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
-
- CreateModable<T> - Interface in org.apache.curator.framework.api
-
- CreateModalPathAndBytesable<T> - Interface in org.apache.curator.framework.api
-
- creatingParentContainersIfNeeded() - Method in interface org.apache.curator.framework.api.CreateBackgroundModeACLable
-
Causes any parent nodes to get created using CreateMode#CONTAINER if they haven't already been.
- creatingParentContainersIfNeeded() - Method in interface org.apache.curator.framework.api.CreateBuilder
-
Causes any parent nodes to get created using CreateMode#CONTAINER if they haven't already been.
- creatingParentContainersIfNeeded() - Method in interface org.apache.curator.framework.api.ExistsBuilder
-
Causes any parent nodes to get created using CreateMode#CONTAINER if they haven't already been.
- creatingParentsIfNeeded() - Method in interface org.apache.curator.framework.api.CreateBackgroundModeACLable
-
Causes any parent nodes to get created if they haven't already been
- creatingParentsIfNeeded() - Method in interface org.apache.curator.framework.api.CreateBuilder
-
Causes any parent nodes to get created if they haven't already been
- CuratorEvent - Interface in org.apache.curator.framework.api
-
A super set of all the various Zookeeper events/background methods.
- CuratorEventType - Enum in org.apache.curator.framework.api
-
- CuratorFramework - Interface in org.apache.curator.framework
-
Zookeeper framework-style client
- CuratorFrameworkFactory - Class in org.apache.curator.framework
-
Factory methods for creating framework-style clients
- CuratorFrameworkFactory.Builder - Class in org.apache.curator.framework
-
- CuratorFrameworkImpl - Class in org.apache.curator.framework.imps
-
- CuratorFrameworkImpl(CuratorFrameworkFactory.Builder) - Constructor for class org.apache.curator.framework.imps.CuratorFrameworkImpl
-
- CuratorFrameworkImpl(CuratorFrameworkImpl) - Constructor for class org.apache.curator.framework.imps.CuratorFrameworkImpl
-
- CuratorFrameworkState - Enum in org.apache.curator.framework.imps
-
- CuratorListener - Interface in org.apache.curator.framework.api
-
Receives notifications about errors and background events
- CuratorTempFramework - Interface in org.apache.curator.framework
-
Temporary CuratorFramework instances are meant for single requests to ZooKeeper ensembles
over a failure prone network such as a WAN.
- CuratorTempFrameworkImpl - Class in org.apache.curator.framework.imps
-
- CuratorTempFrameworkImpl(CuratorFrameworkFactory.Builder, long) - Constructor for class org.apache.curator.framework.imps.CuratorTempFrameworkImpl
-
- CuratorTransaction - Interface in org.apache.curator.framework.api.transaction
-
Transactional/atomic operations.
- CuratorTransactionBridge - Interface in org.apache.curator.framework.api.transaction
-
- CuratorTransactionFinal - Interface in org.apache.curator.framework.api.transaction
-
Adds commit to the transaction interface
- CuratorTransactionResult - Class in org.apache.curator.framework.api.transaction
-
Holds the result of one transactional operation
- CuratorTransactionResult(OperationType, String, String, Stat) - Constructor for class org.apache.curator.framework.api.transaction.CuratorTransactionResult
-
- CuratorWatcher - Interface in org.apache.curator.framework.api
-
A version of Watcher that can throw an exception
- getACL() - Method in interface org.apache.curator.framework.CuratorFramework
-
Start a get ACL builder
- getACL() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
-
- GetACLBuilder - Interface in org.apache.curator.framework.api
-
- getAclForPath(String) - Method in interface org.apache.curator.framework.api.ACLProvider
-
Return the ACL list to use for the given path
- getAclForPath(String) - Method in class org.apache.curator.framework.imps.DefaultACLProvider
-
- getACLList() - Method in interface org.apache.curator.framework.api.CuratorEvent
-
- getAclProvider() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
- getAuth() - Method in class org.apache.curator.framework.AuthInfo
-
- getAuthInfos() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
- getAuthScheme() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
Deprecated.
- getAuthValue() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
Deprecated.
- getChildren() - Method in interface org.apache.curator.framework.api.CuratorEvent
-
- getChildren() - Method in interface org.apache.curator.framework.CuratorFramework
-
Start a get children builder
- getChildren() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
-
- GetChildrenBuilder - Interface in org.apache.curator.framework.api
-
- getCompressionProvider() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
- getConnectionStateListenable() - Method in interface org.apache.curator.framework.CuratorFramework
-
Returns the listenable interface for the Connect State
- getConnectionStateListenable() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
-
- getConnectionTimeoutMs() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
- getContext() - Method in interface org.apache.curator.framework.api.CuratorEvent
-
- getCuratorListenable() - Method in interface org.apache.curator.framework.CuratorFramework
-
Returns the listenable interface for events
- getCuratorListenable() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
-
- getData() - Method in interface org.apache.curator.framework.api.CuratorEvent
-
- getData() - Method in interface org.apache.curator.framework.CuratorFramework
-
Start a get data builder
- getData() - Method in interface org.apache.curator.framework.CuratorTempFramework
-
Start a get data builder
- getData() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
-
- getData() - Method in class org.apache.curator.framework.imps.CuratorTempFrameworkImpl
-
- GetDataBuilder - Interface in org.apache.curator.framework.api
-
- GetDataWatchBackgroundStatable - Interface in org.apache.curator.framework.api
-
- getDefaultAcl() - Method in interface org.apache.curator.framework.api.ACLProvider
-
Return the ACL list to use by default (usually ZooDefs.Ids#OPEN_ACL_UNSAFE).
- getDefaultAcl() - Method in class org.apache.curator.framework.imps.DefaultACLProvider
-
- getDefaultData() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
- getEnsembleProvider() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
- getForPath() - Method in class org.apache.curator.framework.api.transaction.CuratorTransactionResult
-
Returns the path that was passed to the operation when added
- getListenable() - Method in class org.apache.curator.framework.state.ConnectionStateManager
-
Return the listenable
- getLocalAddress() - Static method in class org.apache.curator.framework.CuratorFrameworkFactory
-
Return the local address as bytes that can be used as a node payload
- getMaxCloseWaitMs() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
- getName() - Method in interface org.apache.curator.framework.api.CuratorEvent
-
- getNamespace() - Method in interface org.apache.curator.framework.CuratorFramework
-
Return the current namespace or "" if none
- getNamespace() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
- getNamespace() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
-
- getPath() - Method in interface org.apache.curator.framework.api.CuratorEvent
-
- getResultCode() - Method in interface org.apache.curator.framework.api.CuratorEvent
-
- getResultPath() - Method in class org.apache.curator.framework.api.transaction.CuratorTransactionResult
-
Returns the operation generated path or null.
- getResultStat() - Method in class org.apache.curator.framework.api.transaction.CuratorTransactionResult
-
Returns the operation generated stat or null.
- getRetryPolicy() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
- getScheme() - Method in class org.apache.curator.framework.AuthInfo
-
- getSessionTimeoutMs() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
- getStat() - Method in interface org.apache.curator.framework.api.CuratorEvent
-
- getState() - Method in interface org.apache.curator.framework.CuratorFramework
-
Returns the state of this instance
- getState() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
-
- getThreadFactory() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
- getType() - Method in interface org.apache.curator.framework.api.CuratorEvent
-
check here first - this value determines the type of event and which methods will have
valid values
- getType() - Method in class org.apache.curator.framework.api.transaction.CuratorTransactionResult
-
Returns the operation type
- getUnhandledErrorListenable() - Method in interface org.apache.curator.framework.CuratorFramework
-
Returns the listenable interface for unhandled errors
- getUnhandledErrorListenable() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
-
- getWatchedEvent() - Method in interface org.apache.curator.framework.api.CuratorEvent
-
- getZookeeperClient() - Method in interface org.apache.curator.framework.CuratorFramework
-
Return the managed zookeeper client
- getZookeeperClient() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
-
- getZookeeperFactory() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
- Guaranteeable - Interface in org.apache.curator.framework.api
-
- guaranteed() - Method in interface org.apache.curator.framework.api.Guaranteeable
-
Solves this edge case: deleting a node can fail due to connection issues.
- GzipCompressionProvider - Class in org.apache.curator.framework.imps
-
- GzipCompressionProvider() - Constructor for class org.apache.curator.framework.imps.GzipCompressionProvider
-