Uses of Class
org.apache.ignite.internal.processors.cache.persistence.wal.aware.SegmentAware
-
Packages that use SegmentAware Package Description org.apache.ignite.internal.processors.cache.persistence.wal org.apache.ignite.internal.processors.cache.persistence.wal.io -
-
Uses of SegmentAware in org.apache.ignite.internal.processors.cache.persistence.wal
Constructors in org.apache.ignite.internal.processors.cache.persistence.wal with parameters of type SegmentAware Constructor Description ReadFileHandle(SegmentIO fileIO, RecordSerializer ser, FileInput in, SegmentAware aware)SegmentRouter(File walWorkDir, File walArchiveDir, SegmentAware segmentAware, DataStorageConfiguration dsCfg) -
Uses of SegmentAware in org.apache.ignite.internal.processors.cache.persistence.wal.io
Constructors in org.apache.ignite.internal.processors.cache.persistence.wal.io with parameters of type SegmentAware Constructor Description LockedSegmentFileInputFactory(SegmentAware segmentAware, SegmentRouter segmentRouter, FileIOFactory fileIOFactory)
-