Uses of Package
com.thimbleware.jmemcached.storage.bytebuffer

Packages that use com.thimbleware.jmemcached.storage.bytebuffer
com.thimbleware.jmemcached.storage.bytebuffer   
com.thimbleware.jmemcached.storage.mmap   
 

Classes in com.thimbleware.jmemcached.storage.bytebuffer used by com.thimbleware.jmemcached.storage.bytebuffer
BlockStoreFactory
           
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.
Region
          Represents a number of allocated blocks in the store
 

Classes in com.thimbleware.jmemcached.storage.bytebuffer used by com.thimbleware.jmemcached.storage.mmap
BlockStoreFactory
           
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.
 



Copyright © 2008-2011 ThimbleWare. All Rights Reserved.