Uses of Interface
com.gigaspaces.internal.server.space.redolog.storage.INonBatchRedoLogFileStorage
Packages that use INonBatchRedoLogFileStorage
Package
Description
-
Uses of INonBatchRedoLogFileStorage in com.gigaspaces.internal.server.space.redolog
Methods in com.gigaspaces.internal.server.space.redolog that return INonBatchRedoLogFileStorageConstructors in com.gigaspaces.internal.server.space.redolog with parameters of type INonBatchRedoLogFileStorageModifierConstructorDescriptionFixedSizeSwapRedoLogFileConfig(int memoryMaxCapacity, int fetchBatchSize, int combinedMemoryMaxCapacity, INonBatchRedoLogFileStorage<T> redoLogFileStorage) -
Uses of INonBatchRedoLogFileStorage in com.gigaspaces.internal.server.space.redolog.storage
Classes in com.gigaspaces.internal.server.space.redolog.storage that implement INonBatchRedoLogFileStorageModifier 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.Constructors in com.gigaspaces.internal.server.space.redolog.storage with parameters of type INonBatchRedoLogFileStorageModifierConstructorDescriptionCacheLastRedoLogFileStorageDecorator(int bufferSize, INonBatchRedoLogFileStorage<T> storage, AbstractSingleFileGroupBacklog groupBacklog)