| Class and Description |
|---|
| IRedoLogFile
Acts as the redo log packets storage
MemoryRedoLogFile Implementor should support concurrent
readers or a single writer, in other words, the implementor can assume access to this structure
are guarded with a reader writer lock according to the operation type
An exception is IRedoLogFile.getApproximateSize() method which should not assume a reader lock is
held. |
| Class and Description |
|---|
| DBSwapRedoLogFileConfig
Configures a
DBSwapRedoLogFileConfig |
| FixedSizeSwapRedoLogFileConfig
Configures a
FixedSizeSwapRedoLogFileConfig |
| IRedoLogFile
Acts as the redo log packets storage
MemoryRedoLogFile Implementor should support concurrent
readers or a single writer, in other words, the implementor can assume access to this structure
are guarded with a reader writer lock according to the operation type
An exception is IRedoLogFile.getApproximateSize() method which should not assume a reader lock is
held. |
| MemoryRedoLogFile
A memory only based implementation of the
IRedoLogFile interface. |
| RedoLogFileCompromisedException
Thrown when a redolog file integrity is compromised, such as unavailable storage or some error
which causes a corruption of the redolog
IRedoLogFile.validateIntegrity() |
| Class and Description |
|---|
| DBSwapRedoLogFileConfig
Configures a
DBSwapRedoLogFileConfig |
| RedoLogFileCompromisedException
Thrown when a redolog file integrity is compromised, such as unavailable storage or some error
which causes a corruption of the redolog
IRedoLogFile.validateIntegrity() |
| Class and Description |
|---|
| RedoLogFileCompromisedException
Thrown when a redolog file integrity is compromised, such as unavailable storage or some error
which causes a corruption of the redolog
IRedoLogFile.validateIntegrity() |
Copyright © GigaSpaces.