Uses of Interface
org.apache.ignite.internal.processors.cache.persistence.wal.io.FileInput
-
-
Uses of FileInput in org.apache.ignite.internal.processors.cache.persistence.wal
Methods in org.apache.ignite.internal.processors.cache.persistence.wal that return FileInput Modifier and Type Method Description FileInputAbstractWalRecordsIterator.AbstractReadFileHandle. in()FileInputFileWriteAheadLogManager.ReadFileHandle. in()Methods in org.apache.ignite.internal.processors.cache.persistence.wal with parameters of type FileInput Modifier and Type Method Description protected abstract AbstractWalRecordsIterator.AbstractReadFileHandleAbstractWalRecordsIterator. createReadFileHandle(SegmentIO fileIO, RecordSerializer ser, FileInput in)protected AbstractWalRecordsIterator.AbstractReadFileHandleSingleSegmentLogicalRecordsIterator. createReadFileHandle(SegmentIO fileIO, RecordSerializer ser, FileInput in)Constructors in org.apache.ignite.internal.processors.cache.persistence.wal with parameters of type FileInput Constructor Description ReadFileHandle(SegmentIO fileIO, RecordSerializer ser, FileInput in, SegmentAware aware) -
Uses of FileInput in org.apache.ignite.internal.processors.cache.persistence.wal.io
Classes in org.apache.ignite.internal.processors.cache.persistence.wal.io that implement FileInput Modifier and Type Class Description classSimpleFileInputFile input, backed by byte buffer file input.Methods in org.apache.ignite.internal.processors.cache.persistence.wal.io that return FileInput Modifier and Type Method Description FileInputLockedSegmentFileInputFactory. createFileInput(SegmentIO segmentIO, ByteBufferExpander buf)FileInputSegmentFileInputFactory. createFileInput(SegmentIO segmentIO, ByteBufferExpander buf)FileInputSimpleSegmentFileInputFactory. createFileInput(SegmentIO segmentIO, ByteBufferExpander buf)Constructors in org.apache.ignite.internal.processors.cache.persistence.wal.io with parameters of type FileInput Constructor Description Crc32CheckingFileInput(FileInput delegate, boolean skipCheck) -
Uses of FileInput 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 FileInput Modifier and Type Method Description WALRecordRecordSerializer. readRecord(FileInput in, WALPointer expPtr)Loads record from inputWALRecordRecordV1Serializer. readRecord(FileInput in0, WALPointer expPtr)Loads record from inputWALRecordRecordV2Serializer. readRecord(FileInput in, WALPointer expPtr)Loads record from input
-