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

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

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

Methods in com.thimbleware.jmemcached.storage.bytebuffer that return Region
 Region ByteBufferBlockStore.alloc(int desiredSize, org.jboss.netty.buffer.ChannelBuffer data)
          Allocate a region in the block storage
 

Methods in com.thimbleware.jmemcached.storage.bytebuffer with parameters of type Region
 void ByteBufferBlockStore.free(Region region)
           
 org.jboss.netty.buffer.ChannelBuffer ByteBufferBlockStore.get(Region region)
           
 



Copyright © 2008-2011 ThimbleWare. All Rights Reserved.