|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GRS2BufferInvalidArgumentException | |
|---|---|
| gr.uoa.di.madgik.grs.buffer | |
| Uses of GRS2BufferInvalidArgumentException in gr.uoa.di.madgik.grs.buffer |
|---|
| Methods in gr.uoa.di.madgik.grs.buffer that throw GRS2BufferInvalidArgumentException | |
|---|---|
void |
QueueBuffer.emit(BufferEvent event)
Emits a BufferEvent targeted to the other end of the IBuffer usage. |
void |
QueueBuffer.initialize()
After all configuration values have been set, this method performs all the initialization needed to get the IBuffer ready to receive Records from a writer and serve them to a reader. |
BufferEvent |
QueueBuffer.receive(BufferEvent.EventSource source)
Receives a BufferEvent emitted by the other end of the IBuffer usage. |
void |
QueueBuffer.setCapacity(int capacity)
Sets the capacity of the underlying bounded buffer that can store the Records that a writer adds to it. |
void |
QueueBuffer.setConcurrentPartialCapacity(int capacity)
Sets the number of items that a reader can concurrently request more of its payload in case this payload is transported in IBuffer.TransportDirective.Partial mode. |
void |
QueueBuffer.setKey(String key)
In case this IBuffer is registered to be served to a reader, the key by which it is registered is provided |
void |
QueueBuffer.setTransportDirective(IBuffer.TransportDirective directive)
Sets the IBuffer.TransportDirective set for the IBuffer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||