| Package | Description | 
|---|---|
| com.gigaspaces.internal.server.space.redolog.storage | |
| com.gigaspaces.internal.server.space.redolog.storage.bytebuffer | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | StorageFullExceptionThrown when attemp to add data to a full storage | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CacheLastRedoLogFileStorageDecorator. append(T replicationPacket) | 
| void | BufferedRedoLogFileStorageDecorator. append(T replicationPacket) | 
| void | INonBatchRedoLogFileStorage. append(T replicationPacket)Add a single packet to the end of the storage list | 
| void | CacheLastRedoLogFileStorageDecorator. appendBatch(List<T> replicationPackets) | 
| void | BufferedRedoLogFileStorageDecorator. appendBatch(List<T> replicationPackets) | 
| void | IRedoLogFileStorage. appendBatch(List<T> replicationPackets)Adds a batch of packets that will be stored at the end of the list | 
| void | StorageReadOnlyIterator. close()Closes the iterator | 
| void | CacheLastRedoLogFileStorageDecorator. deleteOldestPackets(long packetsCount) | 
| void | BufferedRedoLogFileStorageDecorator. deleteOldestPackets(long packetsCount) | 
| void | IRedoLogFileStorage. deleteOldestPackets(long packetsCount)Delete a batch from the start of the list | 
| boolean | StorageReadOnlyIterator. hasNext()Returns true if the iteration has more elements. | 
| boolean | CacheLastRedoLogFileStorageDecorator. isEmpty() | 
| boolean | BufferedRedoLogFileStorageDecorator. isEmpty() | 
| boolean | IRedoLogFileStorage. isEmpty() | 
| E | StorageReadOnlyIterator. next()Returns the next element in the iteration. | 
| StorageReadOnlyIterator<T> | CacheLastRedoLogFileStorageDecorator. readOnlyIterator() | 
| StorageReadOnlyIterator<T> | BufferedRedoLogFileStorageDecorator. readOnlyIterator() | 
| StorageReadOnlyIterator<T> | IRedoLogFileStorage. readOnlyIterator() | 
| StorageReadOnlyIterator<T> | CacheLastRedoLogFileStorageDecorator. readOnlyIterator(long fromIndex) | 
| StorageReadOnlyIterator<T> | BufferedRedoLogFileStorageDecorator. readOnlyIterator(long fromIndex) | 
| StorageReadOnlyIterator<T> | IRedoLogFileStorage. readOnlyIterator(long fromIndex) | 
| WeightedBatch<T> | CacheLastRedoLogFileStorageDecorator. removeFirstBatch(int batchCapacity,
                long lastCompactionRangeEndKey) | 
| WeightedBatch<T> | BufferedRedoLogFileStorageDecorator. removeFirstBatch(int batchCapacity,
                long lastCompactionRangeEndKey) | 
| WeightedBatch<T> | IRedoLogFileStorage. removeFirstBatch(int batchCapacity,
                long lastCompactionRangeEndKey)Removes a batch from the start of the list | 
| long | CacheLastRedoLogFileStorageDecorator. size() | 
| long | BufferedRedoLogFileStorageDecorator. size() | 
| long | IRedoLogFileStorage. size()This method should not assume a reader lock is obtained when accessing it | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ByteBufferRedoLogFileStorage. appendBatch(List<T> replicationPackets) | 
| void | EmptyStorageReadOnlyIterator. close() | 
| void | ByteBufferRedoLogFileStorage. deleteOldestPackets(long packetsCount) | 
| boolean | ByteBufferRedoLogFileStorage. isEmpty() | 
| StorageReadOnlyIterator<T> | ByteBufferRedoLogFileStorage. readOnlyIterator() | 
| StorageReadOnlyIterator<T> | ByteBufferRedoLogFileStorage. readOnlyIterator(long fromIndex) | 
| WeightedBatch<T> | ByteBufferRedoLogFileStorage. removeFirstBatch(int batchCapacity,
                long lastCompactionRangeEndKey) | 
| long | ByteBufferRedoLogFileStorage. size() | 
Copyright © GigaSpaces.