| Package | Description | 
|---|---|
| com.gigaspaces.cluster.replication | |
| com.gigaspaces.internal.server.space.redolog | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | IRedoLogStatisticsProvide statistics for a redo log | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RedoLogStatisticsRedo 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  MemoryRedoLogFileImplementor 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 isIRedoLogFile.getApproximateSize()method which should not assume a reader lock is
 held. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DBMemoryRedoLogFile<T extends IReplicationOrderedPacket> | 
| class  | DBSwapRedoLogFile<T extends IReplicationOrderedPacket> | 
| class  | FixedSizeSwapRedoLogFile<T extends IReplicationOrderedPacket>A swap based implementation of the  IRedoLogFileinterface, A fixed number of packets can
 be held in the memory and once this number is exceeded the other packets are stored in a providedINonBatchRedoLogFileStorage | 
| class  | MemoryRedoLogFile<T extends IReplicationOrderedPacket>A memory only based implementation of the  IRedoLogFileinterface. | 
Copyright © GigaSpaces.