| Package | Description |
|---|---|
| gr.uoa.di.madgik.grs.proxy.http | |
| gr.uoa.di.madgik.grs.proxy.local | |
| gr.uoa.di.madgik.grs.proxy.tcp | |
| gr.uoa.di.madgik.grs.utils |
| Modifier and Type | Method and Description |
|---|---|
IMirror |
HTTPWriterProxy.bind()
After setting the registry key, this method is used to retrieve the
IMirror that can
serve the mirroring procedure for a reader |
void |
HTTPReaderProxy.fromLocator(URI locator)
Populates an instance of the
IReaderProxy implementer with the information
provided through the specific locator URI |
void |
HTTPStoreReaderProxy.fromLocator(URI locator)
Populates an instance of the
IReaderProxy implementer with the information
provided through the specific locator URI |
IBuffer |
HTTPReaderProxy.getBuffer()
|
IBuffer |
HTTPStoreReaderProxy.getBuffer()
|
URI |
HTTPWriterProxy.getLocator()
|
void |
HTTPReaderProxy.overrideBufferCapacity(int capacity)
After the proxy has been initialized, this method can be used to provide a hint to the
IReaderProxy to use a capacity different than that of the producer's buffer. |
void |
HTTPWriterProxy.setKey(String key)
Sets the key that was assigned to the serving
IBuffer through the buffer registry |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalStoreReaderProxy.fromLocator(URI locator)
Populates an instance of the
IReaderProxy implementer with the information
provided through the specific locator URI |
void |
LocalReaderProxy.fromLocator(URI locator)
Populates an instance of the
IReaderProxy implementer with the information
provided through the specific locator URI |
IBuffer |
LocalStoreReaderProxy.getBuffer()
|
IBuffer |
LocalReaderProxy.getBuffer()
|
URI |
LocalWriterProxy.getLocator()
|
void |
LocalWriterProxy.setKey(String key)
Sets the key that was assigned to the serving
IBuffer through the buffer registry |
| Modifier and Type | Method and Description |
|---|---|
IMirror |
TCPWriterProxy.bind()
After setting the registry key, this method is used to retrieve the
IMirror that can
serve the mirroring procedure for a reader |
void |
TCPReaderProxy.fromLocator(URI locator)
Populates an instance of the
IReaderProxy implementer with the information
provided through the specific locator URI |
void |
TCPStoreReaderProxy.fromLocator(URI locator)
Populates an instance of the
IReaderProxy implementer with the information
provided through the specific locator URI |
IBuffer |
TCPReaderProxy.getBuffer()
|
IBuffer |
TCPStoreReaderProxy.getBuffer()
|
URI |
TCPWriterProxy.getLocator()
|
void |
TCPReaderProxy.overrideBufferCapacity(int capacity)
After the proxy has been initialized, this method can be used to provide a hint to the
IReaderProxy to use a capacity different than that of the producer's buffer. |
void |
TCPWriterProxy.setKey(String key)
Sets the key that was assigned to the serving
IBuffer through the buffer registry |
| Modifier and Type | Method and Description |
|---|---|
static URI |
Locators.localToHTTP(URI locator) |
static URI |
Locators.localToTCP(URI locator)
Converts a local locator retrieved from a
LocalWriterProxy to a TCP locator which can be used in order for a remote consumer to
access the records of the producer's local IBuffer. |
Copyright © 2014. All Rights Reserved.