Class FileHandleManagerFactory
- java.lang.Object
-
- org.apache.ignite.internal.processors.cache.persistence.wal.filehandle.FileHandleManagerFactory
-
public class FileHandleManagerFactory extends Object
Factory ofFileHandleManager.
-
-
Constructor Summary
Constructors Constructor Description FileHandleManagerFactory(DataStorageConfiguration conf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileHandleManagerbuild(GridCacheSharedContext cctx, DataStorageMetricsImpl metrics, boolean mmap, RecordSerializer serializer, Supplier<FileWriteHandle> currHandleSupplier)
-
-
-
Constructor Detail
-
FileHandleManagerFactory
public FileHandleManagerFactory(DataStorageConfiguration conf)
- Parameters:
conf- Data storage configuration.
-
-
Method Detail
-
build
public FileHandleManager build(GridCacheSharedContext cctx, DataStorageMetricsImpl metrics, boolean mmap, RecordSerializer serializer, Supplier<FileWriteHandle> currHandleSupplier)
- Parameters:
cctx- Cache context.metrics- Data storage metrics.mmap- Using mmap.serializer- Serializer.currHandleSupplier- Supplier of current handle.- Returns:
- One of implementation of
FileHandleManager.
-
-