Uses of Interface
org.elasticsearch.plugins.IndexStorePlugin.DirectoryFactory
-
Packages that use IndexStorePlugin.DirectoryFactory Package Description org.elasticsearch.index org.elasticsearch.index.store org.elasticsearch.indices org.elasticsearch.plugins -
-
Uses of IndexStorePlugin.DirectoryFactory in org.elasticsearch.index
Constructor parameters in org.elasticsearch.index with type arguments of type IndexStorePlugin.DirectoryFactory 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. -
Uses of IndexStorePlugin.DirectoryFactory in org.elasticsearch.index.store
Classes in org.elasticsearch.index.store that implement IndexStorePlugin.DirectoryFactory Modifier and Type Class Description classFsDirectoryFactory -
Uses of IndexStorePlugin.DirectoryFactory in org.elasticsearch.indices
Constructor parameters in org.elasticsearch.indices with type arguments of type IndexStorePlugin.DirectoryFactory 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 IndexStorePlugin.DirectoryFactory in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return types with arguments of type IndexStorePlugin.DirectoryFactory Modifier and Type Method Description Map<String,IndexStorePlugin.DirectoryFactory>IndexStorePlugin. getDirectoryFactories()TheIndexStorePlugin.DirectoryFactorymappings for this plugin.
-