| Package | Description |
|---|---|
| org.apache.ignite.configuration |
Contains configuration-related classes.
|
| org.apache.ignite.internal.processors.cache.persistence.file | |
| org.apache.ignite.internal.processors.cache.persistence.wal | |
| org.apache.ignite.internal.processors.cache.persistence.wal.reader |
| Modifier and Type | Method and Description |
|---|---|
FileIOFactory |
PersistentStoreConfiguration.getFileIOFactory()
Factory to provide implementation of FileIO interface
which is used for any file read/write operations
|
| Modifier and Type | Method and Description |
|---|---|
PersistentStoreConfiguration |
PersistentStoreConfiguration.setFileIOFactory(FileIOFactory fileIOFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
RandomAccessFileIOFactory
File I/O factory which provides RandomAccessFileIO implementation of FileIO.
|
| Constructor and Description |
|---|
FilePageStore(byte type,
File file,
FileIOFactory factory,
MemoryConfiguration cfg) |
| Modifier and Type | Field and Description |
|---|---|
protected FileIOFactory |
AbstractWalRecordsIterator.ioFactory
Factory to provide I/O interfaces for read/write operations with files
|
| Constructor and Description |
|---|
AbstractWalRecordsIterator(IgniteLogger log,
GridCacheSharedContext sharedCtx,
RecordSerializer serializer,
FileIOFactory ioFactory,
int bufSize) |
| Constructor and Description |
|---|
IgniteWalIteratorFactory(IgniteLogger log,
FileIOFactory ioFactory,
int pageSize)
Creates WAL files iterator factory
|
Follow @ApacheIgnite
Ignite Fabric : ver. 2.1.0 Release Date : July 20 2017