Package org.apache.cassandra.cache
Class RefCountedMemory
java.lang.Object
org.apache.cassandra.io.util.Memory
org.apache.cassandra.cache.RefCountedMemory
- All Implemented Interfaces:
AutoCloseable,ReadableMemory
-
Field Summary
Fields inherited from class org.apache.cassandra.io.util.Memory
NO_BYTE_BUFFERS, peer, size -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RefCountedMemory
public RefCountedMemory(long size)
-
-
Method Details
-
reference
public boolean reference()- Returns:
- true if we succeed in referencing before the reference count reaches zero. (A FreeableMemory object is created with a reference count of one.)
-
unreference
public void unreference()decrement reference count. if count reaches zero, the object is freed. -
copy
-
free
public void free() -
close
public void close()- Specified by:
closein interfaceAutoCloseable- Overrides:
closein classMemory
-