Uses of Interface
org.elasticsearch.index.engine.EngineFactory
-
Packages that use EngineFactory Package Description org.elasticsearch.index org.elasticsearch.index.engine org.elasticsearch.index.shard org.elasticsearch.indices org.elasticsearch.plugins -
-
Uses of EngineFactory in org.elasticsearch.index
Methods in org.elasticsearch.index that return EngineFactory Modifier and Type Method Description EngineFactoryIndexService. getEngineFactory()Constructors in org.elasticsearch.index with parameters of type EngineFactory Constructor Description IndexModule(IndexSettings indexSettings, AnalysisRegistry analysisRegistry, EngineFactory engineFactory, Map<String,IndexStorePlugin.DirectoryFactory> directoryFactories)Construct the index module for the index with the specified index settings.IndexService(IndexSettings indexSettings, IndexService.IndexCreationContext indexCreationContext, NodeEnvironment nodeEnv, NamedXContentRegistry xContentRegistry, SimilarityService similarityService, IndexService.ShardStoreDeleter shardStoreDeleter, IndexAnalyzers indexAnalyzers, EngineFactory engineFactory, CircuitBreakerService circuitBreakerService, BigArrays bigArrays, ThreadPool threadPool, ScriptService scriptService, ClusterService clusterService, Client client, QueryCache queryCache, IndexStorePlugin.DirectoryFactory directoryFactory, IndexEventListener eventListener, Function<IndexService,CheckedFunction<DirectoryReader,DirectoryReader,IOException>> wrapperFactory, MapperRegistry mapperRegistry, IndicesFieldDataCache indicesFieldDataCache, List<SearchOperationListener> searchOperationListeners, List<IndexingOperationListener> indexingOperationListeners, NamedWriteableRegistry namedWriteableRegistry) -
Uses of EngineFactory in org.elasticsearch.index.engine
Classes in org.elasticsearch.index.engine that implement EngineFactory Modifier and Type Class Description classInternalEngineFactory -
Uses of EngineFactory in org.elasticsearch.index.shard
Constructors in org.elasticsearch.index.shard with parameters of type EngineFactory Constructor Description IndexShard(ShardRouting shardRouting, IndexSettings indexSettings, ShardPath path, Store store, Supplier<Sort> indexSortSupplier, IndexCache indexCache, MapperService mapperService, SimilarityService similarityService, EngineFactory engineFactory, IndexEventListener indexEventListener, CheckedFunction<DirectoryReader,DirectoryReader,IOException> indexReaderWrapper, ThreadPool threadPool, BigArrays bigArrays, Engine.Warmer warmer, List<SearchOperationListener> searchOperationListener, List<IndexingOperationListener> listeners, Runnable globalCheckpointSyncer, RetentionLeaseSyncer retentionLeaseSyncer, CircuitBreakerService circuitBreakerService) -
Uses of EngineFactory in org.elasticsearch.indices
Methods in org.elasticsearch.indices that return types with arguments of type EngineFactory Modifier and Type Method Description Collection<Function<IndexSettings,Optional<EngineFactory>>>IndicesModule. getEngineFactories()Constructor parameters in org.elasticsearch.indices with type arguments of type EngineFactory Constructor Description IndicesService(Settings settings, PluginsService pluginsService, NodeEnvironment nodeEnv, NamedXContentRegistry xContentRegistry, AnalysisRegistry analysisRegistry, IndexNameExpressionResolver indexNameExpressionResolver, MapperRegistry mapperRegistry, NamedWriteableRegistry namedWriteableRegistry, ThreadPool threadPool, IndexScopedSettings indexScopedSettings, CircuitBreakerService circuitBreakerService, BigArrays bigArrays, ScriptService scriptService, ClusterService clusterService, Client client, MetaStateService metaStateService, Collection<Function<IndexSettings,Optional<EngineFactory>>> engineFactoryProviders, Map<String,IndexStorePlugin.DirectoryFactory> directoryFactories) -
Uses of EngineFactory in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return types with arguments of type EngineFactory Modifier and Type Method Description Optional<EngineFactory>EnginePlugin. getEngineFactory(IndexSettings indexSettings)When an index is created this method is invoked for each engine plugin.
-