| 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.store.buffer |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
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 |
|---|---|
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 | Field and Description |
|---|---|
static IBufferStore.MultiplexType |
CacheBufferStore.DefaultMultiplexType
The default
IBufferStore.MultiplexType currently set to FIFO |
static IBufferStore.MultiplexType |
FileBufferStore.DefaultMultiplexType
The default
IBufferStore.MultiplexType currently set to FIFO |
| Modifier and Type | Method and Description |
|---|---|
IBufferStore.MultiplexType |
CacheBufferStore.getMultiplexType()
Retrieves the
IBufferStore.MultiplexType indicating the way the input locators are used and in which order their data is received |
IBufferStore.MultiplexType |
IBufferStore.getMultiplexType()
Retrieves the
IBufferStore.MultiplexType indicating the way the input locators are used and in which order their data is received |
IBufferStore.MultiplexType |
FileBufferStore.getMultiplexType()
Retrieves the
IBufferStore.MultiplexType indicating the way the input locators are used and in which order their data is received |
static IBufferStore.MultiplexType |
IBufferStore.MultiplexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IBufferStore.MultiplexType[] |
IBufferStore.MultiplexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheBufferStore.setMultiplexType(IBufferStore.MultiplexType multiplex)
Sets the
IBufferStore.MultiplexType indicating the way the input locators are used and in which order their data is received |
void |
IBufferStore.setMultiplexType(IBufferStore.MultiplexType multiplex)
Sets the
IBufferStore.MultiplexType indicating the way the input locators are used and in which order their data is received |
void |
FileBufferStore.setMultiplexType(IBufferStore.MultiplexType multiplex)
Sets the
IBufferStore.MultiplexType indicating the way the input locators are used and in which order their data is received |
Copyright © 2014. All Rights Reserved.