Uses of Class
org.elasticsearch.index.engine.EngineConfig
-
Packages that use EngineConfig Package Description org.elasticsearch.index.engine -
-
Uses of EngineConfig in org.elasticsearch.index.engine
Fields in org.elasticsearch.index.engine declared as EngineConfig Modifier and Type Field Description protected EngineConfigEngine. engineConfigMethods in org.elasticsearch.index.engine that return EngineConfig Modifier and Type Method Description EngineConfigEngine. config()Methods in org.elasticsearch.index.engine with parameters of type EngineConfig Modifier and Type Method Description EngineEngineFactory. newReadWriteEngine(EngineConfig config)EngineInternalEngineFactory. newReadWriteEngine(EngineConfig config)Constructors in org.elasticsearch.index.engine with parameters of type EngineConfig Constructor Description Engine(EngineConfig engineConfig)InternalEngine(EngineConfig engineConfig)NoOpEngine(EngineConfig config)ReadOnlyEngine(EngineConfig config, SeqNoStats seqNoStats, TranslogStats translogStats, boolean obtainLock, Function<DirectoryReader,DirectoryReader> readerWrapperFunction)Creates a new ReadOnlyEngine.
-