| Package | Description |
|---|---|
| gr.uoa.di.madgik.grs.store.buffer |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheBufferStore.initialize()
Make any needed initialization before the
IBufferStore.store() is called to start the storing procedure |
void |
FileBufferStore.initialize()
Make any needed initialization before the
IBufferStore.store() is called to start the storing procedure |
void |
CacheBufferStore.setLocators(URI[] locators)
Sets the incoming locators that should be stored
|
void |
FileBufferStore.setLocators(URI[] locators)
Sets the incoming locators that should be stored
|
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 |
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 |
| Constructor and Description |
|---|
BufferStoreReader(String key,
IWriterProxy proxy)
Creates a new instance
|
Copyright © 2014. All Rights Reserved.