Uses of Class
com.gigaspaces.internal.server.space.redolog.storage.StorageFullException
Packages that use StorageFullException
Package
Description
-
Uses of StorageFullException in com.gigaspaces.internal.server.space.redolog.storage
Methods in com.gigaspaces.internal.server.space.redolog.storage that throw StorageFullExceptionModifier and TypeMethodDescriptionvoidvoidAdd a single packet to the end of the storage listvoidCacheLastRedoLogFileStorageDecorator.appendBatch(List<T> replicationPackets) voidIRedoLogFileStorage.appendBatch(List<T> replicationPackets) Adds a batch of packets that will be stored at the end of the list -
Uses of StorageFullException in com.gigaspaces.internal.server.space.redolog.storage.bytebuffer
Methods in com.gigaspaces.internal.server.space.redolog.storage.bytebuffer that throw StorageFullExceptionModifier and TypeMethodDescriptionvoidByteBufferRedoLogFileStorage.appendBatch(List<T> replicationPackets)