Uses of Class
org.apache.ignite.internal.processors.cache.persistence.wal.io.SegmentIO
-
-
Uses of SegmentIO in org.apache.ignite.internal.processors.cache.persistence.wal
Methods in org.apache.ignite.internal.processors.cache.persistence.wal that return SegmentIO Modifier and Type Method Description SegmentIOAbstractWalRecordsIterator.AbstractFileDescriptor. toReadOnlyIO(FileIOFactory fileIOFactory)Make fileIo by this description.SegmentIOFileDescriptor. toReadOnlyIO(FileIOFactory fileIOFactory)Make fileIo by this description.Methods in org.apache.ignite.internal.processors.cache.persistence.wal with parameters of type SegmentIO 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)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.Constructors in org.apache.ignite.internal.processors.cache.persistence.wal with parameters of type SegmentIO Constructor Description ReadFileHandle(SegmentIO fileIO, RecordSerializer ser, FileInput in, SegmentAware aware) -
Uses of SegmentIO in org.apache.ignite.internal.processors.cache.persistence.wal.filehandle
Fields in org.apache.ignite.internal.processors.cache.persistence.wal.filehandle declared as SegmentIO Modifier and Type Field Description protected SegmentIOAbstractFileHandle. fileIOI/O interface for read/write operations with file.Methods in org.apache.ignite.internal.processors.cache.persistence.wal.filehandle with parameters of type SegmentIO Modifier and Type Method Description FileWriteHandleFileHandleManager. initHandle(SegmentIO fileIO, long position, RecordSerializer serializer)InitializeFileWriteHandlefor first time.FileWriteHandleFileHandleManagerImpl. initHandle(SegmentIO fileIO, long position, RecordSerializer serializer)InitializeFileWriteHandlefor first time.FileWriteHandleFsyncFileHandleManagerImpl. initHandle(SegmentIO fileIO, long position, RecordSerializer serializer)InitializeFileWriteHandlefor first time.FileWriteHandleFileHandleManager. nextHandle(SegmentIO fileIO, RecordSerializer serializer)Create next file handle.FileWriteHandleFileHandleManagerImpl. nextHandle(SegmentIO fileIO, RecordSerializer serializer)Create next file handle.FileWriteHandleFsyncFileHandleManagerImpl. nextHandle(SegmentIO fileIO, RecordSerializer serializer)Create next file handle.Constructors in org.apache.ignite.internal.processors.cache.persistence.wal.filehandle with parameters of type SegmentIO Constructor Description AbstractFileHandle(@NotNull SegmentIO fileIO) -
Uses of SegmentIO in org.apache.ignite.internal.processors.cache.persistence.wal.io
Methods in org.apache.ignite.internal.processors.cache.persistence.wal.io with parameters of type SegmentIO Modifier and Type Method Description FileInputLockedSegmentFileInputFactory. createFileInput(SegmentIO segmentIO, ByteBufferExpander buf)FileInputSegmentFileInputFactory. createFileInput(SegmentIO segmentIO, ByteBufferExpander buf)FileInputSimpleSegmentFileInputFactory. createFileInput(SegmentIO segmentIO, ByteBufferExpander buf) -
Uses of SegmentIO 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 SegmentIO Modifier and Type Method Description static SegmentHeaderRecordV1Serializer. readSegmentHeader(SegmentIO io, SegmentFileInputFactory segmentFileInputFactory)Reads stored record from providedio.
-