Uses of Interface
com.thimbleware.jmemcached.storage.bytebuffer.BlockStoreFactory

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

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

Classes in com.thimbleware.jmemcached.storage.bytebuffer that implement BlockStoreFactory
static class ByteBufferBlockStore.ByteBufferBlockStoreFactory
           
 

Methods in com.thimbleware.jmemcached.storage.bytebuffer that return BlockStoreFactory
static BlockStoreFactory ByteBufferBlockStore.getFactory()
           
 

Constructors in com.thimbleware.jmemcached.storage.bytebuffer with parameters of type BlockStoreFactory
BlockStorageCacheStorage(int blockStoreBuckets, int ceilingBytesParam, int blockSizeBytes, long maximumSizeBytes, int maximumItemsVal, BlockStoreFactory factory)
           
 

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

Classes in com.thimbleware.jmemcached.storage.mmap that implement BlockStoreFactory
static class MemoryMappedBlockStore.MemoryMappedBlockStoreFactory
           
 

Methods in com.thimbleware.jmemcached.storage.mmap that return BlockStoreFactory
static BlockStoreFactory MemoryMappedBlockStore.getFactory()
           
 



Copyright © 2008-2011 ThimbleWare. All Rights Reserved.