Class SmbNIOFsDirectoryFactory
java.lang.Object
org.opensearch.index.store.FsDirectoryFactory
org.opensearch.index.store.smbniofs.SmbNIOFsDirectoryFactory
- All Implemented Interfaces:
IndexStorePlugin.DirectoryFactory
Factory to create a new NIO File System type directory accessible as a SMB share
-
Field Summary
Fields inherited from class org.opensearch.index.store.FsDirectoryFactory
INDEX_LOCK_FACTOR_SETTING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.lucene.store.DirectorynewFSDirectory(Path location, org.apache.lucene.store.LockFactory lockFactory, IndexSettings indexSettings) Methods inherited from class org.opensearch.index.store.FsDirectoryFactory
isHybridFs, newDirectory, setPreload
-
Constructor Details
-
SmbNIOFsDirectoryFactory
public SmbNIOFsDirectoryFactory()
-
-
Method Details
-
newFSDirectory
protected org.apache.lucene.store.Directory newFSDirectory(Path location, org.apache.lucene.store.LockFactory lockFactory, IndexSettings indexSettings) throws IOException - Overrides:
newFSDirectoryin classFsDirectoryFactory- Throws:
IOException
-