| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache.persistence.wal | |
| org.apache.ignite.internal.processors.cache.persistence.wal.serializer |
| Modifier and Type | Method and Description |
|---|---|
int |
FileWALPointer.compareTo(FileWALPointer o) |
Collection<File> |
FsyncModeFileWriteAheadLogManager.getAndReserveWalFiles(FileWALPointer low,
FileWALPointer high)
Collect wal segment files from low pointer (include) to high pointer (not include) and reserve low pointer.
|
Collection<File> |
FileWriteAheadLogManager.getAndReserveWalFiles(FileWALPointer low,
FileWALPointer high)
Collect wal segment files from low pointer (include) to high pointer (not include) and reserve low pointer.
|
protected void |
AbstractWalRecordsIterator.handleRecordException(Exception e,
FileWALPointer ptr)
Handler for record deserialization exception
|
protected AbstractWalRecordsIterator.AbstractReadFileHandle |
AbstractWalRecordsIterator.initReadHandle(AbstractWalRecordsIterator.AbstractFileDescriptor desc,
FileWALPointer start) |
| Modifier and Type | Method and Description |
|---|---|
static FileWALPointer |
RecordV1Serializer.readPosition(DataInput in) |
| Modifier and Type | Method and Description |
|---|---|
static void |
RecordV1Serializer.putPosition(ByteBuffer buf,
FileWALPointer ptr)
Saves position, WAL pointer (requires
RecordV1Serializer.FILE_WAL_POINTER_SIZE bytes) |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018