T
- the type of value to be used in the bufferpublic static interface BufferManager.QueueBufferMaker<T>
BufferManager.DistinctBuffer
.Modifier and Type | Method and Description |
---|---|
BufferManager.QueueBuffer<T> |
make()
Create the
BufferManager.DistinctBuffer instance. |
BufferManager.QueueBufferMaker<T> |
useHeap(boolean useHeap)
Specify whether to store the bufer on the heap.
|
BufferManager.QueueBufferMaker<T> useHeap(boolean useHeap)
useHeap
- true if the buffer's contents are to be stored on the heap, or false if off-heap storage should be used.BufferManager.QueueBuffer<T> make()
BufferManager.DistinctBuffer
instance.Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.