| AbstractFileIO |
|
| AsyncFileIO |
|
| AsyncFileIOFactory |
|
| EncryptedFileIO |
Implementation of FileIO that supports encryption(decryption) of pages written(readed) to(from) file.
|
| EncryptedFileIOFactory |
Factory to produce EncryptedFileIO.
|
| EncryptionUtil |
Encryption utililty class.
|
| FileDownloader |
Part of direct node to node file downloading
|
| FileIODecorator |
Decorator class for File I/O
|
| FilePageStore |
FilePageStore is a PageStore implementation that uses regular files to store pages.
|
| FilePageStoreManager |
File page store manager.
|
| FilePageStoreManager.LongOperationAsyncExecutor |
Synchronization wrapper for long operations that should be executed asynchronously
and operations that can not be executed in parallel with long operation.
|
| FilePageStoreV2 |
|
| FileUploader |
Part of direct node to node file downloading
|
| FileVersionCheckingFactory |
Checks version in files if it's present on the disk, creates store with latest version otherwise.
|
| RandomAccessFileIO |
|
| RandomAccessFileIOFactory |
File I/O factory which provides RandomAccessFileIO implementation of FileIO.
|
| UnzipFileIO |
FileIO that allows to work with ZIP compressed file.
|
| UnzipFileIOFactory |
File I/O factory which provides UnzipFileIO implementation of FileIO.
|