public class FileHandleManagerFactory extends Object
FileHandleManager.| Constructor and Description |
|---|
FileHandleManagerFactory(DataStorageConfiguration conf) |
| Modifier and Type | Method and Description |
|---|---|
FileHandleManager |
build(GridCacheSharedContext cctx,
DataStorageMetricsImpl metrics,
boolean mmap,
Supplier<WALPointer> lastWALPtr,
RecordSerializer serializer,
Supplier<FileWriteHandle> currHandleSupplier) |
public FileHandleManagerFactory(DataStorageConfiguration conf)
conf - Data storage configuration.public FileHandleManager build(GridCacheSharedContext cctx, DataStorageMetricsImpl metrics, boolean mmap, Supplier<WALPointer> lastWALPtr, RecordSerializer serializer, Supplier<FileWriteHandle> currHandleSupplier)
cctx - Cache context.metrics - Data storage metrics.mmap - Using mmap.lastWALPtr - Last WAL pointer.serializer - Serializer.currHandleSupplier - Supplier of current handle.FileHandleManager.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020