Package org.apache.cassandra.net
Class GlobalBufferPoolAllocator
- java.lang.Object
-
- io.netty.buffer.AbstractByteBufAllocator
-
- org.apache.cassandra.net.BufferPoolAllocator
-
- org.apache.cassandra.net.GlobalBufferPoolAllocator
-
- All Implemented Interfaces:
io.netty.buffer.ByteBufAllocator
public class GlobalBufferPoolAllocator extends BufferPoolAllocator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.cassandra.net.BufferPoolAllocator
BufferPoolAllocator.Wrapped
-
-
Field Summary
Fields Modifier and Type Field Description static GlobalBufferPoolAllocator
instance
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.netty.buffer.ByteBuf
wrap(java.nio.ByteBuffer buffer)
-
Methods inherited from class org.apache.cassandra.net.BufferPoolAllocator
isDirectBufferPooled, newDirectBuffer, newHeapBuffer, usedSizeInBytes
-
Methods inherited from class io.netty.buffer.AbstractByteBufAllocator
buffer, buffer, buffer, calculateNewCapacity, compositeBuffer, compositeBuffer, compositeDirectBuffer, compositeDirectBuffer, compositeHeapBuffer, compositeHeapBuffer, directBuffer, directBuffer, directBuffer, heapBuffer, heapBuffer, heapBuffer, ioBuffer, ioBuffer, ioBuffer, toLeakAwareBuffer, toLeakAwareBuffer, toString
-
-
-
-
Field Detail
-
instance
public static final GlobalBufferPoolAllocator instance
-
-