Uses of Interface
org.apache.ignite.internal.processors.cache.persistence.file.FileIO
-
-
Uses of FileIO in org.apache.ignite.internal.processors.cache.persistence.file
Classes in org.apache.ignite.internal.processors.cache.persistence.file that implement FileIO Modifier and Type Class Description classAbstractFileIOclassAsyncFileIOFile I/O implementation based onAsynchronousFileChannel.classEncryptedFileIOImplementation ofFileIOthat supports encryption(decryption) of pages written(readed) to(from) file.classFileIODecoratorDecorator class for File I/OclassRandomAccessFileIOFile I/O implementation based onFileChannel.classUnzipFileIOFileIOthat allows to work with ZIP compressed file.Fields in org.apache.ignite.internal.processors.cache.persistence.file declared as FileIO Modifier and Type Field Description protected FileIOFileIODecorator. delegateFile I/O delegateprotected FileIOFilePageStore. fileIOI/O interface for read/write operations with fileMethods in org.apache.ignite.internal.processors.cache.persistence.file that return FileIO Modifier and Type Method Description FileIOAsyncFileIOFactory. create(File file, OpenOption... modes)Creates I/O interface for file with specified mode.FileIOEncryptedFileIOFactory. create(File file, OpenOption... modes)Creates I/O interface for file with specified mode.default FileIOFileIOFactory. create(File file)Creates I/O interface for file with default I/O mode.FileIOFileIOFactory. create(File file, OpenOption... modes)Creates I/O interface for file with specified mode.FileIORandomAccessFileIOFactory. create(File file, OpenOption... modes)Creates I/O interface for file with specified mode.Constructors in org.apache.ignite.internal.processors.cache.persistence.file with parameters of type FileIO Constructor Description FileIODecorator(FileIO delegate) -
Uses of FileIO in org.apache.ignite.internal.processors.cache.persistence.snapshot.dump
Classes in org.apache.ignite.internal.processors.cache.persistence.snapshot.dump that implement FileIO Modifier and Type Class Description classBufferedFileIOclassWriteOnlyZipFileIOFileIOthat allows to write ZIP compressed file.Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot.dump with parameters of type FileIO Modifier and Type Method Description DumpEntryDumpEntrySerializer. read(FileIO dumpFile, int grp, int part)Constructors in org.apache.ignite.internal.processors.cache.persistence.snapshot.dump with parameters of type FileIO Constructor Description BufferedFileIO(FileIO fileIO)WriteOnlyZipFileIO(FileIO fileIO, String entryName) -
Uses of FileIO in org.apache.ignite.internal.processors.cache.persistence.wal
Method parameters in org.apache.ignite.internal.processors.cache.persistence.wal with type arguments of type FileIO Modifier and Type Method Description voidFileWriteAheadLogManager. setCreateWalFileListener(@Nullable IgniteInClosure<FileIO> createWalFileListener)Setup listener for WAL segment write File IO creation. -
Uses of FileIO in org.apache.ignite.internal.processors.cache.persistence.wal.io
Classes in org.apache.ignite.internal.processors.cache.persistence.wal.io that implement FileIO Modifier and Type Class Description classSegmentIOImplementation ofFileIOspecified for WAL segment file.Fields in org.apache.ignite.internal.processors.cache.persistence.wal.io declared as FileIO Modifier and Type Field Description protected FileIOSimpleFileInput. ioI/O interface for read/write operations with fileMethods in org.apache.ignite.internal.processors.cache.persistence.wal.io that return FileIO Modifier and Type Method Description FileIOFileInput. io()File I/O.FileIOSimpleFileInput. io()File I/O.Constructors in org.apache.ignite.internal.processors.cache.persistence.wal.io with parameters of type FileIO Constructor Description SegmentIO(long id, FileIO delegate)SimpleFileInput(FileIO io, ByteBufferExpander buf) -
Uses of FileIO in org.apache.ignite.internal.util.io
Methods in org.apache.ignite.internal.util.io with parameters of type FileIO Modifier and Type Method Description static voidGridFileUtils. copy(FileIO src, FileIO dst, long maxBytes)Copy file
-