Uses of Interface
com.gigaspaces.internal.server.space.redolog.IRedoLogFile
Packages that use IRedoLogFile
Package
Description
-
Uses of IRedoLogFile in com.gigaspaces.internal.cluster.node.impl.backlog
Methods in com.gigaspaces.internal.cluster.node.impl.backlog that return IRedoLogFileModifier and TypeMethodDescriptionprotected IRedoLogFile<T>AbstractSingleFileGroupBacklog.getBacklogFile() -
Uses of IRedoLogFile in com.gigaspaces.internal.server.space.redolog
Classes in com.gigaspaces.internal.server.space.redolog that implement IRedoLogFileModifier and TypeClassDescriptionclassDBMemoryRedoLogFile<T extends IReplicationOrderedPacket>classDBSwapRedoLogFile<T extends IReplicationOrderedPacket>classA swap based implementation of theIRedoLogFileinterface, A fixed number of packets can be held in the memory and once this number is exceeded the other packets are stored in a providedINonBatchRedoLogFileStorageclassMemoryRedoLogFile<T extends IReplicationOrderedPacket>A memory only based implementation of theIRedoLogFileinterface.