Package org.elasticsearch.test.store
Class MockFSIndexStore
- java.lang.Object
-
- org.elasticsearch.index.AbstractIndexComponent
-
- org.elasticsearch.index.store.IndexStore
-
- org.elasticsearch.test.store.MockFSIndexStore
-
- All Implemented Interfaces:
IndexComponent
public class MockFSIndexStore extends IndexStore
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMockFSIndexStore.TestPlugin
-
Field Summary
Fields Modifier and Type Field Description static Setting<java.lang.Boolean>INDEX_CHECK_INDEX_ON_CLOSE_SETTING-
Fields inherited from class org.elasticsearch.index.AbstractIndexComponent
deprecationLogger, indexSettings, logger
-
-
Method Summary
Modifier and Type Method Description DirectoryServicenewDirectoryService(ShardPath path)-
Methods inherited from class org.elasticsearch.index.AbstractIndexComponent
getIndexSettings, index
-
-
-
-
Field Detail
-
INDEX_CHECK_INDEX_ON_CLOSE_SETTING
public static final Setting<java.lang.Boolean> INDEX_CHECK_INDEX_ON_CLOSE_SETTING
-
-
Method Detail
-
newDirectoryService
public DirectoryService newDirectoryService(ShardPath path)
- Overrides:
newDirectoryServicein classIndexStore
-
-