Uses of Class
org.apache.ignite.internal.processors.cache.persistence.StorageException
-
-
Uses of StorageException in org.apache.ignite.internal.pagemem.store
Methods in org.apache.ignite.internal.pagemem.store that throw StorageException Modifier and Type Method Description voidPageStore. finishRecover()Ends recover process.voidPageStore. stop(boolean cleanFile)voidPageStore. truncate(int tag)Truncates and deletes partition file. -
Uses of StorageException in org.apache.ignite.internal.pagemem.wal
Methods in org.apache.ignite.internal.pagemem.wal that throw StorageException Modifier and Type Method Description WALPointerIgniteWriteAheadLogManager. flush(WALPointer ptr, boolean explicitFsync)Makes sure that all log entries written to the log up until the specified pointer are actually written to the underlying storage.WALPointerIgniteWriteAheadLogManager. log(WALRecord entry)Appends the given log entry to the write-ahead log.WALPointerIgniteWriteAheadLogManager. log(WALRecord entry, RolloverType rolloverType)Appends the given log entry to the write-ahead log.WALRecordIgniteWriteAheadLogManager. read(WALPointer ptr)Reads WAL record by the specified pointer.WALIteratorIgniteWriteAheadLogManager. replay(WALPointer start)Invoke this method to iterate over the written log entries.WALIteratorIgniteWriteAheadLogManager. replay(WALPointer start, @Nullable IgniteBiPredicate<WALRecord.RecordType,WALPointer> recordDeserializeFilter)Invoke this method to iterate over the written log entries. -
Uses of StorageException in org.apache.ignite.internal.processors.cache.persistence.checkpoint
Methods in org.apache.ignite.internal.processors.cache.persistence.checkpoint that throw StorageException Modifier and Type Method Description CheckpointEntryCheckpointMarkersStorage. writeCheckpointEntry(long cpTs, UUID cpId, WALPointer ptr, @Nullable CheckpointRecord rec, CheckpointEntryType type, boolean skipSync)Writes checkpoint entry bufferentryBufto specified checkpoint file with 2-phase protocol. -
Uses of StorageException in org.apache.ignite.internal.processors.cache.persistence.file
Methods in org.apache.ignite.internal.processors.cache.persistence.file that throw StorageException Modifier and Type Method Description voidFilePageStore. finishRecover()Ends recover process.voidFilePageStore. init()voidFilePageStore. stop(boolean delete)voidFilePageStore. sync()Sync method used to ensure that the given pages are guaranteed to be written to the store.voidFilePageStore. truncate(int tag)Truncates and deletes partition file. -
Uses of StorageException in org.apache.ignite.internal.processors.cache.persistence.wal
Methods in org.apache.ignite.internal.processors.cache.persistence.wal that throw StorageException Modifier and Type Method Description WALPointerFileWriteAheadLogManager. flush(WALPointer ptr, boolean explicitFsync)Makes sure that all log entries written to the log up until the specified pointer are actually written to the underlying storage.WALRecordFileWriteAheadLogManager. read(WALPointer ptr)Reads WAL record by the specified pointer.WALIteratorFileWriteAheadLogManager. replay(WALPointer start)Invoke this method to iterate over the written log entries.WALIteratorFileWriteAheadLogManager. replay(WALPointer start, @Nullable IgniteBiPredicate<WALRecord.RecordType,WALPointer> recordDeserializeFilter)Invoke this method to iterate over the written log entries. -
Uses of StorageException in org.apache.ignite.internal.processors.cache.persistence.wal.filehandle
Methods in org.apache.ignite.internal.processors.cache.persistence.wal.filehandle that throw StorageException Modifier and Type Method Description @Nullable WALPointerFileWriteHandle. addRecord(WALRecord rec)booleanFileWriteHandle. close(boolean rollOver)Close segment.WALPointerFileHandleManager. flush(WALPointer ptr, boolean explicitFsync)WALPointerFileHandleManagerImpl. flush(WALPointer ptr, boolean explicitFsync)WALPointerFsyncFileHandleManagerImpl. flush(WALPointer ptr, boolean explicitFsync)voidFileWriteHandle. fsync(WALPointer ptr)Do fsync.
-