Uses of Class
org.apache.ignite.internal.pagemem.wal.record.RolloverType
-
Packages that use RolloverType Package Description org.apache.ignite.internal.pagemem.wal org.apache.ignite.internal.pagemem.wal.record org.apache.ignite.internal.processors.cache.persistence.wal -
-
Uses of RolloverType in org.apache.ignite.internal.pagemem.wal
Methods in org.apache.ignite.internal.pagemem.wal with parameters of type RolloverType Modifier and Type Method Description WALPointerIgniteWriteAheadLogManager. log(WALRecord entry, RolloverType rolloverType)Appends the given log entry to the write-ahead log. -
Uses of RolloverType in org.apache.ignite.internal.pagemem.wal.record
Methods in org.apache.ignite.internal.pagemem.wal.record that return RolloverType Modifier and Type Method Description static RolloverTypeRolloverType. valueOf(String name)Returns the enum constant of this type with the specified name.static RolloverType[]RolloverType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RolloverType in org.apache.ignite.internal.processors.cache.persistence.wal
Methods in org.apache.ignite.internal.processors.cache.persistence.wal with parameters of type RolloverType Modifier and Type Method Description WALPointerFileWriteAheadLogManager. log(WALRecord rec, RolloverType rolloverType)Appends the given log entry to the write-ahead log.
-