Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.curator.framework.recipes Classes and Interfaces - 88 results found.
NameDescriptionTypePackageFramework
AfterConnectionEstablishedUtility class to allow execution of logic once a ZooKeeper connection becomes available.Classorg.apache.curator.framework.recipesApache Curator
AtomicStatsClassorg.apache.curator.framework.recipes.atomicApache Curator
AtomicValueAbstracts a value returned from one of the AtomicsReturns debugging stats about the operationInterfaceorg.apache.curator.framework.recipes.atomicApache Curator
BlockingQueueConsumerClassorg.apache.curator.framework.recipes.queueApache Curator
CachedAtomicIntegerClassorg.apache.curator.framework.recipes.atomicApache Curator
CachedAtomicLongClassorg.apache.curator.framework.recipes.atomicApache Curator
CancelLeadershipExceptionWhen thrown from ConnectionStateListener.Classorg.apache.curator.framework.recipes.leaderApache Curator
ChildDataClassorg.apache.curator.framework.recipes.cacheApache Curator
ChildReaperUtility to reap empty child nodes of a parent node.Classorg.apache.curator.framework.recipes.locksApache Curator
DefaultTreeCacheSelectorClassorg.apache.curator.framework.recipes.cacheApache Curator
DistributedAtomicIntegerA counter that attempts atomic increments.Classorg.apache.curator.framework.recipes.atomicApache Curator
DistributedAtomicLongA counter that attempts atomic increments.Classorg.apache.curator.framework.recipes.atomicApache Curator
DistributedAtomicNumberAdd delta to the current value and return the new value information.Interfaceorg.apache.curator.framework.recipes.atomicApache Curator
DistributedAtomicValueA distributed value that attempts atomic sets.Classorg.apache.curator.framework.recipes.atomicApache Curator
DistributedBarrier A barrier as described in the ZK recipes.Classorg.apache.curator.framework.recipes.barriersApache Curator
DistributedDelayQueue A variation of the DistributedPriorityQueue that uses time as the priority.Classorg.apache.curator.framework.recipes.queueApache Curator
DistributedDoubleBarrier A double barrier as described in the ZK recipes.Classorg.apache.curator.framework.recipes.barriersApache Curator
DistributedIdQueueA version of DistributedQueue that allows IDs to be associated with queue items.Classorg.apache.curator.framework.recipes.queueApache Curator
DistributedPriorityQueueAn implementation of the Distributed Priority Queue ZK recipe.Classorg.apache.curator.framework.recipes.queueApache Curator
DistributedQueueAn implementation of the Distributed Queue ZK recipe.Classorg.apache.curator.framework.recipes.queueApache Curator
DistributedQueue .ProcessTypeReturns the enum constant of this type with the specified name.Classorg.apache.curator.framework.recipes.queueApache Curator
ErrorModeUsed when the queue is created with a QueueBuilder.Classorg.apache.curator.framework.recipes.queueApache Curator
GroupMemberGroup membership management.Classorg.apache.curator.framework.recipes.nodesApache Curator
InterProcessLockAcquire the mutex - blocking until it's available.Interfaceorg.apache.curator.framework.recipes.locksApache Curator
InterProcessMultiLockA container that manages multiple locks as a single entity.Classorg.apache.curator.framework.recipes.locksApache Curator
InterProcessMutexA re-entrant mutex that works across JVMs.Classorg.apache.curator.framework.recipes.locksApache Curator
InterProcessReadWriteLock A re-entrant read/write mutex that works across JVMs.Classorg.apache.curator.framework.recipes.locksApache Curator
InterProcessSemaphore A counting semaphore that works across JVMs.Classorg.apache.curator.framework.recipes.locksApache Curator
InterProcessSemaphoreMutexA NON re-entrant mutex that works across JVMs.Classorg.apache.curator.framework.recipes.locksApache Curator
InterProcessSemaphoreV2 A counting semaphore that works across JVMs.Classorg.apache.curator.framework.recipes.locksApache Curator
LeaderLatch Abstraction to select a leader amongst multiple contenders in a group of JMVs connected to a Zookeeper cluster.Classorg.apache.curator.framework.recipes.leaderApache Curator
LeaderLatch .CloseModeHow to handle listeners when the latch is closedWhen the latch is closed, listeners *will* be notifiedClassorg.apache.curator.framework.recipes.leaderApache Curator
LeaderLatch .StateReturns the enum constant of this type with the specified name.Classorg.apache.curator.framework.recipes.leaderApache Curator
LeaderLatchListenerA LeaderLatchListener can be used to be notified asynchronously about when the state of the LeaderLatch has changed.Interfaceorg.apache.curator.framework.recipes.leaderApache Curator
LeaderSelector Abstraction to select a leader amongst multiple contenders in a group of JMVs connected to a Zookeeper cluster.Classorg.apache.curator.framework.recipes.leaderApache Curator
LeaderSelectorListenerNotification for leadershipSee Also:LeaderSelectorInterfaceorg.apache.curator.framework.recipes.leaderApache Curator
LeaderSelectorListenerAdapterAn implementation of LeaderSelectorListener that adds the recommended handling for connection state problemsClassorg.apache.curator.framework.recipes.leaderApache Curator
LeaseRepresents an acquired lease from an InterProcessSemaphore.Interfaceorg.apache.curator.framework.recipes.locksApache Curator
Locker Utility for safely acquiring a lock and releasing it using Java 7's try-with-resource feature.Classorg.apache.curator.framework.recipes.locksApache Curator
LockInternalsClassorg.apache.curator.framework.recipes.locksApache Curator
LockInternalsDriverInterfaceorg.apache.curator.framework.recipes.locksApache Curator
LockInternalsSorterInterfaceorg.apache.curator.framework.recipes.locksApache Curator
MultiItemAbstraction for multiple items.Interfaceorg.apache.curator.framework.recipes.queueApache Curator
NodeCacheA utility that attempts to keep the data from a node locally cached.Classorg.apache.curator.framework.recipes.cacheApache Curator
NodeCacheListenerCalled when a change has occurred throws ExceptionInterfaceorg.apache.curator.framework.recipes.cacheApache Curator
ParticipantClassorg.apache.curator.framework.recipes.leaderApache Curator
PathChildrenCacheA utility that attempts to keep all data from all children of a ZK path locally cached.Classorg.apache.curator.framework.recipes.cacheApache Curator
PathChildrenCache .StartModeMethod of priming cache on PathChildrenCache.Classorg.apache.curator.framework.recipes.cacheApache Curator
PathChildrenCacheEventClassorg.apache.curator.framework.recipes.cacheApache Curator
PathChildrenCacheEvent .TypeA child was added to the pathA child was removed from the pathClassorg.apache.curator.framework.recipes.cacheApache Curator
PathChildrenCacheListenerInterfaceorg.apache.curator.framework.recipes.cacheApache Curator
PathChildrenCacheModeenum PathChildrenCacheModeControls which data is cachedClassorg.apache.curator.framework.recipes.cacheApache Curator
PersistentEphemeralNode A persistent ephemeral node is an ephemeral node that attempts to stay present in ZooKeeper, even through connection and session interruptions.Classorg.apache.curator.framework.recipes.nodesApache Curator
PersistentEphemeralNode .ModeThe mode for node creationSame as CreateMode.Classorg.apache.curator.framework.recipes.nodesApache Curator
PersistentNode A persistent node is a node that attempts to stay present in ZooKeeper, even through connection and session interruptions.Classorg.apache.curator.framework.recipes.nodesApache Curator
PredicateResultsClassorg.apache.curator.framework.recipes.locksApache Curator
PromotedToLockAbstraction of arguments for mutex promotion.Classorg.apache.curator.framework.recipes.atomicApache Curator
PromotedToLock .BuilderBuild the argument blockPromotedToLock.Classorg.apache.curator.framework.recipes.atomicApache Curator
QueueAllocatorInterfaceorg.apache.curator.framework.recipes.queueApache Curator
QueueBaseInterfaceorg.apache.curator.framework.recipes.queueApache Curator
QueueBuilderThe builder for both DistributedQueue and DistributedPriorityQueueBuild a DistributedDelayQueue from the current builder values.Classorg.apache.curator.framework.recipes.queueApache Curator
QueueConsumerInterfaceorg.apache.curator.framework.recipes.queueApache Curator
QueuePutListenerQueue puts are done in the background.Interfaceorg.apache.curator.framework.recipes.queueApache Curator
QueueSafetyParameter block for specifying queue safety with either DistributedQueue or DistributedPriorityQueueClassorg.apache.curator.framework.recipes.queueApache Curator
QueueSerializerHelper to serialize/deserialize queue itemsDeserialize bytes into a queue itemInterfaceorg.apache.curator.framework.recipes.queueApache Curator
QueueSharder A utility for shard a distributed queue.Classorg.apache.curator.framework.recipes.queueApache Curator
QueueSharderPoliciesVarious policies/options for sharding.Classorg.apache.curator.framework.recipes.queueApache Curator
QueueSharderPolicies .BuilderChange the maximum number of queues to create.Classorg.apache.curator.framework.recipes.queueApache Curator
ReaperClassorg.apache.curator.framework.recipes.locksApache Curator
Reaper .ModeReap forever, or until removePath is called for the pathReap until the Reaper succeeds in deleting the pathClassorg.apache.curator.framework.recipes.locksApache Curator
RevocableSpecifies locks that can be revokedMake the lock revocable.Interfaceorg.apache.curator.framework.recipes.locksApache Curator
RevocationListenerCalled when a revocation request has been received.Interfaceorg.apache.curator.framework.recipes.locksApache Curator
RevokerClassorg.apache.curator.framework.recipes.locksApache Curator
SharedCountManages a shared integer.Classorg.apache.curator.framework.recipes.sharedApache Curator
SharedCountListenerInterfaceorg.apache.curator.framework.recipes.sharedApache Curator
SharedCountReaderAbstracts a shared integer and allows listening for changes to its valueReturn the current value of the countInterfaceorg.apache.curator.framework.recipes.sharedApache Curator
SharedValueManages a shared value.Classorg.apache.curator.framework.recipes.sharedApache Curator
SharedValueListenerInterfaceorg.apache.curator.framework.recipes.sharedApache Curator
SharedValueReaderAbstracts a shared value and allows listening for changes to the valueReturns the listenableInterfaceorg.apache.curator.framework.recipes.sharedApache Curator
SimpleDistributedQueue Drop in replacement for: org.Classorg.apache.curator.framework.recipes.queueApache Curator
StandardLockInternalsDriverClassorg.apache.curator.framework.recipes.locksApache Curator
TreeCacheA utility that attempts to keep all data from all children of a ZK path locally cached.Classorg.apache.curator.framework.recipes.cacheApache Curator
TreeCache .BuilderBuilds the TreeCache based on configured values.Classorg.apache.curator.framework.recipes.cacheApache Curator
TreeCacheEventClassorg.apache.curator.framework.recipes.cacheApache Curator
TreeCacheEvent .TypeCalled when the connection has changed to ConnectionState.Classorg.apache.curator.framework.recipes.cacheApache Curator
TreeCacheListenerInterfaceorg.apache.curator.framework.recipes.cacheApache Curator
TreeCacheSelector Controls which nodes a TreeCache processes.Interfaceorg.apache.curator.framework.recipes.cacheApache Curator
VersionedValueClassorg.apache.curator.framework.recipes.sharedApache Curator