- 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
- checkExists() - Method in interface org.apache.curator.framework.CuratorFramework
-
Start an exists builder
The builder will return a Stat object as if org.apache.zookeeper.ZooKeeper.exists() were called.
- 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
- 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
-
- CreateModable<T> - Interface in org.apache.curator.framework.api
-
- CreateModalPathAndBytesable<T> - Interface in org.apache.curator.framework.api
-
- 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