Uses of Interface
com.gigaspaces.internal.server.space.redolog.storage.IRedoLogFileStorage
Packages that use IRedoLogFileStorage
Package
Description
-
Uses of IRedoLogFileStorage in com.gigaspaces.internal.server.space.redolog.storage
Subinterfaces of IRedoLogFileStorage in com.gigaspaces.internal.server.space.redolog.storageModifier and TypeInterfaceDescriptioninterfaceExtends theIRedoLogFileStorageinterface by adding a non batch behavior of adding packets to the end of the list.Classes in com.gigaspaces.internal.server.space.redolog.storage that implement IRedoLogFileStorageModifier and TypeClassDescriptionclassWraps aIRedoLogFileStoragewith a buffer, allowing adding single packets in the storage which will be flushed once a specific buffer size is reachedclassWraps aINonBatchRedoLogFileStoragewith a cache that keeps a constant size number of packets in memory which were the last appended packet.classConstructors in com.gigaspaces.internal.server.space.redolog.storage with parameters of type IRedoLogFileStorageModifierConstructorDescriptionBufferedRedoLogFileStorageDecorator(int bufferSize, IRedoLogFileStorage storage) -
Uses of IRedoLogFileStorage in com.gigaspaces.internal.server.space.redolog.storage.bytebuffer
Classes in com.gigaspaces.internal.server.space.redolog.storage.bytebuffer that implement IRedoLogFileStorageModifier and TypeClassDescriptionclassAn implementation of redo log file storage which is based on an underlying byte buffer storages provider which simulated an endless byte buffer