| Modifier and Type | Class and Description |
|---|---|
class |
QueueBuffer
The
QueueBuffer is the main implementation of the IBuffer interface. |
| Modifier and Type | Method and Description |
|---|---|
static IBuffer |
BufferFactory.getBuffer()
Instantiates the appropriate
IBuffer implementation. |
| Modifier and Type | Method and Description |
|---|---|
IBuffer |
IReaderProxy.getBuffer()
|
| Modifier and Type | Method and Description |
|---|---|
IBuffer |
HTTPReaderProxy.getBuffer()
|
IBuffer |
HTTPStoreReaderProxy.getBuffer()
|
| Modifier and Type | Method and Description |
|---|---|
IBuffer |
HTTPReaderMirror.getBuffer()
|
IBuffer |
HTTPWriterMirror.getBuffer()
|
| Modifier and Type | Method and Description |
|---|---|
IBuffer |
LocalStoreReaderProxy.getBuffer()
|
IBuffer |
LocalReaderProxy.getBuffer()
|
| Modifier and Type | Method and Description |
|---|---|
IBuffer |
IMirror.getBuffer()
|
| Modifier and Type | Method and Description |
|---|---|
IBuffer |
TCPReaderProxy.getBuffer()
|
IBuffer |
TCPStoreReaderProxy.getBuffer()
|
| Modifier and Type | Method and Description |
|---|---|
IBuffer |
TCPWriterMirror.getBuffer()
|
IBuffer |
TCPReaderMirror.getBuffer()
|
| Modifier and Type | Method and Description |
|---|---|
void |
Record.bind(IBuffer buffer)
|
boolean |
Record.isBoundTo(IBuffer buffer)
|
void |
Record.prebind(IBuffer buffer)
|
| Modifier and Type | Method and Description |
|---|---|
IBuffer |
GRSRegistry.getBuffer(String key)
Retrieves the
IBuffer entry that is associated with the provided key |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<IBuffer> |
GRSRegistry.getBufferEntries()
Retrieves the available
IBuffer entries stored in the registry |
| Modifier and Type | Method and Description |
|---|---|
String |
GRSRegistry.add(IBuffer buffer)
Registers the provided
IBuffer in the registry and assigns it with a unique id with which it can be referenced |
Copyright © 2014. All Rights Reserved.