public interface BufferAnnotations
BlockingBuffer
as used by various kinds of operators.Modifier and Type | Field and Description |
---|---|
static String |
CHUNK_CAPACITY
|
static String |
CHUNK_OF_CHUNKS_CAPACITY
The maximum #of chunks that can be buffered before an the producer would
block (default 5).
|
static String |
CHUNK_TIMEOUT
The timeout in milliseconds that the
BlockingBuffer will wait for
another chunk to combine with the current chunk before returning the
current chunk (default 10). |
static TimeUnit |
chunkTimeoutUnit
The
TimeUnit s in which the CHUNK_TIMEOUT is measured. |
static int |
DEFAULT_CHUNK_CAPACITY
Default for
CHUNK_CAPACITY |
static int |
DEFAULT_CHUNK_OF_CHUNKS_CAPACITY
Default for
CHUNK_OF_CHUNKS_CAPACITY |
static int |
DEFAULT_CHUNK_TIMEOUT
The default for
CHUNK_TIMEOUT . |
static final String CHUNK_OF_CHUNKS_CAPACITY
CHUNK_CAPACITY
.static final int DEFAULT_CHUNK_OF_CHUNKS_CAPACITY
CHUNK_OF_CHUNKS_CAPACITY
static final String CHUNK_CAPACITY
IBindingSet
[]s used to accumulate a
chunk of IBindingSet
s (default 100).
Partial chunks may be automatically combined into full chunks.CHUNK_OF_CHUNKS_CAPACITY
static final int DEFAULT_CHUNK_CAPACITY
CHUNK_CAPACITY
static final String CHUNK_TIMEOUT
BlockingBuffer
will wait for
another chunk to combine with the current chunk before returning the
current chunk (default 10). This may be ZERO
(0) to disable the chunk combiner.static final int DEFAULT_CHUNK_TIMEOUT
CHUNK_TIMEOUT
.static final TimeUnit chunkTimeoutUnit
TimeUnit
s in which the CHUNK_TIMEOUT
is measured.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.