Class FixedSizeSwapRedoLogFile<T extends IReplicationOrderedPacket>

java.lang.Object
com.gigaspaces.internal.server.space.redolog.FixedSizeSwapRedoLogFile<T>
All Implemented Interfaces:
IRedoLogFileStatistics, IRedoLogFile<T>

public class FixedSizeSwapRedoLogFile<T extends IReplicationOrderedPacket> extends Object implements IRedoLogFile<T>
A swap based implementation of the IRedoLogFile interface, A fixed number of packets can be held in the memory and once this number is exceeded the other packets are stored in a provided INonBatchRedoLogFileStorage
Since:
7.1
Author:
eitany