A B C D E F G I L M N O P R S T U V W Z 

A

ACLable<T> - Interface in org.apache.curator.framework.api
 
ACLBackgroundPathable<T> - 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
 
ACLPathAndBytesable<T> - Interface in org.apache.curator.framework.api
 
ACLProvider - Interface in org.apache.curator.framework.api
 
aclProvider(ACLProvider) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
 
ACLVersionBackgroundPathable<T> - Interface in org.apache.curator.framework.api
 
addListener(T) - Method in interface org.apache.curator.framework.listen.Listenable
Add the given listener.
addListener(T, Executor) - Method in interface org.apache.curator.framework.listen.Listenable
Add the given listener.
addListener(T) - Method in class org.apache.curator.framework.listen.ListenerContainer
 
addListener(T, Executor) - Method in class org.apache.curator.framework.listen.ListenerContainer
 
addStateChange(ConnectionState) - Method in class org.apache.curator.framework.state.ConnectionStateManager
Post a state change.
and() - Method in interface org.apache.curator.framework.api.transaction.CuratorTransactionBridge
Syntactic sugar to make the fluent interface more readable
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
BackgroundPathable<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(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() - Method in interface org.apache.curator.framework.CuratorFramework
Block until a connection to ZooKeeper is available.
blockUntilConnected(int, TimeUnit) - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
 
blockUntilConnected() - 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
builder() - Static method in class org.apache.curator.framework.CuratorFrameworkFactory
Return a new builder that builds a CuratorFramework
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

canBeReadOnly(boolean) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
 
canBeReadOnly() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
 
check() - Method in interface org.apache.curator.framework.api.transaction.CuratorTransaction
Start a check builder in the transaction ChildData
checkExists() - Method in interface org.apache.curator.framework.CuratorFramework
Start an exists builder
checkExists() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
 
ChildrenDeletable - Interface in org.apache.curator.framework.api
 
clear() - Method in class org.apache.curator.framework.listen.ListenerContainer
Remove all listeners
clearWatcherReferences(Watcher) - Method in interface org.apache.curator.framework.CuratorFramework
Curator can hold internal references to watchers that may inhibit garbage collection.
clearWatcherReferences(Watcher) - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
 
close() - Method in interface org.apache.curator.framework.CuratorFramework
Stop the client
close() - Method in interface org.apache.curator.framework.CuratorTempFramework
Stop the client
close() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
 
close() - Method in class org.apache.curator.framework.imps.CuratorTempFrameworkImpl
 
close() - Method in class org.apache.curator.framework.state.ConnectionStateManager
 
commit() - Method in interface org.apache.curator.framework.api.transaction.CuratorTransactionFinal
Commit all added operations as an atomic unit and return results for the operations.
compress(String, byte[]) - Method in interface org.apache.curator.framework.api.CompressionProvider
 
compress(String, byte[]) - Method in class org.apache.curator.framework.imps.GzipCompressionProvider
 
compressed() - Method in interface org.apache.curator.framework.api.Compressible
Cause the data to be compressed using the configured compression provider
Compressible<T> - Interface in org.apache.curator.framework.api
 
CompressionProvider - Interface in org.apache.curator.framework.api
 
compressionProvider(CompressionProvider) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
 
ConnectionState - Enum in org.apache.curator.framework.state
Represents state changes in the connection to ZK
ConnectionStateListener - Interface in org.apache.curator.framework.state
 
ConnectionStateManager - Class in org.apache.curator.framework.state
Used internally to manage connection state
ConnectionStateManager(CuratorFramework, ThreadFactory) - Constructor for class org.apache.curator.framework.state.ConnectionStateManager
 
connectionTimeoutMs(int) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
 
connectString(String) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
Set the list of servers to connect to.
create() - Method in interface org.apache.curator.framework.api.transaction.CuratorTransaction
Start a create builder in the transaction
create() - Method in interface org.apache.curator.framework.CuratorFramework
Start a create builder
create() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
 
CreateBackgroundModeACLable - Interface in org.apache.curator.framework.api
 
CreateBuilder - Interface in org.apache.curator.framework.api
 
createContainers(String) - Method in interface org.apache.curator.framework.CuratorFramework
Create all nodes in the specified path as containers if they don't already exist
createContainers(String) - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
 
CreateModable<T> - Interface in org.apache.curator.framework.api
 
CreateModalPathAndBytesable<T> - Interface in org.apache.curator.framework.api
 
creatingParentContainersIfNeeded() - Method in interface org.apache.curator.framework.api.CreateBackgroundModeACLable
Causes any parent nodes to get created using CreateMode#CONTAINER if they haven't already been.
creatingParentContainersIfNeeded() - Method in interface org.apache.curator.framework.api.CreateBuilder
Causes any parent nodes to get created using CreateMode#CONTAINER if they haven't already been.
creatingParentContainersIfNeeded() - Method in interface org.apache.curator.framework.api.ExistsBuilder
Causes any parent nodes to get created using CreateMode#CONTAINER if they haven't already been.
creatingParentsIfNeeded() - Method in interface org.apache.curator.framework.api.CreateBackgroundModeACLable
Causes any parent nodes to get created if they haven't already been
creatingParentsIfNeeded() - Method in interface org.apache.curator.framework.api.CreateBuilder
Causes any parent nodes to get created if they haven't already been
CuratorEvent - Interface in org.apache.curator.framework.api
A super set of all the various Zookeeper events/background methods.
CuratorEventType - Enum in org.apache.curator.framework.api
 
CuratorFramework - Interface in org.apache.curator.framework
Zookeeper framework-style client
CuratorFrameworkFactory - Class in org.apache.curator.framework
Factory methods for creating framework-style clients
CuratorFrameworkFactory.Builder - Class in org.apache.curator.framework
 
CuratorFrameworkImpl - Class in org.apache.curator.framework.imps
 
CuratorFrameworkImpl(CuratorFrameworkFactory.Builder) - Constructor for class org.apache.curator.framework.imps.CuratorFrameworkImpl
 
CuratorFrameworkImpl(CuratorFrameworkImpl) - Constructor for class org.apache.curator.framework.imps.CuratorFrameworkImpl
 
CuratorFrameworkState - Enum in org.apache.curator.framework.imps
 
CuratorListener - Interface in org.apache.curator.framework.api
Receives notifications about errors and background events
CuratorTempFramework - Interface in org.apache.curator.framework
Temporary CuratorFramework instances are meant for single requests to ZooKeeper ensembles over a failure prone network such as a WAN.
CuratorTempFrameworkImpl - Class in org.apache.curator.framework.imps
 
CuratorTempFrameworkImpl(CuratorFrameworkFactory.Builder, long) - Constructor for class org.apache.curator.framework.imps.CuratorTempFrameworkImpl
 
CuratorTransaction - Interface in org.apache.curator.framework.api.transaction
Transactional/atomic operations.
CuratorTransactionBridge - Interface in org.apache.curator.framework.api.transaction
 
CuratorTransactionFinal - Interface in org.apache.curator.framework.api.transaction
Adds commit to the transaction interface
CuratorTransactionResult - Class in org.apache.curator.framework.api.transaction
Holds the result of one transactional operation
CuratorTransactionResult(OperationType, String, String, Stat) - Constructor for class org.apache.curator.framework.api.transaction.CuratorTransactionResult
 
CuratorWatcher - Interface in org.apache.curator.framework.api
A version of Watcher that can throw an exception

D

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
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.
delete() - Method in interface org.apache.curator.framework.api.transaction.CuratorTransaction
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.CuratorFrameworkImpl
 
DeleteBuilder - Interface in org.apache.curator.framework.api
 
deletingChildrenIfNeeded() - Method in interface org.apache.curator.framework.api.ChildrenDeletable
Will also delete children if they exist.
dontUseContainerParents() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
By default, Curator uses CreateBuilder.creatingParentContainersIfNeeded() if the ZK JAR supports CreateMode#CONTAINER.

E

ensembleProvider(EnsembleProvider) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
Set the list ensemble provider.
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
 
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
 
ExistsBuilder - Interface in org.apache.curator.framework.api
 
ExistsBuilderMain - Interface in org.apache.curator.framework.api
 

F

forEach(Function<T, Void>) - Method in class org.apache.curator.framework.listen.ListenerContainer
Utility - apply the given function to each listener.
forPath(String) - Method in interface org.apache.curator.framework.api.Pathable
Commit the currently building operation using the given path
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) - 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.SyncBuilderImpl
 

