Uses of Interface
org.apache.ignite.internal.processors.cache.persistence.wal.AbstractWalRecordsIterator.AbstractReadFileHandle
-
Packages that use AbstractWalRecordsIterator.AbstractReadFileHandle Package Description org.apache.ignite.internal.processors.cache.persistence.wal -
-
Uses of AbstractWalRecordsIterator.AbstractReadFileHandle in org.apache.ignite.internal.processors.cache.persistence.wal
Classes in org.apache.ignite.internal.processors.cache.persistence.wal that implement AbstractWalRecordsIterator.AbstractReadFileHandle Modifier and Type Class Description static classFileWriteAheadLogManager.ReadFileHandleMethods in org.apache.ignite.internal.processors.cache.persistence.wal that return AbstractWalRecordsIterator.AbstractReadFileHandle Modifier and Type Method Description protected abstract AbstractWalRecordsIterator.AbstractReadFileHandleAbstractWalRecordsIterator. advanceSegment(@Nullable AbstractWalRecordsIterator.AbstractReadFileHandle curWalSegment)Switches records iterator to the next WAL segment as result of this method, new reference to segment should be returned.protected AbstractWalRecordsIterator.AbstractReadFileHandleSingleSegmentLogicalRecordsIterator. advanceSegment(@Nullable AbstractWalRecordsIterator.AbstractReadFileHandle curWalSegment)Switches records iterator to the next WAL segment as result of this method, new reference to segment should be returned.protected @Nullable AbstractWalRecordsIterator.AbstractReadFileHandleAbstractWalRecordsIterator. closeCurrentWalSegment()Closes and returns WAL segment (if any)protected abstract AbstractWalRecordsIterator.AbstractReadFileHandleAbstractWalRecordsIterator. createReadFileHandle(SegmentIO fileIO, RecordSerializer ser, FileInput in)protected AbstractWalRecordsIterator.AbstractReadFileHandleSingleSegmentLogicalRecordsIterator. createReadFileHandle(SegmentIO fileIO, RecordSerializer ser, FileInput in)protected AbstractWalRecordsIterator.AbstractReadFileHandleAbstractWalRecordsIterator. initReadHandle(@NotNull AbstractWalRecordsIterator.AbstractFileDescriptor desc, @Nullable WALPointer start)Assumes file descriptor will be opened in this method.protected AbstractWalRecordsIterator.AbstractReadFileHandleAbstractWalRecordsIterator. initReadHandle(@NotNull AbstractWalRecordsIterator.AbstractFileDescriptor desc, @Nullable WALPointer start, @NotNull SegmentIO fileIO, @NotNull SegmentHeader segmentHeader)Assumes fileIO will be closed in this method in case of error occurred.Methods in org.apache.ignite.internal.processors.cache.persistence.wal with parameters of type AbstractWalRecordsIterator.AbstractReadFileHandle Modifier and Type Method Description protected IgniteBiTuple<WALPointer,WALRecord>AbstractWalRecordsIterator. advanceRecord(@Nullable AbstractWalRecordsIterator.AbstractReadFileHandle hnd)Switches to new record.protected abstract AbstractWalRecordsIterator.AbstractReadFileHandleAbstractWalRecordsIterator. advanceSegment(@Nullable AbstractWalRecordsIterator.AbstractReadFileHandle curWalSegment)Switches records iterator to the next WAL segment as result of this method, new reference to segment should be returned.protected AbstractWalRecordsIterator.AbstractReadFileHandleSingleSegmentLogicalRecordsIterator. advanceSegment(@Nullable AbstractWalRecordsIterator.AbstractReadFileHandle curWalSegment)Switches records iterator to the next WAL segment as result of this method, new reference to segment should be returned.protected IgniteCheckedExceptionAbstractWalRecordsIterator. validateTailReachedException(WalSegmentTailReachedException tailReachedException, AbstractWalRecordsIterator.AbstractReadFileHandle currWalSegment)
-