| Package | Description |
|---|---|
| gr.uoa.di.madgik.grs.buffer |
| Modifier and Type | Method and Description |
|---|---|
int |
QueueBuffer.availableRecords()
Retrieves the number of
Records that are currently available to be read |
void |
QueueBuffer.close()
|
Record |
QueueBuffer.get()
|
void |
QueueBuffer.initialize()
|
Record |
QueueBuffer.locate(long recordIndex)
|
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.setMirrorBuffer(int size)
|
void |
QueueBuffer.setRecordDefinitions(RecordDefinition[] definitions)
|
void |
QueueBuffer.setTransportDirective(IBuffer.TransportDirective directive)
Sets the
IBuffer.TransportDirective set for the IBuffer. |
long |
QueueBuffer.totalRecords()
|
Copyright © 2014. All Rights Reserved.