Uses of Class
com.thimbleware.jmemcached.storage.bytebuffer.ByteBufferBlockStore

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

Uses of ByteBufferBlockStore in com.thimbleware.jmemcached.storage.bytebuffer
 

Classes in com.thimbleware.jmemcached.storage.bytebuffer with type parameters of type ByteBufferBlockStore
 interface BlockStoreFactory<BS extends ByteBufferBlockStore>
           
 

Methods in com.thimbleware.jmemcached.storage.bytebuffer that return ByteBufferBlockStore
 ByteBufferBlockStore ByteBufferBlockStore.ByteBufferBlockStoreFactory.manufacture(long sizeBytes, int blockSizeBytes)
           
 

Uses of ByteBufferBlockStore in com.thimbleware.jmemcached.storage.mmap
 

Subclasses of ByteBufferBlockStore in com.thimbleware.jmemcached.storage.mmap
 class MemoryMappedBlockStore
          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.