| Package | Description |
|---|---|
| com.bigdata.service.proxy |
This package provides implementations of proxy objects for commonly used
classes.
|
| Class and Description |
|---|
ClientBuffer
Serializable class wraps a RemoteBuffer delegating methods
through to the IBuffer on the remote service while masquerading
IOExceptions so that we can implement the IBuffer API. |
| IRemoteChunk
Abstraction for a chunk from a remote iterator.
|
| IRemoteChunkedIterator
Interface for objects proxying for asynchronous chunked iterators.
|
RemoteAsynchronousIterator
Remote interface declaring the API of IAsynchronousIterator
but also declaring that each methods throws IOException in order to
be compatible with Remote and Exporter. |
| RemoteAsynchronousIterator.RemoteElement
Used to send an serialized element together with the object that knows
how to de-serialize the element.
|
RemoteBuffer
Remote interface declaring the API of IBuffer but also
declaring that each methods throws IOException in order to be
compatible with Remote and Exporter. |
| RemoteBufferImpl
A helper object that provides the API of
IBuffer but whose methods
throw IOException and are therefore compatible with Remote
and Exporter. |
RemoteFuture
Remote interface declaring the API of Future but also
declaring that each methods throws IOException in order to be
compatible with Remote and Exporter. |
RemoteRunnableBuffer
Remote interface declaring the API of IRunnableBuffer but
also declaring that each methods throws IOException in order to be
compatible with Remote and Exporter. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.