public interface FilePageStoreFactory
| Modifier and Type | Method and Description |
|---|---|
FilePageStore |
createPageStore(byte type,
File file,
AllocatedPageTracker allocatedTracker)
Creates instance of FilePageStore based on given file.
|
FilePageStore createPageStore(byte type, File file, AllocatedPageTracker allocatedTracker) throws IgniteCheckedException
type - Data type, can be PageIdAllocator.FLAG_IDX or PageIdAllocator.FLAG_DATA.file - File Page store file.IgniteCheckedException
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018