Uses of Class
com.gigaspaces.internal.server.space.redolog.storage.StorageException
Packages that use StorageException
Package
Description
-
Uses of StorageException in com.gigaspaces.internal.server.space.redolog.storage
Subclasses of StorageException in com.gigaspaces.internal.server.space.redolog.storageModifier and TypeClassDescriptionclassThrown when attemp to add data to a full storageMethods in com.gigaspaces.internal.server.space.redolog.storage that throw StorageExceptionModifier and TypeMethodDescriptionvoidvoidvoidAdd a single packet to the end of the storage listvoidBufferedRedoLogFileStorageDecorator.appendBatch(List<T> replicationPackets) voidCacheLastRedoLogFileStorageDecorator.appendBatch(List<T> replicationPackets) voidIRedoLogFileStorage.appendBatch(List<T> replicationPackets) Adds a batch of packets that will be stored at the end of the listvoidSqliteRedoLogFileStorage.appendBatch(List<T> replicationPackets) voidSqliteStorageLayer.RDBMSRedoLogIterator.close()voidStorageReadOnlyIterator.close()Closes the iteratorvoidBufferedRedoLogFileStorageDecorator.deleteOldestPackets(long packetsCount) voidCacheLastRedoLogFileStorageDecorator.deleteOldestPackets(long packetsCount) voidIRedoLogFileStorage.deleteOldestPackets(long packetsCount) Delete a batch from the start of the listvoidSqliteRedoLogFileStorage.deleteOldestPackets(long packetsCount) default TIRedoLogFileStorage.getOldest()SqliteRedoLogFileStorage.getOldest()default longIRedoLogFileStorage.getOldestKey()booleanSqliteStorageLayer.RDBMSRedoLogIterator.hasNext()booleanStorageReadOnlyIterator.hasNext()Returns true if the iteration has more elements.booleanBufferedRedoLogFileStorageDecorator.isEmpty()booleanCacheLastRedoLogFileStorageDecorator.isEmpty()booleanIRedoLogFileStorage.isEmpty()booleanSqliteRedoLogFileStorage.isEmpty()SqliteStorageLayer.RDBMSRedoLogIterator.next()StorageReadOnlyIterator.next()Returns the next element in the iteration.BufferedRedoLogFileStorageDecorator.readOnlyIterator(long fromIndex) CacheLastRedoLogFileStorageDecorator.readOnlyIterator(long fromIndex) IRedoLogFileStorage.readOnlyIterator(long fromIndex) SqliteRedoLogFileStorage.readOnlyIterator(long fromIndex) BufferedRedoLogFileStorageDecorator.removeFirstBatch(int batchCapacity, long lastCompactionRangeEndKey) CacheLastRedoLogFileStorageDecorator.removeFirstBatch(int batchCapacity, long lastCompactionRangeEndKey) IRedoLogFileStorage.removeFirstBatch(int batchCapacity, long lastCompactionRangeEndKey) Removes a batch from the start of the listSqliteRedoLogFileStorage.removeFirstBatch(int batchCapacity, long lastCompactionRangeEndKey) default TIRedoLogFileStorage.removeOldest()SqliteRedoLogFileStorage.removeOldest()longBufferedRedoLogFileStorageDecorator.size()longCacheLastRedoLogFileStorageDecorator.size()longIRedoLogFileStorage.size()This method should not assume a reader lock is obtained when accessing itlongSqliteRedoLogFileStorage.size() -
Uses of StorageException in com.gigaspaces.internal.server.space.redolog.storage.bytebuffer
Methods in com.gigaspaces.internal.server.space.redolog.storage.bytebuffer that throw StorageExceptionModifier and TypeMethodDescriptionvoidByteBufferRedoLogFileStorage.appendBatch(List<T> replicationPackets) voidEmptyStorageReadOnlyIterator.close()voidByteBufferRedoLogFileStorage.deleteOldestPackets(long packetsCount) booleanByteBufferRedoLogFileStorage.isEmpty()ByteBufferRedoLogFileStorage.readOnlyIterator(long fromIndex) ByteBufferRedoLogFileStorage.removeFirstBatch(int batchCapacity, long lastCompactionRangeEndKey) longByteBufferRedoLogFileStorage.size()