Package com.netflix.curator.framework.recipes.atomic

Interface Summary
AtomicValue<T> Abstracts a value returned from one of the Atomics
DistributedAtomicNumber<T>  
 

Class Summary
AtomicStats Debugging stats about operations
CachedAtomicInteger Uses an DistributedAtomicNumber and allocates values in chunks for better performance
CachedAtomicLong Uses an DistributedAtomicNumber and allocates values in chunks for better performance
DistributedAtomicInteger A counter that attempts atomic increments.
DistributedAtomicLong A counter that attempts atomic increments.
DistributedAtomicValue A distributed value that attempts atomic sets.
PromotedToLock Abstraction of arguments for mutex promotion.
PromotedToLock.Builder  
 



Copyright © 2012. All Rights Reserved.