com.thimbleware.jmemcached.storage.bytebuffer
Class ByteBufferBlockStore.ByteBufferBlockStoreFactory

java.lang.Object
  extended by com.thimbleware.jmemcached.storage.bytebuffer.ByteBufferBlockStore.ByteBufferBlockStoreFactory
All Implemented Interfaces:
BlockStoreFactory<ByteBufferBlockStore>
Enclosing class:
ByteBufferBlockStore

public static class ByteBufferBlockStore.ByteBufferBlockStoreFactory
extends java.lang.Object
implements BlockStoreFactory<ByteBufferBlockStore>


Constructor Summary
ByteBufferBlockStore.ByteBufferBlockStoreFactory()
           
 
Method Summary
 ByteBufferBlockStore manufacture(long sizeBytes, int blockSizeBytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteBufferBlockStore.ByteBufferBlockStoreFactory

public ByteBufferBlockStore.ByteBufferBlockStoreFactory()
Method Detail

manufacture

public ByteBufferBlockStore manufacture(long sizeBytes,
                                        int blockSizeBytes)
Specified by:
manufacture in interface BlockStoreFactory<ByteBufferBlockStore>


Copyright © 2008-2011 ThimbleWare. All Rights Reserved.