| Package | Description | 
|---|---|
| com.gigaspaces.internal.server.space.redolog.storage | |
| com.gigaspaces.internal.server.space.redolog.storage.bytebuffer | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | INonBatchRedoLogFileStorage<T>Extends the  IRedoLogFileStorageinterface by adding a non batch behavior of adding
 packets to the end of the list. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AsyncRedoLogFileStorageDecorator<T>Wraps a  IRedoLogFileStoragewith a buffer, allowing adding single packets in the storage. | 
| class  | BufferedRedoLogFileStorageDecorator<T>Wraps a  IRedoLogFileStoragewith 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  INonBatchRedoLogFileStoragewith a cache that keeps a constant size number of
 packets in memory which were the last appended packet. | 
| Constructor and Description | 
|---|
| AsyncRedoLogFileStorageDecorator(IRedoLogFileStorage<T> storage,
                                long interval,
                                TimeUnit timeUnit,
                                int maxFlushSize) | 
| BufferedRedoLogFileStorageDecorator(int bufferSize,
                                   IRedoLogFileStorage storage) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ByteBufferRedoLogFileStorage<T>An implementation of redo log file storage which is based on an underlying byte buffer storages
 provider which simulated an endless byte buffer | 
Copyright © GigaSpaces.