Uses of Class
voldemort.annotations.concurrency.NotThreadsafe

Packages that use NotThreadsafe
voldemort.common.nio   
voldemort.server.storage The storage service which handles instantiating all the stores and their corresponding engines. 
voldemort.store.configuration A storage engine to persist metadata on a server. 
voldemort.utils Basic helper functions. 
voldemort.versioning Classes for operating on vector clocks and dealing with distributed state. 
 

Uses of NotThreadsafe in voldemort.common.nio
 

Classes in voldemort.common.nio with annotations of type NotThreadsafe
 class ByteBufferBackedInputStream
          ByteBufferBackedInputStream allows a ByteBuffer to be the source of data for InputStream-based callers.
 class ByteBufferBackedOutputStream
          ByteBufferBackedOutputStream serves two purposes: It allows a ByteBuffer to be the source of data for OutputStream-based callers It expands the underlying buffer to accommodate incoming data This class is used to interface with callers using "classic" java.io.* APIs.
 

Uses of NotThreadsafe in voldemort.server.storage
 

Classes in voldemort.server.storage with annotations of type NotThreadsafe
 class KeyLockHandle<V>
          Class encapsulating the state necessary to lock a key on the underlying storage and the list of versions stored for the key
 

Uses of NotThreadsafe in voldemort.store.configuration
 

Classes in voldemort.store.configuration with annotations of type NotThreadsafe
 class FileBackedCachingStorageEngine
          A Storage Engine used to persist the keys and values in a human readable format on disk.
 

Uses of NotThreadsafe in voldemort.utils
 

Classes in voldemort.utils with annotations of type NotThreadsafe
 class DirectoryIterator
          An iterator over all the files contained in a set of directories, including any subdirectories
 class EventThrottler
          A class to throttle Events to a certain rate This class takes a maximum rate in events/sec and a minimum interval in ms at which to check the rate.
 class Props
          A less fucked properties class - Implements Map instead of extending HashMap - Hash helpers for getting typed values
 

Uses of NotThreadsafe in voldemort.versioning
 

Classes in voldemort.versioning with annotations of type NotThreadsafe
 class ClockEntry
          Deprecated. 
 class VectorClock
          A vector of the number of writes mastered by each node.
 



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