| 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 memoryMaxPackets,
                              int fetchBatchSize,
                              INonBatchRedoLogFileStorage<T> redoLogFileStorage)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AsyncRedoLogFileStorageDecorator<T>
Wraps a  
IRedoLogFileStorage with a buffer, allowing adding single packets in the storage. | 
class  | 
BufferedRedoLogFileStorageDecorator<T>
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>
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)  | 
Copyright © GigaSpaces.