|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.utils.Allocator
public abstract class Allocator
Constructor Summary | |
---|---|
Allocator()
|
Method Summary | |
---|---|
abstract java.nio.ByteBuffer |
allocate(int size)
|
java.nio.ByteBuffer |
clone(java.nio.ByteBuffer buffer)
Allocate a slice of the given length. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Allocator()
Method Detail |
---|
public java.nio.ByteBuffer clone(java.nio.ByteBuffer buffer)
public abstract java.nio.ByteBuffer allocate(int size)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |