public abstract static class DeallocationHelper.Deallocator extends Object
| Constructor and Description |
|---|
Deallocator() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
run(ByteBuffer directByteBuffer)
releases the native memory of a deallocatable byte buffer
|
protected final Log logger
public abstract boolean run(ByteBuffer directByteBuffer)
directByteBuffer - deallocatable byte buffertrue if the deallocation is successful,
otherwise false