| Package | Description |
|---|---|
| gr.uoa.di.madgik.grs.proxy.mirror | |
| gr.uoa.di.madgik.grs.record | |
| gr.uoa.di.madgik.grs.record.field |
| Modifier and Type | Class and Description |
|---|---|
class |
GRS2ProxyMirrorDisposedException
The proxy mirror is already in dispose
|
class |
GRS2ProxyMirrorInvalidOperationException
The operation in progress is not valid based on the status of the proxy mirror sub component
|
class |
GRS2ProxyMirrorProtocolErrorException
There was a protocol error in the proxy mirror operation
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IMirror.pollPartial(long recordIndex,
int fieldIndex) |
long |
IMirror.requestPartial(long recordIndex,
int fieldIndex,
IBuffer.TransportOverride override,
Object notify)
This method is used by the reader side mirror to request payload that belongs to an
IBuffer
item that has been transfered only partially and more data is requested by the reader client |
| Modifier and Type | Method and Description |
|---|---|
void |
Record.makeAvailable()
For all hosted
Fields, the method Record.makeAvailable(int) |
void |
Record.makeAvailable(int fieldIndex)
For the specified
Field with the set index, the method Record#makeAvailable(TransportOverride, int) with a
value of IBuffer.TransportOverride.Override |
void |
Record.makeAvailable(String fieldName)
For the specified
Field with the set name, the method Record#makeAvailable(TransportOverride, int) with a
value of IBuffer.TransportOverride.Override |
void |
Record.requestPartial(IBuffer.TransportOverride override,
int fieldIndex)
|
| Modifier and Type | Method and Description |
|---|---|
void |
Field.makeAvailable()
Makes fully available the content of the
Field by invoking Field#makeAvailable(TransportOverride) with a
IBuffer.TransportOverride.Override value |
void |
Field.makeAvailable(IBuffer.TransportOverride override)
Invokes the bound
Record's Record#requestPartial(TransportOverride, int) method with the provided
IBuffer.TransportOverride value |
Copyright © 2014. All Rights Reserved.