Uses of Interface
com.gigaspaces.cluster.replication.IRedoLogFileStatistics
Packages that use IRedoLogFileStatistics
-
Uses of IRedoLogFileStatistics in com.gigaspaces.cluster.replication
Subinterfaces of IRedoLogFileStatistics in com.gigaspaces.cluster.replicationModifier and TypeInterfaceDescriptioninterfaceProvide statistics for a redo logClasses in com.gigaspaces.cluster.replication that implement IRedoLogFileStatisticsModifier and TypeClassDescriptionclassRedo log statistics Not serializable should go over the wire -
Uses of IRedoLogFileStatistics in com.gigaspaces.internal.server.space.redolog
Subinterfaces of IRedoLogFileStatistics in com.gigaspaces.internal.server.space.redologModifier and TypeInterfaceDescriptioninterfaceIRedoLogFile<T extends IReplicationOrderedPacket>Acts as the redo log packets storageMemoryRedoLogFileImplementor 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.Classes in com.gigaspaces.internal.server.space.redolog that implement IRedoLogFileStatisticsModifier 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.