|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.io.util.Memory
org.apache.cassandra.cache.FreeableMemory
public class FreeableMemory
Field Summary |
---|
Fields inherited from class org.apache.cassandra.io.util.Memory |
---|
peer |
Constructor Summary | |
---|---|
FreeableMemory(long size)
|
Method Summary | |
---|---|
protected void |
finalize()
|
byte |
getByte(long offset)
|
boolean |
reference()
|
void |
unreference()
decrement reference count. |
Methods inherited from class org.apache.cassandra.io.util.Memory |
---|
allocate, free, getBytes, setByte, setBytes, size |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FreeableMemory(long size)
Method Detail |
---|
public boolean reference()
public void unreference()
protected void finalize() throws java.lang.Throwable
finalize
in class Memory
java.lang.Throwable
public byte getByte(long offset)
getByte
in class Memory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |