Uses of Package
voldemort.annotations.concurrency

Packages that use voldemort.annotations.concurrency
voldemort.client The user facing interface to Voldemort. 
voldemort.cluster Classes that model a voldemort cluster. 
voldemort.common.nio   
voldemort.server The Voldemort server. 
voldemort.server.storage The storage service which handles instantiating all the stores and their corresponding engines. 
voldemort.store The Store interface is the primary interface for Voldemort. 
voldemort.store.configuration A storage engine to persist metadata on a server. 
voldemort.store.routed A store implmentation that handles routing to nodes, and repairing obsolete values detected on those nodes. 
voldemort.store.stats Store wrappers which deal with statistics 
voldemort.utils Basic helper functions. 
voldemort.versioning Classes for operating on vector clocks and dealing with distributed state. 
 

Classes in voldemort.annotations.concurrency used by voldemort.client
Threadsafe
          Claims that a class is threadsafe or admonishes implementors of an interface to ensure that their implementation is threadsafe.
 

Classes in voldemort.annotations.concurrency used by voldemort.cluster
Threadsafe
          Claims that a class is threadsafe or admonishes implementors of an interface to ensure that their implementation is threadsafe.
 

Classes in voldemort.annotations.concurrency used by voldemort.common.nio
NotThreadsafe
          Indicates that a class is not threadsafe, or tells implementors of an interface that their class need not be threadsafe
 

Classes in voldemort.annotations.concurrency used by voldemort.server
Threadsafe
          Claims that a class is threadsafe or admonishes implementors of an interface to ensure that their implementation is threadsafe.
 

Classes in voldemort.annotations.concurrency used by voldemort.server.storage
NotThreadsafe
          Indicates that a class is not threadsafe, or tells implementors of an interface that their class need not be threadsafe
 

Classes in voldemort.annotations.concurrency used by voldemort.store
Threadsafe
          Claims that a class is threadsafe or admonishes implementors of an interface to ensure that their implementation is threadsafe.
 

Classes in voldemort.annotations.concurrency used by voldemort.store.configuration
NotThreadsafe
          Indicates that a class is not threadsafe, or tells implementors of an interface that their class need not be threadsafe
 

Classes in voldemort.annotations.concurrency used by voldemort.store.routed
Threadsafe
          Claims that a class is threadsafe or admonishes implementors of an interface to ensure that their implementation is threadsafe.
 

Classes in voldemort.annotations.concurrency used by voldemort.store.stats
Threadsafe
          Claims that a class is threadsafe or admonishes implementors of an interface to ensure that their implementation is threadsafe.
 

Classes in voldemort.annotations.concurrency used by voldemort.utils
NotThreadsafe
          Indicates that a class is not threadsafe, or tells implementors of an interface that their class need not be threadsafe
Threadsafe
          Claims that a class is threadsafe or admonishes implementors of an interface to ensure that their implementation is threadsafe.
 

Classes in voldemort.annotations.concurrency used by voldemort.versioning
NotThreadsafe
          Indicates that a class is not threadsafe, or tells implementors of an interface that their class need not be threadsafe
 



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu