| 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 |
|---|---|
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 |
URI |
HTTPWriterProxy.getLocator()
|
static URI |
HTTPStoreWriterProxy.store(URI[] locators,
IBufferStore.MultiplexType multiplex,
long timeout,
TimeUnit unit)
This method instantiates an
IBufferStore through the BufferStoreFactory, sets the
respective information provided, initializes the IBufferStore, registers the new store
and creates a locator URI that can be used to access the IBufferStore. |
| 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 |
URI |
LocalWriterProxy.getLocator()
|
static URI |
LocalStoreWriterProxy.store(URI[] locators,
IBufferStore.MultiplexType multiplex,
long timeout,
TimeUnit unit)
This method instantiates an
IBufferStore through the BufferStoreFactory, sets the
respective information provided, initializes the IBufferStore, registers the new store
and creates a locator URI that can be used to access the IBufferStore. |
| Modifier and Type | Method and Description |
|---|---|
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 |
URI |
TCPWriterProxy.getLocator()
|
static URI |
TCPStoreWriterProxy.store(URI[] locators,
IBufferStore.MultiplexType multiplex,
long timeout,
TimeUnit unit)
This method instantiates an
IBufferStore through the BufferStoreFactory, sets the
respective information provided, initializes the IBufferStore, registers the new store
and creates a locator URI that can be used to access the IBufferStore. |
| 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.