| Modifier and Type | Method and Description |
|---|---|
void |
PageStore.finishRecover()
Ends recover process.
|
void |
PageStore.stop(boolean cleanFile) |
void |
PageStore.truncate(int tag)
Truncates and deletes partition file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteWriteAheadLogManager.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.
|
WALPointer |
IgniteWriteAheadLogManager.log(WALRecord entry)
Appends the given log entry to the write-ahead log.
|
WALIterator |
IgniteWriteAheadLogManager.replay(WALPointer start)
Invoke this method to iterate over the written log entries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheDatabaseSharedManager.writeCheckpointEntry(ByteBuffer entryBuf,
CheckpointEntry cp,
CheckpointEntryType type)
Writes checkpoint entry buffer
entryBuf to specified checkpoint file with 2-phase protocol. |
| Modifier and Type | Method and Description |
|---|---|
void |
FilePageStore.finishRecover()
Ends recover process.
|
void |
FilePageStore.stop(boolean delete) |
void |
FilePageStore.sync()
Sync method used to ensure that the given pages are guaranteed to be written to the store.
|
void |
FilePageStore.truncate(int tag)
Truncates and deletes partition file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileWriteAheadLogManager.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.
|
void |
FsyncModeFileWriteAheadLogManager.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.
|
WALPointer |
FileWriteAheadLogManager.log(WALRecord rec)
Appends the given log entry to the write-ahead log.
|
WALPointer |
FsyncModeFileWriteAheadLogManager.log(WALRecord record)
Appends the given log entry to the write-ahead log.
|
WALIterator |
FileWriteAheadLogManager.replay(WALPointer start)
Invoke this method to iterate over the written log entries.
|
WALIterator |
FsyncModeFileWriteAheadLogManager.replay(WALPointer start)
Invoke this method to iterate over the written log entries.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019