Package | Description |
---|---|
com.bigdata.bop.engine | |
com.bigdata.relation.rule.eval.pipeline |
This package implements a pipeline join.
|
com.bigdata.service.master | |
com.bigdata.service.ndx | |
com.bigdata.service.ndx.pipeline | |
com.bigdata.striterator |
Streaming iterator patterns based on Martyn Cutcher's striterator design
but supporting generics and with extensions for closable, chunked, and
ordered streaming iterators.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockingBufferWithStats<E>
Extended to use the
BufferAnnotations to provision the
BlockingBuffer and to track the BOpStats as chunks are added
to the buffer. |
Modifier and Type | Field and Description |
---|---|
protected BlockingBuffer<IBindingSet[]> |
LocalJoinTask.syncBuffer
The
BlockingBuffer whose queue will be drained by the
downstream LocalJoinTask -or- null IFF
[lastJoin == true]. |
Modifier and Type | Method and Description |
---|---|
AbstractResourceScanner<V> |
IResourceScannerFactory.newScanner(BlockingBuffer<V[]> buffer)
Return a new scanner instance.
|
Constructor and Description |
---|
AbstractResourceScanner(BlockingBuffer<V[]> buffer) |
FileSystemScanner(BlockingBuffer<File[]> buffer,
File fileOrDir,
FilenameFilter filter) |
Modifier and Type | Method and Description |
---|---|
<T extends IKeyArrayIndexProcedure,O,R,A> |
AbstractScaleOutClientIndexView.newWriteBuffer(IResultHandler<R,A> resultHandler,
IDuplicateRemover<O> duplicateRemover,
AbstractKeyArrayIndexProcedureConstructor<T> ctor) |
Modifier and Type | Field and Description |
---|---|
protected BlockingBuffer<E[]> |
AbstractSubtask.buffer
The buffer on which the
AbstractSubtask.master is writing. |
protected BlockingBuffer<E[]> |
AbstractMasterTask.buffer
The top-level buffer on which the application is writing.
|
Modifier and Type | Method and Description |
---|---|
BlockingBuffer<E[]> |
AbstractMasterTask.getBuffer() |
BlockingBuffer<E[]> |
IMasterTask.getBuffer()
The top-level buffer on which the application is writing.
|
protected BlockingBuffer<E[]> |
IndexWriteTask.newSubtaskBuffer()
Factory for a new buffer for a subtask.
|
protected abstract BlockingBuffer<E[]> |
AbstractMasterTask.newSubtaskBuffer()
Factory for a new buffer for a subtask.
|
Modifier and Type | Method and Description |
---|---|
protected S |
IndexWriteTask.newSubtask(L locator,
BlockingBuffer<E[]> out) |
protected abstract S |
AbstractMasterTask.newSubtask(L locator,
BlockingBuffer<E[]> out)
Factory for a new subtask.
|
Constructor and Description |
---|
AbstractMasterTask(H stats,
BlockingBuffer<E[]> buffer,
long sinkIdleTimeoutNanos,
long sinkPollTimeoutNanos) |
AbstractPendingSetMasterTask(AbstractDistributedFederation<?> fed,
H stats,
BlockingBuffer<E[]> buffer,
long sinkIdleTimeoutNanos,
long sinkPollTimeoutNanos) |
AbstractPendingSetSubtask(M master,
L locator,
IAsynchronousClientTask<?,E> clientTask,
BlockingBuffer<E[]> buffer) |
AbstractSubtask(M master,
L locator,
BlockingBuffer<E[]> buffer) |
IndexPartitionWriteTask(M master,
L locator,
IDataService dataService,
BlockingBuffer<E[]> buffer) |
IndexWriteTask.M(IScaleOutClientIndex ndx,
long sinkIdleTimeoutNanos,
long sinkPollTimeoutNanos,
int sinkQueueCapacity,
int sinkChunkSize,
long sinkChunkTimeoutNanos,
IDuplicateRemover<O> duplicateRemover,
AbstractKeyArrayIndexProcedureConstructor<T> ctor,
IResultHandler<R,A> resultHandler,
IndexAsyncWriteStats<PartitionLocator,IndexPartitionWriteStats> stats,
BlockingBuffer<KVO<O>[]> buffer) |
IndexWriteTask(IScaleOutClientIndex ndx,
long sinkIdleTimeoutNanos,
long sinkPollTimeoutNanos,
int sinkQueueCapacity,
int sinkChunkSize,
long sinkChunkTimeoutNanos,
IDuplicateRemover<O> duplicateRemover,
AbstractKeyArrayIndexProcedureConstructor<T> ctor,
IResultHandler<R,A> resultHandler,
H stats,
BlockingBuffer<E[]> buffer) |
MockMaster(H stats,
BlockingBuffer<E[]> buffer,
long sinkIdleTimeout,
long sinkPollTimeout) |
MockSubtask(M master,
L locator,
BlockingBuffer<E[]> buffer) |
Constructor and Description |
---|
AbstractChunkedResolverator(S state,
IChunkedOrderedIterator<E> src,
BlockingBuffer<F[]> buffer) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.