Package | Description |
---|---|
com.gigaspaces.internal.server.space.redolog.storage | |
com.gigaspaces.internal.server.space.redolog.storage.bytebuffer |
Modifier and Type | Class and Description |
---|---|
class |
StorageFullException
Thrown when attemp to add data to a full storage
|
Modifier and Type | Method and Description |
---|---|
void |
BufferedRedoLogFileStorageDecorator.append(T replicationPacket) |
void |
INonBatchRedoLogFileStorage.append(T replicationPacket)
Add a single packet to the end of the storage list
|
void |
CacheLastRedoLogFileStorageDecorator.append(T replicationPacket) |
void |
BufferedRedoLogFileStorageDecorator.appendBatch(List<T> replicationPackets) |
void |
CacheLastRedoLogFileStorageDecorator.appendBatch(List<T> replicationPackets) |
void |
SqliteRedoLogFileStorage.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 |
SqliteStorageLayer.RDBMSRedoLogIterator.close() |
void |
BufferedRedoLogFileStorageDecorator.deleteOldestPackets(long packetsCount) |
void |
CacheLastRedoLogFileStorageDecorator.deleteOldestPackets(long packetsCount) |
void |
SqliteRedoLogFileStorage.deleteOldestPackets(long packetsCount) |
void |
IRedoLogFileStorage.deleteOldestPackets(long packetsCount)
Delete a batch from the start of the list
|
T |
SqliteRedoLogFileStorage.getOldest() |
default T |
IRedoLogFileStorage.getOldest() |
default long |
IRedoLogFileStorage.getOldestKey() |
boolean |
StorageReadOnlyIterator.hasNext()
Returns true if the iteration has more elements.
|
boolean |
SqliteStorageLayer.RDBMSRedoLogIterator.hasNext() |
boolean |
BufferedRedoLogFileStorageDecorator.isEmpty() |
boolean |
CacheLastRedoLogFileStorageDecorator.isEmpty() |
boolean |
SqliteRedoLogFileStorage.isEmpty() |
boolean |
IRedoLogFileStorage.isEmpty() |
E |
StorageReadOnlyIterator.next()
Returns the next element in the iteration.
|
T |
SqliteStorageLayer.RDBMSRedoLogIterator.next() |
StorageReadOnlyIterator<T> |
BufferedRedoLogFileStorageDecorator.readOnlyIterator(long fromIndex) |
StorageReadOnlyIterator<T> |
CacheLastRedoLogFileStorageDecorator.readOnlyIterator(long fromIndex) |
StorageReadOnlyIterator<T> |
SqliteRedoLogFileStorage.readOnlyIterator(long fromIndex) |
StorageReadOnlyIterator<T> |
IRedoLogFileStorage.readOnlyIterator(long fromIndex) |
WeightedBatch<T> |
BufferedRedoLogFileStorageDecorator.removeFirstBatch(int batchCapacity,
long lastCompactionRangeEndKey) |
WeightedBatch<T> |
CacheLastRedoLogFileStorageDecorator.removeFirstBatch(int batchCapacity,
long lastCompactionRangeEndKey) |
WeightedBatch<T> |
SqliteRedoLogFileStorage.removeFirstBatch(int batchCapacity,
long lastCompactionRangeEndKey) |
WeightedBatch<T> |
IRedoLogFileStorage.removeFirstBatch(int batchCapacity,
long lastCompactionRangeEndKey)
Removes a batch from the start of the list
|
T |
SqliteRedoLogFileStorage.removeOldest() |
default T |
IRedoLogFileStorage.removeOldest() |
long |
BufferedRedoLogFileStorageDecorator.size() |
long |
CacheLastRedoLogFileStorageDecorator.size() |
long |
SqliteRedoLogFileStorage.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(long fromIndex) |
WeightedBatch<T> |
ByteBufferRedoLogFileStorage.removeFirstBatch(int batchCapacity,
long lastCompactionRangeEndKey) |
long |
ByteBufferRedoLogFileStorage.size() |
Copyright © GigaSpaces.