Uses of Interface
org.apache.ignite.internal.processors.cache.persistence.wal.io.SegmentFileInputFactory
-
-
Uses of SegmentFileInputFactory in org.apache.ignite.internal.processors.cache.persistence.wal
Constructors in org.apache.ignite.internal.processors.cache.persistence.wal with parameters of type SegmentFileInputFactory Constructor Description AbstractWalRecordsIterator(@NotNull IgniteLogger log, @NotNull GridCacheSharedContext sharedCtx, @NotNull RecordSerializerFactory serializerFactory, @NotNull FileIOFactory ioFactory, int initialReadBufferSize, @Nullable WALPointer highBound, SegmentFileInputFactory segmentFileInputFactory) -
Uses of SegmentFileInputFactory in org.apache.ignite.internal.processors.cache.persistence.wal.io
Classes in org.apache.ignite.internal.processors.cache.persistence.wal.io that implement SegmentFileInputFactory Modifier and Type Class Description classLockedSegmentFileInputFactoryImplementation of factory to provide I/O interfaces for read primitives with files.classSimpleSegmentFileInputFactorySimple implementation ofSegmentFileInputFactory. -
Uses of SegmentFileInputFactory in org.apache.ignite.internal.processors.cache.persistence.wal.serializer
Methods in org.apache.ignite.internal.processors.cache.persistence.wal.serializer with parameters of type SegmentFileInputFactory Modifier and Type Method Description static SegmentHeaderRecordV1Serializer. readSegmentHeader(SegmentIO io, SegmentFileInputFactory segmentFileInputFactory)Reads stored record from providedio.
-