Uses of Package
voldemort.server.storage

Packages that use voldemort.server.storage
voldemort.server.http The HTTP server. 
voldemort.server.protocol The server side of request RPC handling. 
voldemort.server.protocol.admin Server side implementation of admin based requests 
voldemort.server.scheduler The scheduler service ( which runs a job every n minutes ) + The actual jobs as well. 
voldemort.server.scheduler.slop The background jobs associated with the slop store. 
voldemort.server.storage The storage service which handles instantiating all the stores and their corresponding engines. 
voldemort.server.storage.prunejob   
voldemort.server.storage.repairjob   
voldemort.store The Store interface is the primary interface for Voldemort. 
voldemort.store.bdb A storage engine that persists data in BDB JE. 
voldemort.store.serialized A store implementation that handles serialization to bytes from rich objects. 
 

Classes in voldemort.server.storage used by voldemort.server.http
StorageService
          The service responsible for managing all storage types
 

Classes in voldemort.server.storage used by voldemort.server.protocol
StorageService
          The service responsible for managing all storage types
 

Classes in voldemort.server.storage used by voldemort.server.protocol.admin
StorageService
          The service responsible for managing all storage types
 

Classes in voldemort.server.storage used by voldemort.server.scheduler
ScanPermitWrapper
           
 

Classes in voldemort.server.storage used by voldemort.server.scheduler.slop
DataMaintenanceJob
          Base class for jobs that do some maintenance on the data stored in the server
ScanPermitWrapper
           
 

Classes in voldemort.server.storage used by voldemort.server.storage
ScanPermitWrapper
           
 

Classes in voldemort.server.storage used by voldemort.server.storage.prunejob
DataMaintenanceJob
          Base class for jobs that do some maintenance on the data stored in the server
ScanPermitWrapper
           
 

Classes in voldemort.server.storage used by voldemort.server.storage.repairjob
DataMaintenanceJob
          Base class for jobs that do some maintenance on the data stored in the server
ScanPermitWrapper
           
 

Classes in voldemort.server.storage used by voldemort.store
KeyLockHandle
          Class encapsulating the state necessary to lock a key on the underlying storage and the list of versions stored for the key
 

Classes in voldemort.server.storage used by voldemort.store.bdb
KeyLockHandle
          Class encapsulating the state necessary to lock a key on the underlying storage and the list of versions stored for the key
 

Classes in voldemort.server.storage used by voldemort.store.serialized
KeyLockHandle
          Class encapsulating the state necessary to lock a key on the underlying storage and the list of versions stored for the key
 



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