| 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 | Class and Description |
|---|---|
class |
GRS2BufferStoreAccessException
Error while accessing needed persisted information in the context of the on going buffer store sub component
|
class |
GRS2BufferStoreInvalidOperationException
The operation in progress is not valid based on the status of the buffer store sub component
|
| Modifier and Type | Method and Description |
|---|---|
void |
IBufferStore.initialize()
Make any needed initialization before the
IBufferStore.store() is called to start the storing procedure |
void |
IBufferStore.setLocators(URI[] locators)
Sets the incoming locators that should be stored
|
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 |
| Modifier and Type | Method and Description |
|---|---|
void |
FifoDemultiplex.demultiplex()
Perform the demultiplexing operation
|
void |
IDemultiplex.demultiplex()
Perform the demultiplexing operation
|
void |
FirstAvailableDemultiplex.demultiplex()
Perform the demultiplexing operation
|
void |
FirstAvailableMultiplex.multiplex()
Perform the multiplexing operation
|
void |
FifoMultiplex.multiplex()
Perform the multiplexing operation
|
void |
IMultiplex.multiplex()
Perform the multiplexing operation
|
Copyright © 2014. All Rights Reserved.