Package | Description |
---|---|
com.bigdata.bop.engine | |
com.bigdata.relation.accesspath |
This package includes an abstraction layer for efficient access paths, including
chunked iterators, blocking buffers, and an abstraction corresponding to the natural
order of an index.
|
com.bigdata.service.ndx | |
com.bigdata.service.proxy |
This package provides implementations of proxy objects for commonly used
classes.
|
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. |
class |
OutputStatsBuffer<E>
Delegation pattern handles the
SinkTransitionMetadata . |
Modifier and Type | Interface and Description |
---|---|
interface |
IBlockingBuffer<E>
Interface provides an iterator to drain chunks from an
IBuffer . |
Modifier and Type | Class and Description |
---|---|
class |
BlockingBuffer<E>
A buffer that will block when it is full.
|
class |
DelegateBuffer<E>
A delegation pattern which does not pass on the
DelegateBuffer.close() method. |
Modifier and Type | Method and Description |
---|---|
<T extends IKeyArrayIndexProcedure,O,R,A> |
ClientIndexView.newWriteBuffer(IResultHandler<R,A> resultHandler,
IDuplicateRemover<O> duplicateRemover,
AbstractKeyArrayIndexProcedureConstructor<T> ctor) |
<T extends IKeyArrayIndexProcedure,O,R,A> |
IAsynchronousWriteBufferFactory.newWriteBuffer(IResultHandler<R,A> resultHandler,
IDuplicateRemover<O> duplicateRemover,
AbstractKeyArrayIndexProcedureConstructor<T> ctor)
Asynchronous write API (streaming writes).
|
Modifier and Type | Class and Description |
---|---|
class |
ClientRunnableBuffer<E,V>
Serializable class wraps a RemoteRunnableBuffer delegating
methods through to the IRunnableBuffer on the remote service while
masquerading IOException s so that we can implement the
IRunnableBuffer API. |
Constructor and Description |
---|
RemoteRunnableBufferImpl(IRunnableBuffer<E> localBuffer,
Future<V> futureProxy) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.