Index
All Classes and Interfaces|All Packages|Serialized Form
A
- ACLable<T> - Interface in org.apache.curator.framework.api
- ACLableExistBuilderMain - Interface in org.apache.curator.framework.api
- ACLBackgroundPathAndBytesable<T> - Interface in org.apache.curator.framework.api
- ACLCreateModeBackgroundPathAndBytesable<T> - Interface in org.apache.curator.framework.api
- ACLCreateModePathAndBytesable<T> - Interface in org.apache.curator.framework.api
- ACLCreateModeStatBackgroundPathAndBytesable<T> - Interface in org.apache.curator.framework.api
- ACLPathAndBytesable<T> - Interface in org.apache.curator.framework.api
- aclProvider(ACLProvider) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
- ACLProvider - Interface in org.apache.curator.framework.api
- add() - Method in interface org.apache.curator.framework.api.WatchesBuilder
-
Start an add watch operation
- add() - Method in class org.apache.curator.framework.imps.WatchesBuilderImpl
- ADD_WATCH - Enum constant in enum org.apache.curator.framework.api.CuratorEventType
-
Corresponds to
CuratorFramework.watchers()
- Addable<T> - Interface in org.apache.curator.framework.api
- adding(String...) - Method in interface org.apache.curator.framework.api.Addable
-
Sets one or more members that are meant to be part of the ensemble.
- adding(List<String>) - Method in interface org.apache.curator.framework.api.Addable
-
Sets one or more members that are meant to be part of the ensemble.
- addListener(K) - Method in class org.apache.curator.framework.listen.MappingListenerManager
- addListener(K, Executor) - Method in class org.apache.curator.framework.listen.MappingListenerManager
- addListener(T) - Method in interface org.apache.curator.framework.listen.Listenable
-
Add the given listener.
- addListener(T) - Method in class org.apache.curator.framework.listen.StandardListenerManager
- addListener(T, Executor) - Method in interface org.apache.curator.framework.listen.Listenable
-
Add the given listener.
- addListener(T, Executor) - Method in class org.apache.curator.framework.listen.StandardListenerManager
- AddStatConfigEnsembleable - Interface in org.apache.curator.framework.api
-
An non-incremental reconfiguration builder.
- addStateChange(ConnectionState) - Method in class org.apache.curator.framework.state.ConnectionStateManager
-
Post a state change.
- addToDigest(MessageDigest) - Method in class org.apache.curator.framework.imps.ExtractingCuratorOp
- AddWatchBuilder - Interface in org.apache.curator.framework.api
- AddWatchBuilder2 - Interface in org.apache.curator.framework.api
- AddWatchBuilderImpl - Class in org.apache.curator.framework.imps
- AddWatchBuilderImpl(CuratorFrameworkBase, Watching, Backgrounding, AddWatchMode) - Constructor for class org.apache.curator.framework.imps.AddWatchBuilderImpl
- and() - Method in interface org.apache.curator.framework.api.transaction.CuratorTransactionBridge
-
Syntactic sugar to make the fluent interface more readable
- AsyncReconfigurable - Interface in org.apache.curator.framework.api
- AuthInfo - Class in org.apache.curator.framework
- AuthInfo(String, byte[]) - Constructor for class org.apache.curator.framework.AuthInfo
- authorization(String, byte[]) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
Add connection authorization Subsequent calls to this method overwrite the prior calls.
- authorization(List<AuthInfo>) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
Add connection authorization.
B
- Backgroundable<T> - Interface in org.apache.curator.framework.api
- BackgroundCallback - Interface in org.apache.curator.framework.api
-
Functor for an async background operation
- BackgroundEnsembleable<T> - Interface in org.apache.curator.framework.api
- Backgrounding - Class in org.apache.curator.framework.imps
- Backgrounding(BackgroundCallback, UnhandledErrorListener) - Constructor for class org.apache.curator.framework.imps.Backgrounding
- BackgroundPathable<T> - Interface in org.apache.curator.framework.api
- BackgroundPathableQuietlyable<T> - Interface in org.apache.curator.framework.api
- BackgroundPathAndBytesable<T> - Interface in org.apache.curator.framework.api
- BackgroundVersionable - Interface in org.apache.curator.framework.api
- blockUntilConnected() - Method in interface org.apache.curator.framework.CuratorFramework
-
Block until a connection to ZooKeeper is available.
- blockUntilConnected() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
- blockUntilConnected(int, TimeUnit) - Method in interface org.apache.curator.framework.CuratorFramework
-
Block until a connection to ZooKeeper is available or the maxWaitTime has been exceeded
- blockUntilConnected(int, TimeUnit) - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
- blockUntilConnected(int, TimeUnit) - Method in class org.apache.curator.framework.state.ConnectionStateManager
- build() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
Apply the current values and build a new CuratorFramework
- build() - Method in class org.apache.curator.framework.schema.SchemaBuilder
-
Build a new schema from the currently set values
- builder() - Static method in class org.apache.curator.framework.CuratorFrameworkFactory
-
Return a new builder that builds a CuratorFramework
- builder(String) - Static method in class org.apache.curator.framework.schema.Schema
-
Start a builder for the given full path.
- builder(Pattern) - Static method in class org.apache.curator.framework.schema.Schema
-
Start a builder for the given path pattern.
- builderForRecipe(String) - Static method in class org.apache.curator.framework.schema.Schema
-
Start a schema builder for a typical Curator recipe's children
- builderForRecipeParent(String) - Static method in class org.apache.curator.framework.schema.Schema
-
Start a schema builder for a typical Curator recipe's parent node
- buildTemp() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
Apply the current values and build a new temporary CuratorFramework.
- buildTemp(long, TimeUnit) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
Apply the current values and build a new temporary CuratorFramework.
C
- CAN - Enum constant in enum org.apache.curator.framework.schema.Schema.Allowance
- canBeDeleted() - Method in class org.apache.curator.framework.schema.Schema
- canBeDeleted(boolean) - Method in class org.apache.curator.framework.schema.SchemaBuilder
- canBeReadOnly() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
- canBeReadOnly(boolean) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
- CANNOT - Enum constant in enum org.apache.curator.framework.schema.Schema.Allowance
- check() - Method in interface org.apache.curator.framework.api.transaction.CuratorTransaction
-
Deprecated.Start a check builder in the transaction
- check() - Method in interface org.apache.curator.framework.api.transaction.TransactionOp
-
Start a check builder in the transaction
- check() - Method in class org.apache.curator.framework.imps.TransactionOpImpl
- CHECK - Enum constant in enum org.apache.curator.framework.api.transaction.OperationType
- checkExists() - Method in interface org.apache.curator.framework.CuratorFramework
-
Start an exists builder
- checkExists() - Method in class org.apache.curator.framework.imps.CuratorFrameworkBase
- checkState() - Method in class org.apache.curator.framework.imps.CuratorFrameworkBase
- CHILDREN - Enum constant in enum org.apache.curator.framework.api.CuratorEventType
-
Corresponds to
CuratorFramework.getChildren()
- ChildrenDeletable - Interface in org.apache.curator.framework.api
- circuitBreaking(RetryPolicy) - Static method in interface org.apache.curator.framework.state.ConnectionStateListenerManagerFactory
-
Listeners set in this manager receive circuit breaking behavior using
CircuitBreakingConnectionStateListener
as a master listener that proxies to any listener registered by client code (unless the listener returns true forConnectionStateListener.doNotProxy()
). - circuitBreaking(RetryPolicy, ScheduledExecutorService) - Static method in interface org.apache.curator.framework.state.ConnectionStateListenerManagerFactory
-
Listeners set in this manager receive circuit breaking behavior using
CircuitBreakingConnectionStateListener
as a master listener that proxies to any listener registered by client code (unless the listener returns true forConnectionStateListener.doNotProxy()
). - CircuitBreakingConnectionStateListener - Class in org.apache.curator.framework.state
-
A proxy for connection state listeners that adds circuit breaking behavior.
- CircuitBreakingConnectionStateListener(CuratorFramework, ConnectionStateListener, RetryPolicy) - Constructor for class org.apache.curator.framework.state.CircuitBreakingConnectionStateListener
- CircuitBreakingConnectionStateListener(CuratorFramework, ConnectionStateListener, RetryPolicy, ScheduledExecutorService) - Constructor for class org.apache.curator.framework.state.CircuitBreakingConnectionStateListener
- clear() - Method in interface org.apache.curator.framework.listen.ListenerManager
-
Remove all listeners
- clear() - Method in class org.apache.curator.framework.listen.MappingListenerManager
- clear() - Method in class org.apache.curator.framework.listen.StandardListenerManager
- clearWatcherReferences(Watcher) - Method in interface org.apache.curator.framework.CuratorFramework
-
Deprecated.
- 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.imps.EnsembleTracker
- close() - Method in class org.apache.curator.framework.state.ConnectionStateManager
- CLOSING - Enum constant in enum org.apache.curator.framework.api.CuratorEventType
-
Event sent when client is being closed
- 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
- compressed() - Method in class org.apache.curator.framework.imps.CreateBuilderImpl
- compressed() - Method in class org.apache.curator.framework.imps.SetDataBuilderImpl
- Compressible<T> - Interface in org.apache.curator.framework.api
- compressionEnabled() - Method in interface org.apache.curator.framework.CuratorFramework
-
Return whether compression is enabled by default for all create, setData and getData operations.
- compressionEnabled() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
- compressionEnabled() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
- compressionProvider(CompressionProvider) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
- CompressionProvider - Interface in org.apache.curator.framework.api
- configToConnectionString(QuorumVerifier) - Static method in class org.apache.curator.framework.imps.EnsembleTracker
- ConfigureEnsembleable - Interface in org.apache.curator.framework.api
- CONNECTED - Enum constant in enum org.apache.curator.framework.state.ConnectionState
-
Sent for the first successful connection to the server.
- ConnectionState - Enum in org.apache.curator.framework.state
-
Represents state changes in the connection to ZK
- connectionStateErrorPolicy(ConnectionStateErrorPolicy) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
Set the error policy to use.
- ConnectionStateErrorPolicy - Interface in org.apache.curator.framework.state
-
Recipes should use the configured error policy to decide how to handle errors such as
ConnectionState
changes. - ConnectionStateListener - Interface in org.apache.curator.framework.state
- connectionStateListenerManagerFactory(ConnectionStateListenerManagerFactory) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
Sets the connection state listener manager factory.
- ConnectionStateListenerManagerFactory - Interface in org.apache.curator.framework.state
- ConnectionStateManager - Class in org.apache.curator.framework.state
-
Used internally to manage connection state
- ConnectionStateManager(CuratorFramework, ThreadFactory, int, int) - Constructor for class org.apache.curator.framework.state.ConnectionStateManager
- ConnectionStateManager(CuratorFramework, ThreadFactory, int, int, ConnectionStateListenerManagerFactory) - 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
-
Deprecated.Start a create builder in the transaction
- create() - Method in interface org.apache.curator.framework.api.transaction.TransactionOp
-
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.CuratorFrameworkBase
- create() - Method in class org.apache.curator.framework.imps.TransactionOpImpl
- CREATE - Enum constant in enum org.apache.curator.framework.api.CuratorEventType
-
Corresponds to
CuratorFramework.create()
- CREATE - Enum constant in enum org.apache.curator.framework.api.transaction.OperationType
- CreateBackgroundModeACLable - Interface in org.apache.curator.framework.api
- CreateBackgroundModeStatACLable - Interface in org.apache.curator.framework.api
- CreateBuilder - Interface in org.apache.curator.framework.api
- CreateBuilder2 - Interface in org.apache.curator.framework.api
- CreateBuilderImpl - Class in org.apache.curator.framework.imps
- CreateBuilderImpl(CuratorFrameworkBase, CreateMode, Backgrounding, boolean, boolean, boolean, boolean, boolean, List<ACL>, Stat, long) - Constructor for class org.apache.curator.framework.imps.CreateBuilderImpl
- CreateBuilderMain - 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.CuratorFrameworkBase
- CreateModable<T> - Interface in org.apache.curator.framework.api
- CreateProtectACLCreateModePathAndBytesable<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.CreateBackgroundModeStatACLable
-
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.CreateBuilderMain
-
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.CreateProtectACLCreateModePathAndBytesable
-
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. - creatingParentContainersIfNeeded() - Method in class org.apache.curator.framework.imps.CreateBuilderImpl
- creatingParentContainersIfNeeded() - Method in class org.apache.curator.framework.imps.ExistsBuilderImpl
- 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.CreateBackgroundModeStatACLable
-
Causes any parent nodes to get created if they haven't already been
- creatingParentsIfNeeded() - Method in interface org.apache.curator.framework.api.CreateBuilderMain
-
Causes any parent nodes to get created if they haven't already been
- creatingParentsIfNeeded() - Method in interface org.apache.curator.framework.api.CreateProtectACLCreateModePathAndBytesable
-
Causes any parent nodes to get created if they haven't already been
- creatingParentsIfNeeded() - Method in interface org.apache.curator.framework.api.ExistsBuilder
-
Causes any parent nodes to get created if they haven't already been
- creatingParentsIfNeeded() - Method in class org.apache.curator.framework.imps.CreateBuilderImpl
- creatingParentsIfNeeded() - Method in class org.apache.curator.framework.imps.ExistsBuilderImpl
- CuratorClosedException - Exception Class in org.apache.curator.framework.api
- CuratorClosedException() - Constructor for exception class org.apache.curator.framework.api.CuratorClosedException
- 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
- CuratorFrameworkBase - Class in org.apache.curator.framework.imps
-
This is the base class of all
CuratorFramework
s, it is public for private usages (a.k.a. - CuratorFrameworkBase() - Constructor for class org.apache.curator.framework.imps.CuratorFrameworkBase
- 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
- CuratorFrameworkState - Enum in org.apache.curator.framework.imps
- CuratorListener - Interface in org.apache.curator.framework.api
-
Receives notifications about errors and background events
- CuratorMultiTransaction - Interface in org.apache.curator.framework.api.transaction
- CuratorMultiTransactionImpl - Class in org.apache.curator.framework.imps
- CuratorMultiTransactionImpl(CuratorFrameworkBase) - Constructor for class org.apache.curator.framework.imps.CuratorMultiTransactionImpl
- CuratorMultiTransactionImpl(CuratorFrameworkBase, Backgrounding) - Constructor for class org.apache.curator.framework.imps.CuratorMultiTransactionImpl
- CuratorMultiTransactionMain - Interface in org.apache.curator.framework.api.transaction
- CuratorOp - Interface in org.apache.curator.framework.api.transaction
-
Internal representation of a transaction operation
- 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
-
Deprecated.
- 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
- CuratorTransactionResult(OperationType, String, String, Stat, int) - 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
D
- DataCallbackable<T> - Interface in org.apache.curator.framework.api
- dataValidator(SchemaValidator) - Method in class org.apache.curator.framework.schema.SchemaBuilder
- debugUnhandledErrorListener - Variable in class org.apache.curator.framework.imps.CuratorFrameworkImpl
- decompress(String, byte[]) - Method in interface org.apache.curator.framework.api.CompressionProvider
- decompress(String, byte[]) - Method in class org.apache.curator.framework.imps.GzipCompressionProvider
- decompressed() - Method in interface org.apache.curator.framework.api.Decompressible
-
Cause the data to be de-compressed using the configured compression provider
- decompressed() - Method in class org.apache.curator.framework.imps.GetDataBuilderImpl
- Decompressible<T> - Interface in org.apache.curator.framework.api
- DefaultACLProvider - Class in org.apache.curator.framework.imps
- DefaultACLProvider() - Constructor for class org.apache.curator.framework.imps.DefaultACLProvider
- defaultData(byte[]) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
Sets the data to use when
PathAndBytesable.forPath(String)
is used. - DefaultSchemaValidator - Class in org.apache.curator.framework.schema
-
The default data validator - always returns true
- DefaultSchemaValidator() - Constructor for class org.apache.curator.framework.schema.DefaultSchemaValidator
- delete() - Method in interface org.apache.curator.framework.api.transaction.CuratorTransaction
-
Deprecated.Start a delete builder in the transaction
- delete() - Method in interface org.apache.curator.framework.api.transaction.TransactionOp
-
Start a delete builder in the transaction
- delete() - Method in interface org.apache.curator.framework.CuratorFramework
-
Start a delete builder
- delete() - Method in class org.apache.curator.framework.imps.CuratorFrameworkBase
- delete() - Method in class org.apache.curator.framework.imps.TransactionOpImpl
- DELETE - Enum constant in enum org.apache.curator.framework.api.CuratorEventType
-
Corresponds to
CuratorFramework.delete()
- DELETE - Enum constant in enum org.apache.curator.framework.api.transaction.OperationType
- DeleteBuilder - Interface in org.apache.curator.framework.api
- DeleteBuilderImpl - Class in org.apache.curator.framework.imps
- DeleteBuilderImpl(CuratorFrameworkBase, int, Backgrounding, boolean, boolean, boolean) - Constructor for class org.apache.curator.framework.imps.DeleteBuilderImpl
- DeleteBuilderMain - Interface in org.apache.curator.framework.api
- deletingChildrenIfNeeded() - Method in interface org.apache.curator.framework.api.ChildrenDeletable
-
Will also delete children if they exist.
- deletingChildrenIfNeeded() - Method in class org.apache.curator.framework.imps.DeleteBuilderImpl
- documentation(String) - Method in class org.apache.curator.framework.schema.SchemaBuilder
- doNotProxy() - Method in interface org.apache.curator.framework.state.ConnectionStateListener
-
ConnectionStateListener managers set via
CuratorFrameworkFactory.Builder.connectionStateListenerManagerFactory(ConnectionStateListenerManagerFactory)
are allowed to proxy (etc.) ConnectionStateListeners as needed. - dontUseContainerParents() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
By default, Curator uses
CreateBuilderMain.creatingParentContainersIfNeeded()
if the ZK JAR supportsCreateMode.CONTAINER
.
E
- enableCompression() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
By default, each write or read call must explicitly use compression.
- Ensembleable<T> - Interface in org.apache.curator.framework.api
- ensembleProvider(EnsembleProvider) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
Set the list ensemble provider.
- ensembleTracker(boolean) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
Allows to configure if the ensemble configuration changes will be watched.
- EnsembleTracker - Class in org.apache.curator.framework.imps
- ensure() - Method in class org.apache.curator.framework.EnsureContainers
-
The first time this method is called, all nodes in the path will be created as containers if needed
- EnsureContainers - Class in org.apache.curator.framework
-
Similar to
EnsurePath
but creates containers. - EnsureContainers(CuratorFramework, String) - Constructor for class org.apache.curator.framework.EnsureContainers
- ephemeral(Schema.Allowance) - Method in class org.apache.curator.framework.schema.SchemaBuilder
- equals(Object) - Method in class org.apache.curator.framework.schema.Schema
- ErrorListenerEnsembleable<T> - Interface in org.apache.curator.framework.api
- ErrorListenerMultiTransactionMain - Interface in org.apache.curator.framework.api
- ErrorListenerPathable<T> - Interface in org.apache.curator.framework.api
- ErrorListenerPathAndBytesable<T> - Interface in org.apache.curator.framework.api
- ErrorListenerReconfigBuilderMain - Interface in org.apache.curator.framework.api
- eventReceived(CuratorFramework, CuratorEvent) - Method in interface org.apache.curator.framework.api.CuratorListener
-
Called when a background task has completed or a watch has triggered
- executor - Variable in class org.apache.curator.framework.listen.ListenerEntry
- EXISTS - Enum constant in enum org.apache.curator.framework.api.CuratorEventType
-
Corresponds to
CuratorFramework.checkExists()
- ExistsBuilder - Interface in org.apache.curator.framework.api
- ExistsBuilderImpl - Class in org.apache.curator.framework.imps
- ExistsBuilderImpl(CuratorFrameworkBase, Backgrounding, Watcher, boolean, boolean) - Constructor for class org.apache.curator.framework.imps.ExistsBuilderImpl
- ExistsBuilderMain - Interface in org.apache.curator.framework.api
- ExtractingCuratorOp - Class in org.apache.curator.framework.imps
- ExtractingCuratorOp() - Constructor for class org.apache.curator.framework.imps.ExtractingCuratorOp
- extractProtectedId(String) - Static method in class org.apache.curator.framework.imps.ProtectedUtils
-
Extracts protectedId in case the provided name is protected
F
- forEach(Consumer<T>) - Method in class org.apache.curator.framework.listen.StandardListenerManager
- forEach(Consumer<V>) - Method in interface org.apache.curator.framework.listen.ListenerManager
-
Utility - apply the given function to each listener.
- forEach(Consumer<V>) - Method in class org.apache.curator.framework.listen.MappingListenerManager
- forEnsemble() - Method in interface org.apache.curator.framework.api.Ensembleable
- forEnsemble() - Method in class org.apache.curator.framework.imps.GetConfigBuilderImpl
- forEnsemble() - Method in class org.apache.curator.framework.imps.ReconfigBuilderImpl
- forOperations(List<CuratorOp>) - Method in interface org.apache.curator.framework.api.transaction.CuratorMultiTransactionMain
-
Commit the given operations as a single transaction.
- forOperations(List<CuratorOp>) - Method in class org.apache.curator.framework.imps.CuratorMultiTransactionImpl
- forOperations(CuratorOp...) - Method in interface org.apache.curator.framework.api.transaction.CuratorMultiTransactionMain
-
Commit the given operations as a single transaction.
- forOperations(CuratorOp...) - Method in class org.apache.curator.framework.imps.CuratorMultiTransactionImpl
- forPath(String) - Method in interface org.apache.curator.framework.api.Pathable
-
Commit the currently building operation using the given path
- forPath(String) - Method in interface org.apache.curator.framework.api.PathAndBytesable
-
Commit the currently building operation using the given path and the default data for the client (usually a byte[0] unless changed via
CuratorFrameworkFactory.Builder.defaultData(byte[])
). - forPath(String) - Method in class org.apache.curator.framework.imps.AddWatchBuilderImpl
- forPath(String) - Method in class org.apache.curator.framework.imps.CreateBuilderImpl
- forPath(String) - Method in class org.apache.curator.framework.imps.DeleteBuilderImpl
- forPath(String) - Method in class org.apache.curator.framework.imps.ExistsBuilderImpl
- forPath(String) - Method in class org.apache.curator.framework.imps.GetACLBuilderImpl
- forPath(String) - Method in class org.apache.curator.framework.imps.GetChildrenBuilderImpl
- forPath(String) - Method in class org.apache.curator.framework.imps.GetDataBuilderImpl
- forPath(String) - Method in class org.apache.curator.framework.imps.RemoveWatchesBuilderImpl
- forPath(String) - Method in class org.apache.curator.framework.imps.SetACLBuilderImpl
- forPath(String) - Method in class org.apache.curator.framework.imps.SetDataBuilderImpl
- forPath(String) - Method in class org.apache.curator.framework.imps.SyncBuilderImpl
- forPath(String, byte[]) - Method in interface org.apache.curator.framework.api.PathAndBytesable
-
Commit the currently building operation using the given path and data
- forPath(String, byte[]) - Method in class org.apache.curator.framework.imps.CreateBuilderImpl
- forPath(String, byte[]) - Method in class org.apache.curator.framework.imps.SetDataBuilderImpl
- fromConfig(long) - Method in interface org.apache.curator.framework.api.AsyncReconfigurable
-
Sets the configuration version to use.
- fromConfig(long) - Method in interface org.apache.curator.framework.api.ConfigureEnsembleable
-
Sets the configuration version to use.
G
- get() - Method in interface org.apache.curator.framework.api.transaction.CuratorOp
- get() - Method in class org.apache.curator.framework.imps.ExtractingCuratorOp
- GET_ACL - Enum constant in enum org.apache.curator.framework.api.CuratorEventType
-
Corresponds to
CuratorFramework.getACL()
- GET_CONFIG - Enum constant in enum org.apache.curator.framework.api.CuratorEventType
-
Corresponds to
CuratorFramework.getConfig()
- GET_DATA - Enum constant in enum org.apache.curator.framework.api.CuratorEventType
-
Corresponds to
CuratorFramework.getData()
- getAcl() - Method in class org.apache.curator.framework.schema.SchemaViolation.ViolatorData
-
The ACLs used in the API or
null
- getACL() - Method in interface org.apache.curator.framework.CuratorFramework
-
Start a get ACL builder
- getACL() - Method in class org.apache.curator.framework.imps.CuratorFrameworkBase
- GetACLBuilder - Interface in org.apache.curator.framework.api
- GetACLBuilderImpl - Class in org.apache.curator.framework.imps
- GetACLBuilderImpl(CuratorFrameworkBase, Backgrounding, Stat) - Constructor for class org.apache.curator.framework.imps.GetACLBuilderImpl
- 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.
- getBackgroundEventType() - Method in class org.apache.curator.framework.imps.AddWatchBuilderImpl
- getBackgroundEventType() - Method in class org.apache.curator.framework.imps.CreateBuilderImpl
- getBackgroundEventType() - Method in class org.apache.curator.framework.imps.CuratorMultiTransactionImpl
- getBackgroundEventType() - Method in class org.apache.curator.framework.imps.DeleteBuilderImpl
- getBackgroundEventType() - Method in class org.apache.curator.framework.imps.ExistsBuilderImpl
- getBackgroundEventType() - Method in class org.apache.curator.framework.imps.GetACLBuilderImpl
- getBackgroundEventType() - Method in class org.apache.curator.framework.imps.GetChildrenBuilderImpl
- getBackgroundEventType() - Method in class org.apache.curator.framework.imps.GetConfigBuilderImpl
- getBackgroundEventType() - Method in class org.apache.curator.framework.imps.GetDataBuilderImpl
- getBackgroundEventType() - Method in class org.apache.curator.framework.imps.ReconfigBuilderImpl
- getBackgroundEventType() - Method in class org.apache.curator.framework.imps.RemoveWatchesBuilderImpl
- getBackgroundEventType() - Method in class org.apache.curator.framework.imps.SetACLBuilderImpl
- getBackgroundEventType() - Method in class org.apache.curator.framework.imps.SetDataBuilderImpl
- getBackgroundEventType() - Method in class org.apache.curator.framework.imps.SyncBuilderImpl
- 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.CuratorFrameworkBase
- GetChildrenBuilder - Interface in org.apache.curator.framework.api
- GetChildrenBuilderImpl - Class in org.apache.curator.framework.imps
- GetChildrenBuilderImpl(CuratorFrameworkBase, Watcher, Backgrounding, Stat) - Constructor for class org.apache.curator.framework.imps.GetChildrenBuilderImpl
- getClient() - Method in class org.apache.curator.framework.imps.RemoveWatchesBuilderImpl
- getCompressionProvider() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
- getConfig() - Method in interface org.apache.curator.framework.CuratorFramework
-
Start a getConfig builder
- getConfig() - Method in class org.apache.curator.framework.imps.CuratorFrameworkBase
- GetConfigBuilder - Interface in org.apache.curator.framework.api
- GetConfigBuilderImpl - Class in org.apache.curator.framework.imps
- GetConfigBuilderImpl(CuratorFrameworkBase) - Constructor for class org.apache.curator.framework.imps.GetConfigBuilderImpl
- GetConfigBuilderImpl(CuratorFrameworkBase, Backgrounding, Watcher, Stat) - Constructor for class org.apache.curator.framework.imps.GetConfigBuilderImpl
- getConnectionStateErrorPolicy() - Method in interface org.apache.curator.framework.CuratorFramework
-
Return the configured error policy
- getConnectionStateErrorPolicy() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
- getConnectionStateErrorPolicy() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
- 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
- getConnectionStateListenerManagerFactory() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
- 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
- getCurrentConfig() - Method in interface org.apache.curator.framework.CuratorFramework
-
Current maintains a cached view of the Zookeeper quorum config.
- getCurrentConfig() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
- getCurrentConfig() - Method in class org.apache.curator.framework.imps.EnsembleTracker
-
Return the current quorum config
- 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.CuratorFrameworkBase
- getData() - Method in class org.apache.curator.framework.imps.CuratorTempFrameworkImpl
- getData() - Method in class org.apache.curator.framework.schema.SchemaViolation.ViolatorData
-
The data used in the API or
null
- GetDataBuilder - Interface in org.apache.curator.framework.api
- GetDataBuilderImpl - Class in org.apache.curator.framework.imps
- GetDataBuilderImpl(CuratorFrameworkBase, Stat, Watcher, Backgrounding, boolean) - Constructor for class org.apache.curator.framework.imps.GetDataBuilderImpl
- 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
- getDefaultSchemaSet() - Static method in class org.apache.curator.framework.schema.SchemaSet
-
Return the default (empty) schema set
- getDocumentation() - Method in class org.apache.curator.framework.schema.Schema
- getEnsembleProvider() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
- getEphemeral() - Method in class org.apache.curator.framework.schema.Schema
- getError() - Method in class org.apache.curator.framework.api.transaction.CuratorTransactionResult
-
Returns the operation generated error or
0
i.e. - getForPath() - Method in class org.apache.curator.framework.api.transaction.CuratorTransactionResult
-
Returns the path that was passed to the operation when added
- getForPath() - Method in class org.apache.curator.framework.api.transaction.TypeAndPath
- 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
- getMetadata() - Method in class org.apache.curator.framework.schema.Schema
- getName() - Method in interface org.apache.curator.framework.api.CuratorEvent
- getName() - Method in class org.apache.curator.framework.schema.Schema
- getNamedPath(CuratorFramework, String) - Static method in class org.apache.curator.framework.schema.SchemaSet
-
Utility to return a ZNode path for the given name
- getNamedSchema(String) - Method in class org.apache.curator.framework.schema.SchemaSet
-
Return the schema with the given key/name
- 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.CuratorFrameworkBase
- getOpResults() - Method in interface org.apache.curator.framework.api.CuratorEvent
- getPath() - Method in interface org.apache.curator.framework.api.CuratorEvent
- getPath() - Method in class org.apache.curator.framework.schema.Schema
- getPath() - Method in class org.apache.curator.framework.schema.SchemaViolation.ViolatorData
-
The path used in the API or
null
- getPathRegex() - Method in class org.apache.curator.framework.schema.Schema
- getProtectedPrefix(String) - Static method in class org.apache.curator.framework.imps.ProtectedUtils
-
Provides a prefix to be prepended to a ZNode name when protected.
- getRawPath() - Method in class org.apache.curator.framework.schema.Schema
-
Return the raw path for this schema.
- 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
- getRunSafeService() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
- getSchema() - Method in exception class org.apache.curator.framework.schema.SchemaViolation
- getSchema(String) - Method in class org.apache.curator.framework.schema.SchemaSet
-
Find the first matching schema for the path and return it
- getSchemas() - Method in class org.apache.curator.framework.schema.SchemaSet
-
Return the schemas
- getSchemas() - Method in class org.apache.curator.framework.schema.SchemaSetLoader
- getSchemaSet() - Method in interface org.apache.curator.framework.CuratorFramework
-
Return this instance's schema set
- getSchemaSet() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
- getSchemaSet() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
- getSchemaValidator() - Method in class org.apache.curator.framework.schema.Schema
- getSchemaValidator(String) - Method in interface org.apache.curator.framework.schema.SchemaSetLoader.SchemaValidatorMapper
- getScheme() - Method in class org.apache.curator.framework.AuthInfo
- getSequential() - Method in class org.apache.curator.framework.schema.Schema
- getSessionTimeoutMs() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
- getSimulatedSessionExpirationPercent() - 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
- getType() - Method in class org.apache.curator.framework.api.transaction.TypeAndPath
- getTypeAndPath() - Method in interface org.apache.curator.framework.api.transaction.CuratorOp
- getTypeAndPath() - Method in class org.apache.curator.framework.imps.ExtractingCuratorOp
- 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
- getVersion() - Method in class org.apache.curator.framework.imps.DeleteBuilderImpl
- getViolation() - Method in exception class org.apache.curator.framework.schema.SchemaViolation
- getViolatorData() - Method in exception class org.apache.curator.framework.schema.SchemaViolation
- getWaitForShutdownTimeoutMs() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
- getWatched() - Method in class org.apache.curator.framework.schema.Schema
- getWatchedEvent() - Method in interface org.apache.curator.framework.api.CuratorEvent
-
If
CuratorEvent.getType()
returnsCuratorEventType.WATCHED
this will return the WatchedEvent - getZkClientConfig() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
- getZookeeperClient() - Method in interface org.apache.curator.framework.CuratorFramework
-
Return the managed zookeeper client
- getZookeeperClient() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
- getZookeeperCompatibility() - Method in interface org.apache.curator.framework.CuratorFramework
-
Return zookeeper server compatibility
- getZookeeperCompatibility() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
- getZookeeperCompatibility() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
- getZookeeperFactory() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
- Guaranteeable<T> - Interface in org.apache.curator.framework.api
- GuaranteeableDeletable - Interface in org.apache.curator.framework.api
-
Solves this edge case: deleting a node can fail due to connection issues.
- guaranteed() - Method in interface org.apache.curator.framework.api.Guaranteeable
-
Solves edge cases where an operation may succeed on the server but connection failure occurs before a response can be successfully returned to the client.
- guaranteed() - Method in class org.apache.curator.framework.imps.DeleteBuilderImpl
- guaranteed() - Method in class org.apache.curator.framework.imps.RemoveWatchesBuilderImpl
- GzipCompressionProvider - Class in org.apache.curator.framework.imps
- GzipCompressionProvider() - Constructor for class org.apache.curator.framework.imps.GzipCompressionProvider
H
- hashCode() - Method in class org.apache.curator.framework.schema.Schema
- hasOutstanding() - Method in class org.apache.curator.framework.imps.EnsembleTracker
I
- idempotent() - Method in interface org.apache.curator.framework.api.Idempotentable
-
If the first try of this operation gets a transient error, curator will retry the operation, and treat it as successful so long as the end state of the znode is the same as if the operation had completed without error on the first try.
- idempotent() - Method in class org.apache.curator.framework.imps.CreateBuilderImpl
- idempotent() - Method in class org.apache.curator.framework.imps.DeleteBuilderImpl
- idempotent() - Method in class org.apache.curator.framework.imps.SetDataBuilderImpl
- Idempotentable<T> - Interface in org.apache.curator.framework.api
- inBackground() - Method in interface org.apache.curator.framework.api.Backgroundable
-
Perform the action in the background
- inBackground() - Method in class org.apache.curator.framework.imps.AddWatchBuilderImpl
- inBackground() - Method in class org.apache.curator.framework.imps.CreateBuilderImpl
- inBackground() - Method in class org.apache.curator.framework.imps.CuratorMultiTransactionImpl
- inBackground() - Method in class org.apache.curator.framework.imps.DeleteBuilderImpl
- inBackground() - Method in class org.apache.curator.framework.imps.ExistsBuilderImpl
- inBackground() - Method in class org.apache.curator.framework.imps.GetACLBuilderImpl
- inBackground() - Method in class org.apache.curator.framework.imps.GetChildrenBuilderImpl
- inBackground() - Method in class org.apache.curator.framework.imps.GetConfigBuilderImpl
- inBackground() - Method in class org.apache.curator.framework.imps.GetDataBuilderImpl
- inBackground() - Method in class org.apache.curator.framework.imps.ReconfigBuilderImpl
- inBackground() - Method in class org.apache.curator.framework.imps.RemoveWatchesBuilderImpl
- inBackground() - Method in class org.apache.curator.framework.imps.SetACLBuilderImpl
- inBackground() - Method in class org.apache.curator.framework.imps.SetDataBuilderImpl
- inBackground() - Method in class org.apache.curator.framework.imps.SyncBuilderImpl
- inBackground(Object) - Method in interface org.apache.curator.framework.api.Backgroundable
-
Perform the action in the background
- inBackground(Object) - Method in class org.apache.curator.framework.imps.AddWatchBuilderImpl
- inBackground(Object) - Method in class org.apache.curator.framework.imps.CreateBuilderImpl
- inBackground(Object) - Method in class org.apache.curator.framework.imps.CuratorMultiTransactionImpl
- inBackground(Object) - Method in class org.apache.curator.framework.imps.DeleteBuilderImpl
- inBackground(Object) - Method in class org.apache.curator.framework.imps.ExistsBuilderImpl
- inBackground(Object) - Method in class org.apache.curator.framework.imps.GetACLBuilderImpl
- inBackground(Object) - Method in class org.apache.curator.framework.imps.GetChildrenBuilderImpl
- inBackground(Object) - Method in class org.apache.curator.framework.imps.GetConfigBuilderImpl
- inBackground(Object) - Method in class org.apache.curator.framework.imps.GetDataBuilderImpl
- inBackground(Object) - Method in class org.apache.curator.framework.imps.ReconfigBuilderImpl
- inBackground(Object) - Method in class org.apache.curator.framework.imps.RemoveWatchesBuilderImpl
- inBackground(Object) - Method in class org.apache.curator.framework.imps.SetACLBuilderImpl
- inBackground(Object) - Method in class org.apache.curator.framework.imps.SetDataBuilderImpl
- inBackground(Object) - Method in class org.apache.curator.framework.imps.SyncBuilderImpl
- inBackground(BackgroundCallback) - Method in interface org.apache.curator.framework.api.Backgroundable
-
Perform the action in the background
- inBackground(BackgroundCallback) - Method in class org.apache.curator.framework.imps.AddWatchBuilderImpl
- inBackground(BackgroundCallback) - Method in class org.apache.curator.framework.imps.CreateBuilderImpl
- inBackground(BackgroundCallback) - Method in class org.apache.curator.framework.imps.CuratorMultiTransactionImpl
- inBackground(BackgroundCallback) - Method in class org.apache.curator.framework.imps.DeleteBuilderImpl
- inBackground(BackgroundCallback) - Method in class org.apache.curator.framework.imps.ExistsBuilderImpl
- inBackground(BackgroundCallback) - Method in class org.apache.curator.framework.imps.GetACLBuilderImpl
- inBackground(BackgroundCallback) - Method in class org.apache.curator.framework.imps.GetChildrenBuilderImpl
- inBackground(BackgroundCallback) - Method in class org.apache.curator.framework.imps.GetConfigBuilderImpl
- inBackground(BackgroundCallback) - Method in class org.apache.curator.framework.imps.GetDataBuilderImpl
- inBackground(BackgroundCallback) - Method in class org.apache.curator.framework.imps.ReconfigBuilderImpl
- inBackground(BackgroundCallback) - Method in class org.apache.curator.framework.imps.RemoveWatchesBuilderImpl
- inBackground(BackgroundCallback) - Method in class org.apache.curator.framework.imps.SetACLBuilderImpl
- inBackground(BackgroundCallback) - Method in class org.apache.curator.framework.imps.SetDataBuilderImpl
- inBackground(BackgroundCallback) - Method in class org.apache.curator.framework.imps.SyncBuilderImpl
- inBackground(BackgroundCallback, Object) - Method in interface org.apache.curator.framework.api.Backgroundable
-
Perform the action in the background
- inBackground(BackgroundCallback, Object) - Method in class org.apache.curator.framework.imps.AddWatchBuilderImpl
- inBackground(BackgroundCallback, Object) - Method in class org.apache.curator.framework.imps.CreateBuilderImpl
- inBackground(BackgroundCallback, Object) - Method in class org.apache.curator.framework.imps.CuratorMultiTransactionImpl
- inBackground(BackgroundCallback, Object) - Method in class org.apache.curator.framework.imps.DeleteBuilderImpl
- inBackground(BackgroundCallback, Object) - Method in class org.apache.curator.framework.imps.ExistsBuilderImpl
- inBackground(BackgroundCallback, Object) - Method in class org.apache.curator.framework.imps.GetACLBuilderImpl
- inBackground(BackgroundCallback, Object) - Method in class org.apache.curator.framework.imps.GetChildrenBuilderImpl
- inBackground(BackgroundCallback, Object) - Method in class org.apache.curator.framework.imps.GetConfigBuilderImpl
- inBackground(BackgroundCallback, Object) - Method in class org.apache.curator.framework.imps.GetDataBuilderImpl
- inBackground(BackgroundCallback, Object) - Method in class org.apache.curator.framework.imps.ReconfigBuilderImpl
- inBackground(BackgroundCallback, Object) - Method in class org.apache.curator.framework.imps.RemoveWatchesBuilderImpl
- inBackground(BackgroundCallback, Object) - Method in class org.apache.curator.framework.imps.SetACLBuilderImpl
- inBackground(BackgroundCallback, Object) - Method in class org.apache.curator.framework.imps.SetDataBuilderImpl
- inBackground(BackgroundCallback, Object) - Method in class org.apache.curator.framework.imps.SyncBuilderImpl
- inBackground(BackgroundCallback, Object, Executor) - Method in interface org.apache.curator.framework.api.Backgroundable
-
Perform the action in the background
- inBackground(BackgroundCallback, Object, Executor) - Method in class org.apache.curator.framework.imps.AddWatchBuilderImpl
- inBackground(BackgroundCallback, Object, Executor) - Method in class org.apache.curator.framework.imps.CreateBuilderImpl
- inBackground(BackgroundCallback, Object, Executor) - Method in class org.apache.curator.framework.imps.CuratorMultiTransactionImpl
- inBackground(BackgroundCallback, Object, Executor) - Method in class org.apache.curator.framework.imps.DeleteBuilderImpl
- inBackground(BackgroundCallback, Object, Executor) - Method in class org.apache.curator.framework.imps.ExistsBuilderImpl
- inBackground(BackgroundCallback, Object, Executor) - Method in class org.apache.curator.framework.imps.GetACLBuilderImpl
- inBackground(BackgroundCallback, Object, Executor) - Method in class org.apache.curator.framework.imps.GetChildrenBuilderImpl
- inBackground(BackgroundCallback, Object, Executor) - Method in class org.apache.curator.framework.imps.GetConfigBuilderImpl
- inBackground(BackgroundCallback, Object, Executor) - Method in class org.apache.curator.framework.imps.GetDataBuilderImpl
- inBackground(BackgroundCallback, Object, Executor) - Method in class org.apache.curator.framework.imps.ReconfigBuilderImpl
- inBackground(BackgroundCallback, Object, Executor) - Method in class org.apache.curator.framework.imps.RemoveWatchesBuilderImpl
- inBackground(BackgroundCallback, Object, Executor) - Method in class org.apache.curator.framework.imps.SetACLBuilderImpl
- inBackground(BackgroundCallback, Object, Executor) - Method in class org.apache.curator.framework.imps.SetDataBuilderImpl
- inBackground(BackgroundCallback, Object, Executor) - Method in class org.apache.curator.framework.imps.SyncBuilderImpl
- inBackground(BackgroundCallback, Executor) - Method in interface org.apache.curator.framework.api.Backgroundable
-
Perform the action in the background
- inBackground(BackgroundCallback, Executor) - Method in class org.apache.curator.framework.imps.AddWatchBuilderImpl
- inBackground(BackgroundCallback, Executor) - Method in class org.apache.curator.framework.imps.CreateBuilderImpl
- inBackground(BackgroundCallback, Executor) - Method in class org.apache.curator.framework.imps.CuratorMultiTransactionImpl
- inBackground(BackgroundCallback, Executor) - Method in class org.apache.curator.framework.imps.DeleteBuilderImpl
- inBackground(BackgroundCallback, Executor) - Method in class org.apache.curator.framework.imps.ExistsBuilderImpl
- inBackground(BackgroundCallback, Executor) - Method in class org.apache.curator.framework.imps.GetACLBuilderImpl
- inBackground(BackgroundCallback, Executor) - Method in class org.apache.curator.framework.imps.GetChildrenBuilderImpl
- inBackground(BackgroundCallback, Executor) - Method in class org.apache.curator.framework.imps.GetConfigBuilderImpl
- inBackground(BackgroundCallback, Executor) - Method in class org.apache.curator.framework.imps.GetDataBuilderImpl
- inBackground(BackgroundCallback, Executor) - Method in class org.apache.curator.framework.imps.ReconfigBuilderImpl
- inBackground(BackgroundCallback, Executor) - Method in class org.apache.curator.framework.imps.RemoveWatchesBuilderImpl
- inBackground(BackgroundCallback, Executor) - Method in class org.apache.curator.framework.imps.SetACLBuilderImpl
- inBackground(BackgroundCallback, Executor) - Method in class org.apache.curator.framework.imps.SetDataBuilderImpl
- inBackground(BackgroundCallback, Executor) - Method in class org.apache.curator.framework.imps.SyncBuilderImpl
- internalSync(CuratorFrameworkBase, String, Object) - Method in class org.apache.curator.framework.imps.CuratorFrameworkBase
- inTransaction() - Method in interface org.apache.curator.framework.CuratorFramework
-
Deprecated.use
CuratorFramework.transaction()
instead - inTransaction() - Method in interface org.apache.curator.framework.CuratorTempFramework
-
Start a transaction builder
- inTransaction() - Method in class org.apache.curator.framework.imps.CuratorFrameworkBase
- inTransaction() - Method in class org.apache.curator.framework.imps.CuratorTempFrameworkImpl
- isConnected() - Method in enum org.apache.curator.framework.state.ConnectionState
-
Check if this state indicates that Curator has a connection to ZooKeeper
- isConnected() - Method in class org.apache.curator.framework.state.ConnectionStateManager
- isEmpty() - Method in interface org.apache.curator.framework.listen.ListenerManager
- isErrorState(ConnectionState) - Method in interface org.apache.curator.framework.state.ConnectionStateErrorPolicy
-
Returns true if the given state should cause the recipe to act as though the connection has been lost.
- isErrorState(ConnectionState) - Method in class org.apache.curator.framework.state.SessionConnectionStateErrorPolicy
- isErrorState(ConnectionState) - Method in class org.apache.curator.framework.state.StandardConnectionStateErrorPolicy
- isOpen() - Method in class org.apache.curator.framework.state.CircuitBreakingConnectionStateListener
-
Returns true if the circuit is open
- isProtectedZNode(String) - Static method in class org.apache.curator.framework.imps.ProtectedUtils
-
Utility method to determine if a given ZNode name starts with Curator's generated protected prefix.
- isStarted() - Method in interface org.apache.curator.framework.CuratorFramework
-
Deprecated.use
CuratorFramework.getState()
instead - isStarted() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
-
Deprecated.
- isValid(Schema, String, byte[], List<ACL>) - Method in class org.apache.curator.framework.schema.DefaultSchemaValidator
- isValid(Schema, String, byte[], List<ACL>) - Method in interface org.apache.curator.framework.schema.SchemaValidator
J
- Joinable<T> - Interface in org.apache.curator.framework.api
- joining(String...) - Method in interface org.apache.curator.framework.api.Joinable
-
Adds one or more servers to joining the ensemble.
- joining(String...) - Method in class org.apache.curator.framework.imps.ReconfigBuilderImpl
- joining(List<String>) - Method in interface org.apache.curator.framework.api.Joinable
-
Adds one or more servers to joining the ensemble.
- joining(List<String>) - Method in class org.apache.curator.framework.imps.ReconfigBuilderImpl
- JoinStatConfigEnsembleable - Interface in org.apache.curator.framework.api
-
An incremental reconfiguration builder.
L
- LATENT - Enum constant in enum org.apache.curator.framework.imps.CuratorFrameworkState
-
CuratorFramework.start()
has not yet been called - Leaveable<T> - Interface in org.apache.curator.framework.api
- LeaveStatConfigEnsembleable - Interface in org.apache.curator.framework.api
-
An incremental reconfiguration builder.
- leaving(String...) - Method in interface org.apache.curator.framework.api.Leaveable
-
Sets one or more servers to leaving the ensemble.
- leaving(String...) - Method in class org.apache.curator.framework.imps.ReconfigBuilderImpl
- leaving(List<String>) - Method in interface org.apache.curator.framework.api.Leaveable
-
Sets one or more servers to leaving the ensemble.
- leaving(List<String>) - Method in class org.apache.curator.framework.imps.ReconfigBuilderImpl
- Listenable<T> - Interface in org.apache.curator.framework.listen
-
Abstracts a listenable object
- listener - Variable in class org.apache.curator.framework.listen.ListenerEntry
- ListenerEntry<T> - Class in org.apache.curator.framework.listen
-
Generic holder POJO for a listener and its executor
- ListenerEntry(T, Executor) - Constructor for class org.apache.curator.framework.listen.ListenerEntry
- ListenerManager<K,
V> - Interface in org.apache.curator.framework.listen - locally() - Method in interface org.apache.curator.framework.api.RemoveWatchesLocal
-
Specify if the client should just remove client side watches if a connection to ZK is not available.
- locally() - Method in class org.apache.curator.framework.imps.RemoveWatchesBuilderImpl
- LOST - Enum constant in enum org.apache.curator.framework.state.ConnectionState
-
Curator will set the LOST state when it believes that the ZooKeeper session has expired.
M
- mapping(Function<K, V>) - Static method in class org.apache.curator.framework.listen.MappingListenerManager
-
Returns a new container that wraps listeners using the given mapper
- MappingListenerManager<K,
V> - Class in org.apache.curator.framework.listen -
Version of ListenerManager that supports mapping/wrapping of listeners
- mappingStandard(UnaryOperator<T>) - Static method in class org.apache.curator.framework.listen.StandardListenerManager
-
Returns a new mapping container that maps to the same type
- maxCloseWaitMs(int) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
- Membersable<T> - Interface in org.apache.curator.framework.api
- metadata(Map<String, String>) - Method in class org.apache.curator.framework.schema.SchemaBuilder
- MUST - Enum constant in enum org.apache.curator.framework.schema.Schema.Allowance
N
- name(String) - Method in class org.apache.curator.framework.schema.SchemaBuilder
- namespace(String) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
As ZooKeeper is a shared space, users of a given cluster should stay within a pre-defined namespace.
- newClient(String, int, int, RetryPolicy) - Static method in class org.apache.curator.framework.CuratorFrameworkFactory
-
Create a new client
- newClient(String, int, int, RetryPolicy, ZKClientConfig) - Static method in class org.apache.curator.framework.CuratorFrameworkFactory
-
Create a new client
- newClient(String, RetryPolicy) - Static method in class org.apache.curator.framework.CuratorFrameworkFactory
-
Create a new client with default session timeout and default connection timeout
- newManager(CuratorFramework) - Method in interface org.apache.curator.framework.state.ConnectionStateListenerManagerFactory
-
Create a new listener manager
- newNamespaceAwareEnsurePath(String) - Method in interface org.apache.curator.framework.CuratorFramework
-
Deprecated.
- newNamespaceAwareEnsurePath(String) - Method in class org.apache.curator.framework.imps.CuratorFrameworkBase
-
Deprecated.
- newNamespaceAwareEnsurePath(String) - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
- newWatcherRemoveCuratorFramework() - Method in interface org.apache.curator.framework.CuratorFramework
-
Returns a facade of the current instance that tracks watchers created and allows a one-shot removal of all watchers via
WatcherRemoveCuratorFramework.removeWatchers()
- newWatcherRemoveCuratorFramework() - Method in class org.apache.curator.framework.imps.CuratorFrameworkBase
- nonNamespaceView() - Method in interface org.apache.curator.framework.CuratorFramework
-
Deprecated.Since 2.9.0 - use
CuratorFramework.usingNamespace(java.lang.String)
passingnull
- nonNamespaceView() - Method in class org.apache.curator.framework.imps.CuratorFrameworkBase
- normalize(String) - Static method in class org.apache.curator.framework.imps.ProtectedUtils
-
Utility method to remove Curator's generated protected prefix if present
- normalizePath(String) - Static method in class org.apache.curator.framework.imps.ProtectedUtils
-
Utility method to provide a path removing Curator's generated protected prefix if present in the ZNode name
O
- ofType(Watcher.WatcherType) - Method in interface org.apache.curator.framework.api.RemoveWatchesType
-
Specify the type of watcher to be removed.
- ofType(Watcher.WatcherType) - Method in class org.apache.curator.framework.imps.RemoveWatchesBuilderImpl
- ofTypeAndPath(OperationType, String) - Static method in class org.apache.curator.framework.api.transaction.CuratorTransactionResult
-
Utility that can be passed to Google Guava to find a particular result.
- OperationType - Enum in org.apache.curator.framework.api.transaction
-
Transaction operation types
- org.apache.curator.framework - package org.apache.curator.framework
- org.apache.curator.framework.api - package org.apache.curator.framework.api
- org.apache.curator.framework.api.transaction - package org.apache.curator.framework.api.transaction
- org.apache.curator.framework.imps - package org.apache.curator.framework.imps
- org.apache.curator.framework.listen - package org.apache.curator.framework.listen
- org.apache.curator.framework.schema - package org.apache.curator.framework.schema
- org.apache.curator.framework.state - package org.apache.curator.framework.state
- orSetData() - Method in interface org.apache.curator.framework.api.CreateBuilder
-
If the ZNode already exists, Curator will instead call setData()
- orSetData() - Method in class org.apache.curator.framework.imps.CreateBuilderImpl
- orSetData(int) - Method in interface org.apache.curator.framework.api.CreateBuilder
-
If the ZNode already exists, Curator will instead call setData()
- orSetData(int) - Method in class org.apache.curator.framework.imps.CreateBuilderImpl
P
- ParentACLable<T> - Interface in org.apache.curator.framework.api
- Pathable<T> - Interface in org.apache.curator.framework.api
- PathAndBytesable<T> - Interface in org.apache.curator.framework.api
- performBackgroundOperation(OperationAndData<String>) - Method in class org.apache.curator.framework.imps.AddWatchBuilderImpl
- performBackgroundOperation(OperationAndData<String>) - Method in class org.apache.curator.framework.imps.DeleteBuilderImpl
- performBackgroundOperation(OperationAndData<String>) - Method in class org.apache.curator.framework.imps.ExistsBuilderImpl
- performBackgroundOperation(OperationAndData<String>) - Method in class org.apache.curator.framework.imps.GetACLBuilderImpl
- performBackgroundOperation(OperationAndData<String>) - Method in class org.apache.curator.framework.imps.GetChildrenBuilderImpl
- performBackgroundOperation(OperationAndData<String>) - Method in class org.apache.curator.framework.imps.GetDataBuilderImpl
- performBackgroundOperation(OperationAndData<String>) - Method in class org.apache.curator.framework.imps.RemoveWatchesBuilderImpl
- performBackgroundOperation(OperationAndData<String>) - Method in class org.apache.curator.framework.imps.SetACLBuilderImpl
- performBackgroundOperation(OperationAndData<String>) - Method in class org.apache.curator.framework.imps.SyncBuilderImpl
- performBackgroundOperation(OperationAndData<Void>) - Method in class org.apache.curator.framework.imps.GetConfigBuilderImpl
- performBackgroundOperation(OperationAndData<Void>) - Method in class org.apache.curator.framework.imps.ReconfigBuilderImpl
- performBackgroundOperation(OperationAndData<CuratorMultiTransactionRecord>) - Method in class org.apache.curator.framework.imps.CuratorMultiTransactionImpl
- performBackgroundOperation(OperationAndData<PathAndBytes>) - Method in class org.apache.curator.framework.imps.CreateBuilderImpl
- performBackgroundOperation(OperationAndData<PathAndBytes>) - Method in class org.apache.curator.framework.imps.SetDataBuilderImpl
- postSafeNotify(Object) - Method in interface org.apache.curator.framework.CuratorFramework
-
Calls
invalid reference
#notifyAll()
- process(WatchedEvent) - Method in interface org.apache.curator.framework.api.CuratorWatcher
-
Same as
Watcher.process(WatchedEvent)
. - process(WatchedEvent) - Method in class org.apache.curator.framework.imps.EnsembleTracker
- processResult(CuratorFramework, CuratorEvent) - Method in interface org.apache.curator.framework.api.BackgroundCallback
-
Called when the async background operation completes
- ProtectACLCreateModePathAndBytesable<T> - Interface in org.apache.curator.framework.api
- ProtectACLCreateModeStatPathAndBytesable<T> - Interface in org.apache.curator.framework.api
- ProtectedUtils - Class in org.apache.curator.framework.imps
-
Utility class to handle ZNode names when using
CreateBuilderMain.withProtection()
Q
- quietly() - Method in interface org.apache.curator.framework.api.Quietly
- quietly() - Method in class org.apache.curator.framework.imps.DeleteBuilderImpl
- quietly() - Method in class org.apache.curator.framework.imps.RemoveWatchesBuilderImpl
- Quietly<T> - Interface in org.apache.curator.framework.api
R
- READ_ONLY - Enum constant in enum org.apache.curator.framework.state.ConnectionState
-
The connection has gone into read-only mode.
- reconfig() - Method in interface org.apache.curator.framework.CuratorFramework
-
Start a reconfig builder
- reconfig() - Method in class org.apache.curator.framework.imps.CuratorFrameworkBase
- RECONFIG - Enum constant in enum org.apache.curator.framework.api.CuratorEventType
-
Corresponds to
CuratorFramework.reconfig()
- ReconfigBuilder - Interface in org.apache.curator.framework.api
- ReconfigBuilderImpl - Class in org.apache.curator.framework.imps
- ReconfigBuilderImpl(CuratorFrameworkBase) - Constructor for class org.apache.curator.framework.imps.ReconfigBuilderImpl
- ReconfigBuilderImpl(CuratorFrameworkBase, Backgrounding, Stat, long, List<String>, List<String>, List<String>) - Constructor for class org.apache.curator.framework.imps.ReconfigBuilderImpl
- ReconfigBuilderMain - Interface in org.apache.curator.framework.api
- RECONNECTED - Enum constant in enum org.apache.curator.framework.state.ConnectionState
-
A suspended, lost, or read-only connection has been re-established
- remove(CuratorWatcher) - Method in interface org.apache.curator.framework.api.RemoveWatchesBuilder
-
Specify the watcher to be removed
- remove(CuratorWatcher) - Method in class org.apache.curator.framework.imps.RemoveWatchesBuilderImpl
- remove(Watcher) - Method in interface org.apache.curator.framework.api.RemoveWatchesBuilder
-
Specify the watcher to be removed
- remove(Watcher) - Method in class org.apache.curator.framework.imps.RemoveWatchesBuilderImpl
- REMOVE_WATCHES - Enum constant in enum org.apache.curator.framework.api.CuratorEventType
-
Corresponds to
CuratorFramework.watchers()
()} - removeAll() - Method in interface org.apache.curator.framework.api.RemoveWatchesBuilder
-
Specify that all watches should be removed
- removeAll() - Method in class org.apache.curator.framework.imps.RemoveWatchesBuilderImpl
- removeListener(K) - Method in class org.apache.curator.framework.listen.MappingListenerManager
- removeListener(T) - Method in interface org.apache.curator.framework.listen.Listenable
-
Remove the given listener
- removeListener(T) - Method in class org.apache.curator.framework.listen.StandardListenerManager
- removeWatchers() - Method in interface org.apache.curator.framework.WatcherRemoveCuratorFramework
-
Remove all outstanding watchers that have been set
- RemoveWatchesBuilder - Interface in org.apache.curator.framework.api
-
Builder to allow watches to be removed
- RemoveWatchesBuilderImpl - Class in org.apache.curator.framework.imps
- RemoveWatchesBuilderImpl(CuratorFrameworkBase) - Constructor for class org.apache.curator.framework.imps.RemoveWatchesBuilderImpl
- RemoveWatchesBuilderImpl(CuratorFrameworkBase, Watcher, CuratorWatcher, Watcher.WatcherType, boolean, boolean, boolean, Backgrounding) - Constructor for class org.apache.curator.framework.imps.RemoveWatchesBuilderImpl
- RemoveWatchesLocal - Interface in org.apache.curator.framework.api
-
Builder to allow the specification of whether it is acceptable to remove client side watch information in the case where ZK cannot be contacted.
- RemoveWatchesType - Interface in org.apache.curator.framework.api
-
Builder to allow the specification of whether it is acceptable to remove client side watch information in the case where ZK cannot be contacted.
- reset() - Method in class org.apache.curator.framework.EnsureContainers
-
Reset so that the next call to
EnsureContainers.ensure()
will attempt to create containers - retryPolicy(RetryPolicy) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
- runSafe(Runnable) - Method in interface org.apache.curator.framework.CuratorFramework
-
Curator (and user) recipes can use this to run notifyAll and other blocking calls that might normally block ZooKeeper's event thread.
- runSafe(Runnable) - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
- runSafeService(Executor) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
Curator (and user) recipes will use this executor to call notifyAll and other blocking calls that might normally block ZooKeeper's event thread.
S
- Schema - Class in org.apache.curator.framework.schema
-
Represents and documents operations allowed for a given path pattern
- Schema.Allowance - Enum in org.apache.curator.framework.schema
- SchemaBuilder - Class in org.apache.curator.framework.schema
- schemaSet(SchemaSet) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
Add an enforced schema set
- SchemaSet - Class in org.apache.curator.framework.schema
-
Collection of all schemas for a Curator instance
- SchemaSet(List<Schema>, boolean) - Constructor for class org.apache.curator.framework.schema.SchemaSet
-
Define a schema set.
- SchemaSetLoader - Class in org.apache.curator.framework.schema
-
Utility to load schems set from a JSON stream/file.
- SchemaSetLoader(JsonNode, SchemaSetLoader.SchemaValidatorMapper) - Constructor for class org.apache.curator.framework.schema.SchemaSetLoader
- SchemaSetLoader(Reader, SchemaSetLoader.SchemaValidatorMapper) - Constructor for class org.apache.curator.framework.schema.SchemaSetLoader
- SchemaSetLoader(String, SchemaSetLoader.SchemaValidatorMapper) - Constructor for class org.apache.curator.framework.schema.SchemaSetLoader
- SchemaSetLoader.SchemaValidatorMapper - Interface in org.apache.curator.framework.schema
-
Called to map a schema validator name in the JSON stream to an actual data validator
- SchemaValidator - Interface in org.apache.curator.framework.schema
- SchemaViolation - Exception Class in org.apache.curator.framework.schema
-
Thrown by the various
validation
methods in a Schema - SchemaViolation(String) - Constructor for exception class org.apache.curator.framework.schema.SchemaViolation
-
Deprecated.use
SchemaViolation(Schema, ViolatorData, String)
instance - SchemaViolation(Schema, String) - Constructor for exception class org.apache.curator.framework.schema.SchemaViolation
-
Deprecated.use
SchemaViolation(Schema, ViolatorData, String)
instance - SchemaViolation(Schema, SchemaViolation.ViolatorData, String) - Constructor for exception class org.apache.curator.framework.schema.SchemaViolation
- SchemaViolation.ViolatorData - Class in org.apache.curator.framework.schema
-
Data about the calling API that violated the schema
- sequential(Schema.Allowance) - Method in class org.apache.curator.framework.schema.SchemaBuilder
- SessionConnectionStateErrorPolicy - Class in org.apache.curator.framework.state
-
This policy treats only
ConnectionState.LOST
as an error - SessionConnectionStateErrorPolicy() - Constructor for class org.apache.curator.framework.state.SessionConnectionStateErrorPolicy
- sessionTimeoutMs(int) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
- SET_ACL - Enum constant in enum org.apache.curator.framework.api.CuratorEventType
-
Corresponds to
CuratorFramework.setACL()
- SET_DATA - Enum constant in enum org.apache.curator.framework.api.CuratorEventType
-
Corresponds to
CuratorFramework.setData()
- SET_DATA - Enum constant in enum org.apache.curator.framework.api.transaction.OperationType
- setACL() - Method in interface org.apache.curator.framework.CuratorFramework
-
Start a set ACL builder
- setACL() - Method in class org.apache.curator.framework.imps.CuratorFrameworkBase
- SetACLBuilder - Interface in org.apache.curator.framework.api
- SetACLBuilderImpl - Class in org.apache.curator.framework.imps
- SetACLBuilderImpl(CuratorFrameworkBase, Backgrounding, List<ACL>, int) - Constructor for class org.apache.curator.framework.imps.SetACLBuilderImpl
- setData() - Method in interface org.apache.curator.framework.api.transaction.CuratorTransaction
-
Deprecated.Start a setData builder in the transaction
- setData() - Method in interface org.apache.curator.framework.api.transaction.TransactionOp
-
Start a setData builder in the transaction
- setData() - Method in interface org.apache.curator.framework.CuratorFramework
-
Start a set data builder
- setData() - Method in class org.apache.curator.framework.imps.CuratorFrameworkBase
- setData() - Method in class org.apache.curator.framework.imps.TransactionOpImpl
- SetDataBackgroundVersionable - Interface in org.apache.curator.framework.api
- SetDataBuilder - Interface in org.apache.curator.framework.api
- SetDataBuilderImpl - Class in org.apache.curator.framework.imps
- SetDataBuilderImpl(CuratorFrameworkBase, Backgrounding, int, boolean) - Constructor for class org.apache.curator.framework.imps.SetDataBuilderImpl
- setSetDataIfExistsVersion(int) - Method in class org.apache.curator.framework.imps.CreateBuilderImpl
- setToSuspended() - Method in class org.apache.curator.framework.state.ConnectionStateManager
-
Change to
ConnectionState.SUSPENDED
only if not already suspended and not lost - simulatedSessionExpirationPercent(int) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
Prior to 3.0.0, Curator did not try to manage session expiration other than the functionality provided by ZooKeeper itself.
- size() - Method in interface org.apache.curator.framework.listen.ListenerManager
-
Return the number of listeners
- size() - Method in class org.apache.curator.framework.listen.MappingListenerManager
- size() - Method in class org.apache.curator.framework.listen.StandardListenerManager
- standard - Static variable in interface org.apache.curator.framework.state.ConnectionStateListenerManagerFactory
-
Pass through
- standard() - Static method in class org.apache.curator.framework.listen.StandardListenerManager
-
Returns a new standard listener container
- StandardConnectionStateErrorPolicy - Class in org.apache.curator.framework.state
-
This policy treats
ConnectionState.SUSPENDED
andConnectionState.LOST
as errors - StandardConnectionStateErrorPolicy() - Constructor for class org.apache.curator.framework.state.StandardConnectionStateErrorPolicy
- StandardListenerManager<T> - Class in org.apache.curator.framework.listen
-
Non mapping version of a listener container
- start() - Method in interface org.apache.curator.framework.CuratorFramework
-
Start the client.
- start() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
- start() - Method in class org.apache.curator.framework.imps.EnsembleTracker
- start() - Method in class org.apache.curator.framework.state.ConnectionStateManager
-
Start the manager
- STARTED - Enum constant in enum org.apache.curator.framework.imps.CuratorFrameworkState
-
CuratorFramework.start()
has been called - Statable<T> - Interface in org.apache.curator.framework.api
- StatConfigureEnsembleable - Interface in org.apache.curator.framework.api
- stateChanged(CuratorFramework, ConnectionState) - Method in class org.apache.curator.framework.state.CircuitBreakingConnectionStateListener
- stateChanged(CuratorFramework, ConnectionState) - Method in interface org.apache.curator.framework.state.ConnectionStateListener
-
Called when there is a state change in the connection
- StatPathable<T> - Interface in org.apache.curator.framework.api
- STOPPED - Enum constant in enum org.apache.curator.framework.imps.CuratorFrameworkState
-
CuratorFramework.close()
has been called - storingStatIn(Stat) - Method in interface org.apache.curator.framework.api.Statable
-
Have the operation fill the provided stat object
- storingStatIn(Stat) - Method in class org.apache.curator.framework.imps.CreateBuilderImpl
- storingStatIn(Stat) - Method in class org.apache.curator.framework.imps.GetACLBuilderImpl
- storingStatIn(Stat) - Method in class org.apache.curator.framework.imps.GetChildrenBuilderImpl
- storingStatIn(Stat) - Method in class org.apache.curator.framework.imps.GetConfigBuilderImpl
- storingStatIn(Stat) - Method in class org.apache.curator.framework.imps.GetDataBuilderImpl
- SUSPENDED - Enum constant in enum org.apache.curator.framework.state.ConnectionState
-
There has been a loss of connection.
- sync() - Method in interface org.apache.curator.framework.CuratorFramework
-
Start a sync builder.
- sync() - Method in class org.apache.curator.framework.imps.CuratorFrameworkBase
- sync(String, Object) - Method in interface org.apache.curator.framework.CuratorFramework
-
Deprecated.use
CuratorFramework.sync()
instead - sync(String, Object) - Method in class org.apache.curator.framework.imps.CuratorFrameworkBase
- SYNC - Enum constant in enum org.apache.curator.framework.api.CuratorEventType
-
Corresponds to
CuratorFramework.sync()
- SyncBuilder - Interface in org.apache.curator.framework.api
- SyncBuilderImpl - Class in org.apache.curator.framework.imps
- SyncBuilderImpl(CuratorFrameworkBase) - Constructor for class org.apache.curator.framework.imps.SyncBuilderImpl
- SyncBuilderImpl(CuratorFrameworkBase, Backgrounding) - Constructor for class org.apache.curator.framework.imps.SyncBuilderImpl
T
- TempGetDataBuilder - Interface in org.apache.curator.framework.api
- threadFactory(ThreadFactory) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
- toDocumentation() - Method in class org.apache.curator.framework.schema.Schema
- toDocumentation() - Method in class org.apache.curator.framework.schema.SchemaSet
-
Build a user displayable documentation string for the schemas in this set
- toProtectedZNode(String, String) - Static method in class org.apache.curator.framework.imps.ProtectedUtils
-
Converts a given ZNode name to protected format
- toProtectedZNodePath(String, String) - Static method in class org.apache.curator.framework.imps.ProtectedUtils
-
Converts a given path to protected format
- toSchemaSet(boolean) - Method in class org.apache.curator.framework.schema.SchemaSetLoader
- toString() - Method in class org.apache.curator.framework.AuthInfo
- toString() - Method in class org.apache.curator.framework.schema.Schema
- toString() - Method in exception class org.apache.curator.framework.schema.SchemaViolation
- toString() - Method in class org.apache.curator.framework.schema.SchemaViolation.ViolatorData
- transaction() - Method in interface org.apache.curator.framework.CuratorFramework
-
Start a transaction builder
- transaction() - Method in class org.apache.curator.framework.imps.CuratorFrameworkBase
- TRANSACTION - Enum constant in enum org.apache.curator.framework.api.CuratorEventType
-
Corresponds to
CuratorFramework.transaction()
- TransactionCheckBuilder<T> - Interface in org.apache.curator.framework.api.transaction
- TransactionCreateBuilder<T> - Interface in org.apache.curator.framework.api.transaction
- TransactionCreateBuilder2<T> - Interface in org.apache.curator.framework.api.transaction
- TransactionDeleteBuilder<T> - Interface in org.apache.curator.framework.api.transaction
- transactionOp() - Method in interface org.apache.curator.framework.CuratorFramework
-
Allocate an operation that can be used with
CuratorFramework.transaction()
. - transactionOp() - Method in class org.apache.curator.framework.imps.CuratorFrameworkBase
- TransactionOp - Interface in org.apache.curator.framework.api.transaction
-
Builds operations that can be committed as a transaction via
CuratorFramework.transaction()
- TransactionOpImpl - Class in org.apache.curator.framework.imps
- TransactionOpImpl(CuratorFrameworkBase) - Constructor for class org.apache.curator.framework.imps.TransactionOpImpl
- TransactionSetDataBuilder<T> - Interface in org.apache.curator.framework.api.transaction
- TypeAndPath - Class in org.apache.curator.framework.api.transaction
- TypeAndPath(OperationType, String) - Constructor for class org.apache.curator.framework.api.transaction.TypeAndPath
U
- UnaryListenerManager<T> - Interface in org.apache.curator.framework.listen
-
A
ListenerManager
that doesn't do any mapping - uncompressed() - Method in interface org.apache.curator.framework.api.Compressible
-
Cause the data to be uncompressed, even if the
CuratorFramework
has compressionEnabled - uncompressed() - Method in class org.apache.curator.framework.imps.CreateBuilderImpl
- uncompressed() - Method in class org.apache.curator.framework.imps.SetDataBuilderImpl
- undecompressed() - Method in interface org.apache.curator.framework.api.Decompressible
-
Cause the data to not be de-compressed, even if the
CuratorFramework
has compressionEnabled - undecompressed() - Method in class org.apache.curator.framework.imps.GetDataBuilderImpl
- unhandledError(String, Throwable) - Method in interface org.apache.curator.framework.api.UnhandledErrorListener
-
Called when an exception is caught in a background thread, handler, etc.
- UnhandledErrorListener - Interface in org.apache.curator.framework.api
- useContainerParentsIfAvailable() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
- usingDataCallback(AsyncCallback.DataCallback, Object) - Method in interface org.apache.curator.framework.api.DataCallbackable
-
Passes a callback and a context object to the config/reconfig command.
- usingNamespace(String) - Method in interface org.apache.curator.framework.CuratorFramework
-
Returns a facade of the current instance that uses the specified namespace or no namespace if
newNamespace
isnull
. - usingNamespace(String) - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
- usingWatcher(CuratorWatcher) - Method in interface org.apache.curator.framework.api.WatchableBase
-
Set a watcher for the operation
- usingWatcher(CuratorWatcher) - Method in class org.apache.curator.framework.imps.AddWatchBuilderImpl
- usingWatcher(CuratorWatcher) - Method in class org.apache.curator.framework.imps.ExistsBuilderImpl
- usingWatcher(CuratorWatcher) - Method in class org.apache.curator.framework.imps.GetChildrenBuilderImpl
- usingWatcher(CuratorWatcher) - Method in class org.apache.curator.framework.imps.GetConfigBuilderImpl
- usingWatcher(CuratorWatcher) - Method in class org.apache.curator.framework.imps.GetDataBuilderImpl
- usingWatcher(Watcher) - Method in interface org.apache.curator.framework.api.WatchableBase
-
Set a watcher for the operation
- usingWatcher(Watcher) - Method in class org.apache.curator.framework.imps.AddWatchBuilderImpl
- usingWatcher(Watcher) - Method in class org.apache.curator.framework.imps.ExistsBuilderImpl
- usingWatcher(Watcher) - Method in class org.apache.curator.framework.imps.GetChildrenBuilderImpl
- usingWatcher(Watcher) - Method in class org.apache.curator.framework.imps.GetConfigBuilderImpl
- usingWatcher(Watcher) - Method in class org.apache.curator.framework.imps.GetDataBuilderImpl
V
- validateCreate(CreateMode, String, byte[], List<ACL>) - Method in class org.apache.curator.framework.schema.Schema
-
Validate that this schema's create mode setting matches and that the data is valid
- validateDelete(String) - Method in class org.apache.curator.framework.schema.Schema
-
Validate that this schema allows znode deletion
- validateGeneral(String, byte[], List<ACL>) - Method in class org.apache.curator.framework.schema.Schema
-
Validate that this schema validates the data
- validateWatch(String, boolean) - Method in class org.apache.curator.framework.schema.Schema
-
Validate that this schema's watching setting matches
- valueOf(String) - Static method in enum org.apache.curator.framework.api.CuratorEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.curator.framework.api.transaction.OperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.curator.framework.imps.CuratorFrameworkState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.curator.framework.schema.Schema.Allowance
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.curator.framework.state.ConnectionState
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.curator.framework.api.CuratorEventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.curator.framework.api.transaction.OperationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.curator.framework.imps.CuratorFrameworkState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.curator.framework.schema.Schema.Allowance
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.curator.framework.state.ConnectionState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- Versionable<T> - Interface in org.apache.curator.framework.api
- VersionPathAndBytesable<T> - Interface in org.apache.curator.framework.api
- ViolatorData(String, byte[], List<ACL>) - Constructor for class org.apache.curator.framework.schema.SchemaViolation.ViolatorData
W
- waitForShutdownTimeoutMs(int) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
-
Set a timeout for
CuratorZookeeperClient.close(int)
}. - Watchable<T> - Interface in org.apache.curator.framework.api
- WatchableBase<T> - Interface in org.apache.curator.framework.api
- WatchBackgroundEnsembleable<T> - Interface in org.apache.curator.framework.api
- watched() - Method in interface org.apache.curator.framework.api.Watchable
-
Have the operation set a watch
- watched() - Method in class org.apache.curator.framework.imps.ExistsBuilderImpl
- watched() - Method in class org.apache.curator.framework.imps.GetChildrenBuilderImpl
- watched() - Method in class org.apache.curator.framework.imps.GetConfigBuilderImpl
- watched() - Method in class org.apache.curator.framework.imps.GetDataBuilderImpl
- watched(Schema.Allowance) - Method in class org.apache.curator.framework.schema.SchemaBuilder
- WATCHED - Enum constant in enum org.apache.curator.framework.api.CuratorEventType
-
Corresponds to
WatchableBase.usingWatcher(Watcher)
orWatchable.watched()
- WatcherRemovalManager - Class in org.apache.curator.framework.imps
- WatcherRemoveCuratorFramework - Interface in org.apache.curator.framework
-
A CuratorFramework facade that tracks watchers created and allows a one-shot removal of all watchers
- watchers() - Method in interface org.apache.curator.framework.CuratorFramework
-
Start a watch builder.
- watchers() - Method in class org.apache.curator.framework.imps.CuratorFrameworkBase
- watches() - Method in interface org.apache.curator.framework.CuratorFramework
-
Deprecated.use
CuratorFramework.watchers()
in ZooKeeper 3.6+ - watches() - Method in class org.apache.curator.framework.imps.CuratorFrameworkBase
- WatchesBuilder - Interface in org.apache.curator.framework.api
-
Builder to allow watches to be removed
- WatchesBuilderImpl - Class in org.apache.curator.framework.imps
- WatchesBuilderImpl(CuratorFrameworkBase) - Constructor for class org.apache.curator.framework.imps.WatchesBuilderImpl
- WatchesBuilderImpl(CuratorFrameworkBase, Watcher, CuratorWatcher, Watcher.WatcherType, boolean, boolean, boolean, Backgrounding) - Constructor for class org.apache.curator.framework.imps.WatchesBuilderImpl
- Watching - Class in org.apache.curator.framework.imps
- Watching(CuratorFrameworkBase) - Constructor for class org.apache.curator.framework.imps.Watching
- Watching(CuratorFrameworkBase, boolean) - Constructor for class org.apache.curator.framework.imps.Watching
- Watching(CuratorFrameworkBase, CuratorWatcher) - Constructor for class org.apache.curator.framework.imps.Watching
- Watching(CuratorFrameworkBase, Watcher) - Constructor for class org.apache.curator.framework.imps.Watching
- WatchPathable<T> - Interface in org.apache.curator.framework.api
- withACL(List<ACL>) - Method in interface org.apache.curator.framework.api.ACLable
-
Set an ACL list (default is
ZooDefs.Ids.OPEN_ACL_UNSAFE
) - withACL(List<ACL>) - Method in class org.apache.curator.framework.imps.CreateBuilderImpl
- withACL(List<ACL>) - Method in class org.apache.curator.framework.imps.ExistsBuilderImpl
- withACL(List<ACL>) - Method in class org.apache.curator.framework.imps.SetACLBuilderImpl
- withACL(List<ACL>, boolean) - Method in interface org.apache.curator.framework.api.ParentACLable
-
Set an ACL list (default is
ZooDefs.Ids.OPEN_ACL_UNSAFE
). - withACL(List<ACL>, boolean) - Method in class org.apache.curator.framework.imps.CreateBuilderImpl
- withCompression(boolean) - Method in class org.apache.curator.framework.imps.SetDataBuilderImpl
- withEnsembleTracker() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
- withMode(AddWatchMode) - Method in interface org.apache.curator.framework.api.AddWatchBuilder
-
The mode to use.
- withMode(AddWatchMode) - Method in class org.apache.curator.framework.imps.AddWatchBuilderImpl
- withMode(CreateMode) - Method in interface org.apache.curator.framework.api.CreateModable
-
Set a create mode - the default is
CreateMode.PERSISTENT
- withMode(CreateMode) - Method in class org.apache.curator.framework.imps.CreateBuilderImpl
- withNewMembers(String...) - Method in interface org.apache.curator.framework.api.Membersable
-
Sets one or more members that are meant to be the ensemble.
- withNewMembers(String...) - Method in class org.apache.curator.framework.imps.ReconfigBuilderImpl
- withNewMembers(List<String>) - Method in interface org.apache.curator.framework.api.Membersable
-
Sets one or more members that are meant to be the ensemble.
- withNewMembers(List<String>) - Method in class org.apache.curator.framework.imps.ReconfigBuilderImpl
- withProtectedEphemeralSequential() - Method in interface org.apache.curator.framework.api.CreateBackgroundModeACLable
-
Hat-tip to https://github.com/sbridges for pointing this out
- withProtectedEphemeralSequential() - Method in interface org.apache.curator.framework.api.CreateBackgroundModeStatACLable
-
Hat-tip to https://github.com/sbridges for pointing this out
- withProtectedEphemeralSequential() - Method in interface org.apache.curator.framework.api.CreateBuilderMain
-
Deprecated.this has been generalized to support all create modes. Instead, use:
client.create().withProtection().withMode(CreateMode.EPHEMERAL_SEQUENTIAL)...
- withProtectedEphemeralSequential() - Method in class org.apache.curator.framework.imps.CreateBuilderImpl
- withProtection() - Method in interface org.apache.curator.framework.api.CreateBuilderMain
-
Hat-tip to https://github.com/sbridges for pointing this out
- withProtection() - Method in interface org.apache.curator.framework.api.CreateProtectACLCreateModePathAndBytesable
-
Hat-tip to https://github.com/sbridges for pointing this out
- withProtection() - Method in interface org.apache.curator.framework.api.ProtectACLCreateModePathAndBytesable
-
Hat-tip to https://github.com/sbridges for pointing this out
- withProtection() - Method in class org.apache.curator.framework.imps.CreateBuilderImpl
- withTtl(long) - Method in interface org.apache.curator.framework.api.CreateBuilder
-
Specify a TTL when mode is
CreateMode.PERSISTENT_WITH_TTL
orCreateMode.PERSISTENT_SEQUENTIAL_WITH_TTL
. - withTtl(long) - Method in interface org.apache.curator.framework.api.CreateBuilder2
-
Specify a TTL when mode is
CreateMode.PERSISTENT_WITH_TTL
orCreateMode.PERSISTENT_SEQUENTIAL_WITH_TTL
. - withTtl(long) - Method in interface org.apache.curator.framework.api.transaction.TransactionCreateBuilder
-
Specify a TTL when mode is
CreateMode.PERSISTENT_WITH_TTL
orCreateMode.PERSISTENT_SEQUENTIAL_WITH_TTL
. - withTtl(long) - Method in class org.apache.curator.framework.imps.CreateBuilderImpl
- withUnhandledErrorListener(UnhandledErrorListener) - Method in interface org.apache.curator.framework.api.ErrorListenerEnsembleable
-
Set an error listener for this background operation.
- withUnhandledErrorListener(UnhandledErrorListener) - Method in interface org.apache.curator.framework.api.ErrorListenerMultiTransactionMain
-
Set an error listener for this background operation.
- withUnhandledErrorListener(UnhandledErrorListener) - Method in interface org.apache.curator.framework.api.ErrorListenerPathable
-
Set an error listener for this background operation.
- withUnhandledErrorListener(UnhandledErrorListener) - Method in interface org.apache.curator.framework.api.ErrorListenerPathAndBytesable
-
Set an error listener for this background operation.
- withUnhandledErrorListener(UnhandledErrorListener) - Method in interface org.apache.curator.framework.api.ErrorListenerReconfigBuilderMain
-
Set an error listener for this background operation.
- withUnhandledErrorListener(UnhandledErrorListener) - Method in class org.apache.curator.framework.imps.CreateBuilderImpl
- withUnhandledErrorListener(UnhandledErrorListener) - Method in class org.apache.curator.framework.imps.CuratorMultiTransactionImpl
- withUnhandledErrorListener(UnhandledErrorListener) - Method in class org.apache.curator.framework.imps.DeleteBuilderImpl
- withUnhandledErrorListener(UnhandledErrorListener) - Method in class org.apache.curator.framework.imps.ExistsBuilderImpl
- withUnhandledErrorListener(UnhandledErrorListener) - Method in class org.apache.curator.framework.imps.GetACLBuilderImpl
- withUnhandledErrorListener(UnhandledErrorListener) - Method in class org.apache.curator.framework.imps.GetChildrenBuilderImpl
- withUnhandledErrorListener(UnhandledErrorListener) - Method in class org.apache.curator.framework.imps.GetConfigBuilderImpl
- withUnhandledErrorListener(UnhandledErrorListener) - Method in class org.apache.curator.framework.imps.GetDataBuilderImpl
- withUnhandledErrorListener(UnhandledErrorListener) - Method in class org.apache.curator.framework.imps.ReconfigBuilderImpl
- withUnhandledErrorListener(UnhandledErrorListener) - Method in class org.apache.curator.framework.imps.RemoveWatchesBuilderImpl
- withUnhandledErrorListener(UnhandledErrorListener) - Method in class org.apache.curator.framework.imps.SetACLBuilderImpl
- withUnhandledErrorListener(UnhandledErrorListener) - Method in class org.apache.curator.framework.imps.SetDataBuilderImpl
- withUnhandledErrorListener(UnhandledErrorListener) - Method in class org.apache.curator.framework.imps.SyncBuilderImpl
- withVersion(int) - Method in interface org.apache.curator.framework.api.Versionable
-
Use the given version (the default is -1)
- withVersion(int) - Method in class org.apache.curator.framework.imps.DeleteBuilderImpl
- withVersion(int) - Method in class org.apache.curator.framework.imps.SetACLBuilderImpl
- withVersion(int) - Method in class org.apache.curator.framework.imps.SetDataBuilderImpl
Z
- zkClientConfig(ZKClientConfig) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
- zookeeperCompatibility(ZookeeperCompatibility) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
- zookeeperFactory(ZookeeperFactory) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
All Classes and Interfaces|All Packages|Serialized Form
CuratorFramework.newWatcherRemoveCuratorFramework()
callingWatcherRemoveCuratorFramework.removeWatchers()
when closing your instance.