E
- public class UnsyncLocalOutputBuffer<E extends IBindingSet> extends AbstractUnsynchronizedArrayBuffer<E>
BOpStats
.Constructor and Description |
---|
UnsyncLocalOutputBuffer(int capacity,
IBlockingBuffer<E[]> syncBuffer) |
UnsyncLocalOutputBuffer(int capacity,
IBlockingBuffer<E[]> syncBuffer,
IElementFilter<E> filter) |
Modifier and Type | Method and Description |
---|---|
protected void |
handleChunk(E[] chunk)
Adds the chunk to the
syncBuffer and updates the
BOpStats . |
public UnsyncLocalOutputBuffer(int capacity, IBlockingBuffer<E[]> syncBuffer)
capacity
- The capacity of this buffer.syncBuffer
- The thread-safe buffer onto which this buffer writes when
it overflows.public UnsyncLocalOutputBuffer(int capacity, IBlockingBuffer<E[]> syncBuffer, IElementFilter<E> filter)
protected void handleChunk(E[] chunk)
syncBuffer
and updates the
BOpStats
.handleChunk
in class AbstractUnsynchronizedArrayBuffer<E extends IBindingSet>
chunk
- A chunk of IBindingSet
s to be output.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.