Package | Description |
---|---|
com.gigaspaces.internal.server.space.redolog | |
com.gigaspaces.internal.server.space.redolog.storage |
Modifier and Type | Method and Description |
---|---|
INonBatchRedoLogFileStorage<T> |
FixedSizeSwapRedoLogFileConfig.getRedoLogFileStorage() |
Constructor and Description |
---|
FixedSizeSwapRedoLogFileConfig(int memoryMaxCapacity,
int fetchBatchSize,
int combinedMemoryMaxCapacity,
INonBatchRedoLogFileStorage<T> redoLogFileStorage) |
Modifier and Type | Class and Description |
---|---|
class |
BufferedRedoLogFileStorageDecorator<T extends IReplicationOrderedPacket>
Wraps a
IRedoLogFileStorage with a buffer, allowing adding single packets in the storage
which will be flushed once a specific buffer size is reached |
class |
CacheLastRedoLogFileStorageDecorator<T extends IReplicationOrderedPacket>
Wraps a
INonBatchRedoLogFileStorage with a cache that keeps a constant size number of
packets in memory which were the last appended packet. |
Constructor and Description |
---|
CacheLastRedoLogFileStorageDecorator(int bufferSize,
INonBatchRedoLogFileStorage<T> storage,
AbstractSingleFileGroupBacklog groupBacklog) |
Copyright © GigaSpaces.