Package com.thimbleware.jmemcached.storage.bytebuffer

Interface Summary
BlockStoreFactory<BS extends ByteBufferBlockStore>  
 

Class Summary
BlockStorageCacheStorage Implementation of the concurrent (linked) sized map using the block buffer storage back end.
ByteBufferBlockStore Memory mapped block storage mechanism with a free-list maintained by TreeMap Allows memory for storage to be mapped outside of the VM's main memory, and outside the purvey of the GC.
ByteBufferBlockStore.ByteBufferBlockStoreFactory  
Region Represents a number of allocated blocks in the store
 

Exception Summary
ByteBufferBlockStore.BadAllocationException Exception thrown on inability to allocate a new block
 



Copyright © 2008-2011 ThimbleWare. All Rights Reserved.