Uses of Package
com.gigaspaces.internal.server.space.redolog.storage
Packages that use com.gigaspaces.internal.server.space.redolog.storage
Package
Description
-
Classes in com.gigaspaces.internal.server.space.redolog.storage used by com.gigaspaces.internal.server.space.redologClassDescriptionExtends the
IRedoLogFileStorageinterface by adding a non batch behavior of adding packets to the end of the list. -
Classes in com.gigaspaces.internal.server.space.redolog.storage used by com.gigaspaces.internal.server.space.redolog.storageClassDescriptionExtends the
IRedoLogFileStorageinterface by adding a non batch behavior of adding packets to the end of the list.Provide an external storage for a redo log file, Packets are stored as a single list, adding packets are always appended at the end of the list, and removal of packets are always from the start of the list Implementor should support concurrent readers or a single writer, in other words, the implementor can assume access to this structure are guarded with a reader writer lock according to the operation type An exception isIRedoLogFileStorage.size()method which should not assume a reader lock is held.Provide statistics of aIRedoLogFileStorageThrown when an error occurred at theIRedoLogFileStorageThrown when attemp to add data to a full storageAn iterator which support read only operation over aIRedoLogFileStorage -
Classes in com.gigaspaces.internal.server.space.redolog.storage used by com.gigaspaces.internal.server.space.redolog.storage.bytebufferClassDescriptionProvide an external storage for a redo log file, Packets are stored as a single list, adding packets are always appended at the end of the list, and removal of packets are always from the start of the list Implementor should support concurrent readers or a single writer, in other words, the implementor can assume access to this structure are guarded with a reader writer lock according to the operation type An exception is
IRedoLogFileStorage.size()method which should not assume a reader lock is held.Provide statistics of aIRedoLogFileStorageThrown when an error occurred at theIRedoLogFileStorageThrown when attemp to add data to a full storageAn iterator which support read only operation over aIRedoLogFileStorage