org.apache.blur.store.blockcache_v2.cachevalue
Class UnsafeCacheValue

java.lang.Object
  extended by org.apache.blur.store.blockcache_v2.cachevalue.BaseCacheValue
      extended by org.apache.blur.store.blockcache_v2.cachevalue.UnsafeCacheValue
All Implemented Interfaces:
CacheValue

public class UnsafeCacheValue
extends BaseCacheValue


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.blur.store.blockcache_v2.cachevalue.BaseCacheValue
BaseCacheValue.Evicted
 
Constructor Summary
UnsafeCacheValue(int length)
           
 
Method Summary
 void release()
          Releases any underlying resources.
 
Methods inherited from class org.apache.blur.store.blockcache_v2.cachevalue.BaseCacheValue
decRef, detachFromCache, incRef, length, read, read, readInt, readLong, readShort, trim, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsafeCacheValue

public UnsafeCacheValue(int length)
Method Detail

release

public void release()
Description copied from interface: CacheValue
Releases any underlying resources.



Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.