| Package | Description |
|---|---|
| gr.uoa.di.madgik.grs.buffer |
| Modifier and Type | Method and Description |
|---|---|
void |
QueueBuffer.emit(BufferEvent event)
Emits a
BufferEvent targeted to the other end of the IBuffer usage. |
void |
QueueBuffer.initialize()
|
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. |
Copyright © 2014. All Rights Reserved.