G

getACL() - Method in interface org.apache.curator.framework.CuratorFramework
Start a get ACL builder
getACL() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
 
GetACLBuilder - Interface in org.apache.curator.framework.api
 
getAclForPath(String) - Method in interface org.apache.curator.framework.api.ACLProvider
Return the ACL list to use for the given path
getAclForPath(String) - Method in class org.apache.curator.framework.imps.DefaultACLProvider
 
getACLList() - Method in interface org.apache.curator.framework.api.CuratorEvent
 
getAclProvider() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
 
getAuth() - Method in class org.apache.curator.framework.AuthInfo
 
getAuthInfos() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
 
getAuthScheme() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
Deprecated.
getAuthValue() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
Deprecated.
getChildren() - Method in interface org.apache.curator.framework.api.CuratorEvent
 
getChildren() - Method in interface org.apache.curator.framework.CuratorFramework
Start a get children builder
getChildren() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
 
GetChildrenBuilder - Interface in org.apache.curator.framework.api
 
getCompressionProvider() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
 
getConnectionStateListenable() - Method in interface org.apache.curator.framework.CuratorFramework
Returns the listenable interface for the Connect State
getConnectionStateListenable() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
 
getConnectionTimeoutMs() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
 
getContext() - Method in interface org.apache.curator.framework.api.CuratorEvent
 
