| Package | Description | 
|---|---|
| com.gigaspaces.cluster.replication | |
| com.gigaspaces.internal.server.space.redolog | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
IRedoLogStatistics
Provide statistics for a redo log 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RedoLogStatistics
Redo log statistics
 Not serializable should go over the wire 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
IRedoLogFile<T extends IReplicationOrderedPacket>
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. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FixedSizeSwapRedoLogFile<T extends IReplicationOrderedPacket>
A swap based implementation of the  
IRedoLogFile interface, A fixed number of packets can
 be held in the memory and once this number is exeeded the other packets are stored in a provided
 INonBatchRedoLogFileStorage | 
class  | 
MemoryRedoLogFile<T extends IReplicationOrderedPacket>
A memory only based implementation of the  
IRedoLogFile interface. | 
Copyright © GigaSpaces.