org.apache.blur.store.blockcache_v2
Class CacheValueBufferPool
java.lang.Object
org.apache.blur.store.blockcache_v2.CacheValueBufferPool
- All Implemented Interfaces:
- Closeable
public class CacheValueBufferPool
- extends Object
- implements Closeable
CacheValueBufferPool
public CacheValueBufferPool(BaseCache.STORE store,
int capacity)
getCacheValue
public CacheValue getCacheValue(int cacheBlockSize)
returnToPool
public void returnToPool(CacheValue cacheValue)
close
public void close()
- Specified by:
close
in interface Closeable
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.