getCuratorListenable() - Method in interface org.apache.curator.framework.CuratorFramework
Returns the listenable interface for events
getCuratorListenable() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
 
getData() - Method in interface org.apache.curator.framework.api.CuratorEvent
 
getData() - Method in interface org.apache.curator.framework.CuratorFramework
Start a get data builder
getData() - Method in interface org.apache.curator.framework.CuratorTempFramework
Start a get data builder
getData() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
 
getData() - Method in class org.apache.curator.framework.imps.CuratorTempFrameworkImpl
 
GetDataBuilder - Interface in org.apache.curator.framework.api
 
GetDataWatchBackgroundStatable - Interface in org.apache.curator.framework.api
 
getDefaultAcl() - Method in interface org.apache.curator.framework.api.ACLProvider
Return the ACL list to use by default (usually ZooDefs.Ids#OPEN_ACL_UNSAFE).
getDefaultAcl() - Method in class org.apache.curator.framework.imps.DefaultACLProvider
 
getDefaultData() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
 
getEnsembleProvider() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
 
getForPath() - Method in class org.apache.curator.framework.api.transaction.CuratorTransactionResult
Returns the path that was passed to the operation when added
getListenable() - Method in class org.apache.curator.framework.state.ConnectionStateManager
Return the listenable
getLocalAddress() - Static method in class org.apache.curator.framework.CuratorFrameworkFactory
Return the local address as bytes that can be used as a node payload
getMaxCloseWaitMs() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
 
getName() - Method in interface org.apache.curator.framework.api.CuratorEvent
 
getNamespace() - Method in interface org.apache.curator.framework.CuratorFramework
Return the current namespace or "" if none
getNamespace() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
 
getNamespace() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
 
getPath() - Method in interface org.apache.curator.framework.api.CuratorEvent
 
getResultCode() - Method in interface org.apache.curator.framework.api.CuratorEvent
 
getResultPath() - Method in class org.apache.curator.framework.api.transaction.CuratorTransactionResult
Returns the operation generated path or null.
getResultStat() - Method in class org.apache.curator.framework.api.transaction.CuratorTransactionResult
Returns the operation generated stat or null.
getRetryPolicy() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
 
getScheme() - Method in class org.apache.curator.framework.AuthInfo
 
getSessionTimeoutMs() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
 
getStat() - Method in interface org.apache.curator.framework.api.CuratorEvent
 
getState() - Method in interface org.apache.curator.framework.CuratorFramework
Returns the state of this instance
getState() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
 
getThreadFactory() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
 
getType() - Method in interface org.apache.curator.framework.api.CuratorEvent
check here first - this value determines the type of event and which methods will have valid values
getType() - Method in class org.apache.curator.framework.api.transaction.CuratorTransactionResult
Returns the operation type
getUnhandledErrorListenable() - Method in interface org.apache.curator.framework.CuratorFramework
Returns the listenable interface for unhandled errors
getUnhandledErrorListenable() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
 
getWatchedEvent() - Method in interface org.apache.curator.framework.api.CuratorEvent
If CuratorEvent.getType() returns CuratorEventType.WATCHED this will return the WatchedEvent
getZookeeperClient() - Method in interface org.apache.curator.framework.CuratorFramework
Return the managed zookeeper client
getZookeeperClient() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
 
getZookeeperFactory() - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
 
Guaranteeable - Interface in org.apache.curator.framework.api
 
guaranteed() - Method in interface org.apache.curator.framework.api.Guaranteeable
Solves this edge case: deleting a node can fail due to connection issues.
GzipCompressionProvider - Class in org.apache.curator.framework.imps
 
GzipCompressionProvider() - Constructor for class org.apache.curator.framework.imps.GzipCompressionProvider
 

I

inBackground() - Method in interface org.apache.curator.framework.api.Backgroundable
Perform the action in the background
inBackground(Object) - Method in interface org.apache.curator.framework.api.Backgroundable
Perform the action in the background
inBackground(BackgroundCallback) - Method in interface org.apache.curator.framework.api.Backgroundable
Perform the action in the background
inBackground(BackgroundCallback, Object) - Method in interface org.apache.curator.framework.api.Backgroundable
Perform the action in the background
inBackground(BackgroundCallback, Executor) - Method in interface org.apache.curator.framework.api.Backgroundable
Perform the action in the background
inBackground(BackgroundCallback, Object, Executor) - Method in interface org.apache.curator.framework.api.Backgroundable
Perform the action in the background
inBackground() - Method in class org.apache.curator.framework.imps.SyncBuilderImpl
 
inBackground(Object) - Method in class org.apache.curator.framework.imps.SyncBuilderImpl
 
inBackground(BackgroundCallback) - Method in class org.apache.curator.framework.imps.SyncBuilderImpl
 
inBackground(BackgroundCallback, Object) - Method in class org.apache.curator.framework.imps.SyncBuilderImpl
 
inBackground(BackgroundCallback, Executor) - Method in class org.apache.curator.framework.imps.SyncBuilderImpl
 
inBackground(BackgroundCallback, Object, Executor) - Method in class org.apache.curator.framework.imps.SyncBuilderImpl
 
internalSync(CuratorFrameworkImpl, String, Object) - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
 
inTransaction() - Method in interface org.apache.curator.framework.CuratorFramework
Start a transaction builder
inTransaction() - Method in interface org.apache.curator.framework.CuratorTempFramework
Start a transaction builder
inTransaction() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
 
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
 
isStarted() - Method in interface org.apache.curator.framework.CuratorFramework
Deprecated.
isStarted() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
Deprecated.

L

Listenable<T> - Interface in org.apache.curator.framework.listen
Abstracts a listenable object
listener - Variable in class org.apache.curator.framework.listen.ListenerEntry
 
ListenerContainer<T> - Class in org.apache.curator.framework.listen
Abstracts an object that has listeners
ListenerContainer() - Constructor for class org.apache.curator.framework.listen.ListenerContainer
 
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
 

M

maxCloseWaitMs(int) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
 

N

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, RetryPolicy) - Static method in class org.apache.curator.framework.CuratorFrameworkFactory
Create a new client with default session timeout and default connection timeout
newClient(String, int, int, RetryPolicy) - Static method in class org.apache.curator.framework.CuratorFrameworkFactory
Create a new client
newNamespaceAwareEnsurePath(String) - Method in interface org.apache.curator.framework.CuratorFramework
newNamespaceAwareEnsurePath(String) - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
 
