| Modifier and Type | Class and Description |
|---|---|
class |
GRS2BufferDisposedException
Exception indicating that the buffer is already disposed and no additional actions can be performed on it
|
class |
GRS2BufferException
Base exception for all error that are though by the buffer sub component
|
class |
GRS2BufferInitializationException
Initialization related error of the buffer sub component
|
class |
GRS2BufferInvalidArgumentException
Argument not valid for the buffer sub component operation that is undergoing
|
class |
GRS2BufferInvalidOperationException
The operation in progress is not valid based on the status of the buffer sub component
|
| Modifier and Type | Class and Description |
|---|---|
class |
GRS2ProxyException
Base exception for all error that are though by the proxy sub component
|
class |
GRS2ProxyInvalidArgumentException
Argument not valid for the proxy sub component operation that is undergoing
|
class |
GRS2ProxyInvalidOperationException
The operation in progress is not valid based on the status of the proxy sub component
|
| Modifier and Type | Class and Description |
|---|---|
class |
GRS2ProxyMirrorDisposedException
The proxy mirror is already in dispose
|
class |
GRS2ProxyMirrorException
Base exception for all error that are though by the proxy mirror sub component
|
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 | Class and Description |
|---|---|
class |
GRS2ReaderException
Base exception for all error that are though by the reader sub component
|
class |
GRS2ReaderInvalidArgumentException
Argument not valid for the reader sub component operation that is undergoing
|
| Modifier and Type | Class and Description |
|---|---|
class |
GRS2RecordDefinitionException
An error caused by an inappropriate
RecordDefinition issue |
class |
GRS2RecordException
Base exception for all error that are though by the record sub component
|
class |
GRS2RecordMediationException
Reporting an error caused during the mediation procedure
|
class |
GRS2RecordSerializationException
Reporting an error caused during the serialization procedure
|
| Modifier and Type | Class and Description |
|---|---|
class |
GRS2BufferStoreAccessException
Error while accessing needed persisted information in the context of the on going buffer store sub component
|
class |
GRS2BufferStoreException
Base exception for all error that are though by the buffer store sub component
|
class |
GRS2BufferStoreInvalidArgumentException
Argument not valid for the buffer store sub component operation that is undergoing
|
class |
GRS2BufferStoreInvalidOperationException
The operation in progress is not valid based on the status of the buffer store sub component
|
| Modifier and Type | Class and Description |
|---|---|
class |
GRS2EventStoreAccessException
Error while accessing needed persisted information in the context of the on going event store sub component
|
class |
GRS2EventStoreException
Base exception for all error that are though by the event store sub component
|
| Modifier and Type | Class and Description |
|---|---|
class |
GRS2RecordStoreAccessException
Error while accessing needed persisted information in the context of the on going record store sub component
|
class |
GRS2RecordStoreException
Base exception for all error that are though by the record store sub component
|
| Modifier and Type | Class and Description |
|---|---|
class |
GRS2WriterException
Base exception for all error that are though by the writer sub component
|
class |
GRS2WriterInvalidArgumentException
Argument not valid for the writer sub component operation that is undergoing
|
class |
GRS2WriterInvalidOperationException
Operation not valid for the writer sub component operation that is undergoing
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RecordWriter.importRecord(T record)
Dissociates a
Record from the underlying IBuffer of a producer and stores it to the IBuffer of
this IRecordWriter. |
boolean |
IRecordWriter.importRecord(T record)
Dissociates a
Record from the underlying IBuffer of a producer and stores it to the IBuffer of
this IRecordWriter. |
boolean |
RecordWriter.importRecord(T record,
int newDefinitionIndex)
Dissociates a
Record from the underlying IBuffer of a producer and stores it to the IBuffer of
this RecordWriter. |
boolean |
IRecordWriter.importRecord(T record,
int newDefinitionIndex)
Dissociates a
Record from the underlying IBuffer of a producer and stores it to the IBuffer of
this RecordWriter. |
boolean |
RecordWriter.importRecord(T record,
int newDefinitionIndex,
long timeout,
TimeUnit unit)
Dissociates a
Record from the underlying IBuffer of a producer and stores it to the IBuffer of
this RecordWriter. |
boolean |
IRecordWriter.importRecord(T record,
int newDefinitionIndex,
long timeout,
TimeUnit unit)
Dissociates a
Record from the underlying IBuffer of a producer and stores it to the IBuffer of
this RecordWriter. |
boolean |
RecordWriter.importRecord(T record,
long timeout,
TimeUnit unit)
Dissociates a
Record from the underlying IBuffer of a producer and stores it to the IBuffer of
this RecordWriter. |
boolean |
IRecordWriter.importRecord(T record,
long timeout,
TimeUnit unit)
Dissociates a
Record from the underlying IBuffer of a producer and stores it to the IBuffer of
this RecordWriter. |
Copyright © 2014. All Rights Reserved.