public class DirectBufferPool extends BufferPool
| Constructor and Description |
|---|
DirectBufferPool() |
| Modifier and Type | Method and Description |
|---|---|
void |
release(Buffer reference)
Releases the given reference.
|
acquire, closepublic void release(Buffer reference)
ReferenceManager
This method should be called with a ReferenceCounted object that contains no
additional references. This allows, for instance, pools to recycle dereferenced objects.
release in interface ReferenceManager<Buffer>release in class ReferencePool<Buffer>reference - The reference to release.Copyright © 2013–2015. All rights reserved.