|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use com.bigdata.service.proxy | |
|---|---|
| com.bigdata.service.proxy | This package provides implementations of proxy objects for commonly used classes. |
| Classes in com.bigdata.service.proxy used by com.bigdata.service.proxy | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||