| Name | Description | Type | Package | Framework |
| ClientAsynchronousIterator | Wraps an RemoteAsynchronousIterator so that it looks like an IAsynchronousIterator again. | Class | com.bigdata.service.proxy | BlazeGraph |
|
| ClientBuffer | Serializable class wraps a RemoteBuffer delegating methods through to the IBuffer on the remote service while masquerading | Class | com.bigdata.service.proxy | BlazeGraph |
|
| ClientFuture | Serializable class wraps a RemoteFuture delegating methods through to the Future on the remote service while | Class | com.bigdata.service.proxy | BlazeGraph |
|
| ClientRunnableBuffer | Serializable class wraps a RemoteRunnableBuffer delegating methods through to the IRunnableBuffer on the remote service while | Class | com.bigdata.service.proxy | BlazeGraph |
|
| IRemoteChunk | Abstraction for a chunk from a remote iterator. | Interface | com.bigdata.service.proxy | BlazeGraph |
|
| IRemoteChunkedIterator | Interface for objects proxying for asynchronous chunked iterators. | Interface | com.bigdata.service.proxy | BlazeGraph |
|
| RemoteAsynchronousIterator | Remote interface declaring the API of IAsynchronousIterator but also declaring that each methods throws IOException in order to | Interface | com.bigdata.service.proxy | BlazeGraph |
|
| RemoteAsynchronousIterator .RemoteElement | Used to send an serialized element together with the object that knows how to de-serialize the element. | Interface | com.bigdata.service.proxy | BlazeGraph |
|
| RemoteAsynchronousIteratorImpl | A helper object that provides the API of IAsynchronousIterator but whose methods throw IOException and are therefore compatible with | Class | com.bigdata.service.proxy | BlazeGraph |
|
| RemoteBuffer | Remote interface declaring the API of IBuffer but also declaring that each methods throws IOException in order to be | Interface | com.bigdata.service.proxy | BlazeGraph |
|
| RemoteBufferImpl | A helper object that provides the API of IBuffer but whose methods throw IOException and are therefore compatible with Remote | Class | com.bigdata.service.proxy | BlazeGraph |
|
| RemoteChunk | A chunk of elements materialized from a remote iterator together with some metadata about the state of the remote iterator (whether or not it is | Class | com.bigdata.service.proxy | BlazeGraph |
|
| RemoteChunkedIterator | Wrapper for an IAsynchronousIterator exposing an interface suitable for export as a proxy object using RMI to communicate back with itself and | Class | com.bigdata.service.proxy | BlazeGraph |
|
| RemoteFuture | Remote interface declaring the API of Future but also declaring that each methods throws IOException in order to be | Interface | com.bigdata.service.proxy | BlazeGraph |
|
| RemoteFutureImpl | A helper object that provides the API of Future but whose methods throw IOException and are therefore compatible with | Class | com.bigdata.service.proxy | BlazeGraph |
|
| RemoteRunnableBuffer | Remote interface declaring the API of IRunnableBuffer but also declaring that each methods throws IOException in order to be | Interface | com.bigdata.service.proxy | BlazeGraph |
|
| RemoteRunnableBufferImpl | A helper object that provides the API of IBlockingBuffer but whose methods throw IOException and are therefore compatible with | Class | com.bigdata.service.proxy | BlazeGraph |
|
| ThickFuture | A thick Future. | Class | com.bigdata.service.proxy | BlazeGraph |
|
| WrappedRemoteChunkedIterator | Wraps an IRemoteChunkedIterator so that it looks like an IChunkedOrderedIterator again. | Class | com.bigdata.service.proxy | BlazeGraph |