public class PooledByteBufAllocatorL extends Object
Modifier and Type | Field and Description |
---|---|
UnsafeDirectLittleEndian |
empty |
Constructor and Description |
---|
PooledByteBufAllocatorL() |
Modifier and Type | Method and Description |
---|---|
UnsafeDirectLittleEndian |
allocate(long size)
Returns a UnsafeDirectLittleEndian of the given size.
|
int |
getChunkSize() |
long |
getHugeBufferCount() |
long |
getHugeBufferSize() |
long |
getNormalBufferCount() |
long |
getNormalBufferSize() |
public final UnsafeDirectLittleEndian empty
public UnsafeDirectLittleEndian allocate(long size)
public int getChunkSize()
public long getHugeBufferSize()
public long getHugeBufferCount()
public long getNormalBufferSize()
public long getNormalBufferCount()
Copyright © 2023 The Apache Software Foundation. All rights reserved.