nonNamespaceView() - Method in interface org.apache.curator.framework.CuratorFramework
Deprecated.
nonNamespaceView() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
Deprecated.

O

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.state - package org.apache.curator.framework.state
 

P

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.SyncBuilderImpl
 
process(WatchedEvent) - Method in interface org.apache.curator.framework.api.CuratorWatcher
Same as Watcher.process(WatchedEvent).
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
 

R

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.ListenerContainer
 
retryPolicy(RetryPolicy) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
 

S

sessionTimeoutMs(int) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
 
setACL() - Method in interface org.apache.curator.framework.CuratorFramework
Start a set ACL builder
setACL() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
 
SetACLBuilder - Interface in org.apache.curator.framework.api
 
setData() - Method in interface org.apache.curator.framework.api.transaction.CuratorTransaction
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.CuratorFrameworkImpl
 
SetDataBackgroundVersionable - Interface in org.apache.curator.framework.api
 
SetDataBuilder - Interface in org.apache.curator.framework.api
 
setToSuspended() - Method in class org.apache.curator.framework.state.ConnectionStateManager
Change to SUSPENDED only if not already suspended and not lost
size() - Method in class org.apache.curator.framework.listen.ListenerContainer
Return the number of listeners
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.state.ConnectionStateManager
Start the manager
Statable<T> - Interface in org.apache.curator.framework.api
 
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
 
storingStatIn(Stat) - Method in interface org.apache.curator.framework.api.Statable
Have the operation fill the provided stat object
sync(String, Object) - Method in interface org.apache.curator.framework.CuratorFramework
Deprecated.
sync() - Method in interface org.apache.curator.framework.CuratorFramework
Start a sync builder.
sync(String, Object) - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
 
sync() - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
 
SyncBuilder - Interface in org.apache.curator.framework.api
 
SyncBuilderImpl - Class in org.apache.curator.framework.imps
 
SyncBuilderImpl(CuratorFrameworkImpl) - 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
 
toString() - Method in class org.apache.curator.framework.AuthInfo
 
TransactionCheckBuilder - Interface in org.apache.curator.framework.api.transaction
 
TransactionCreateBuilder - Interface in org.apache.curator.framework.api.transaction
 
TransactionDeleteBuilder - Interface in org.apache.curator.framework.api.transaction
 
TransactionSetDataBuilder - Interface in org.apache.curator.framework.api.transaction
 

U

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
 
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 is null.
usingNamespace(String) - Method in class org.apache.curator.framework.imps.CuratorFrameworkImpl
 
usingWatcher(Watcher) - Method in interface org.apache.curator.framework.api.Watchable
Set a watcher for the operation
usingWatcher(CuratorWatcher) - Method in interface org.apache.curator.framework.api.Watchable
Set a watcher for the operation

V

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.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.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
 

W

Watchable<T> - Interface in org.apache.curator.framework.api
 
watched() - Method in interface org.apache.curator.framework.api.Watchable
Have the operation set a watch
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)
withMode(CreateMode) - Method in interface org.apache.curator.framework.api.CreateModable
Set a create mode - the default is CreateMode.PERSISTENT
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.CreateBuilder
Deprecated.
this has been generalized to support all create modes. Instead, use:
     client.create().withProtection().withMode(CreateMode.PERSISTENT_SEQUENTIAL)...
 
withProtection() - Method in interface org.apache.curator.framework.api.CreateBuilder
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
withVersion(int) - Method in interface org.apache.curator.framework.api.Versionable
Use the given version (the default is -1)

Z

zookeeperFactory(ZookeeperFactory) - Method in class org.apache.curator.framework.CuratorFrameworkFactory.Builder
 
A B C D E F G I L M N O P R S T U V W Z 

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