Uses of Class
org.elasticsearch.index.IndexService.IndexCreationContext
-
Packages that use IndexService.IndexCreationContext Package Description org.elasticsearch.index -
-
Uses of IndexService.IndexCreationContext in org.elasticsearch.index
Methods in org.elasticsearch.index that return IndexService.IndexCreationContext Modifier and Type Method Description static IndexService.IndexCreationContextIndexService.IndexCreationContext. valueOf(String name)Returns the enum constant of this type with the specified name.static IndexService.IndexCreationContext[]IndexService.IndexCreationContext. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.index with parameters of type IndexService.IndexCreationContext Modifier and Type Method Description IndexServiceIndexModule. newIndexService(IndexService.IndexCreationContext indexCreationContext, NodeEnvironment environment, NamedXContentRegistry xContentRegistry, IndexService.ShardStoreDeleter shardStoreDeleter, CircuitBreakerService circuitBreakerService, BigArrays bigArrays, ThreadPool threadPool, ScriptService scriptService, ClusterService clusterService, Client client, IndicesQueryCache indicesQueryCache, MapperRegistry mapperRegistry, IndicesFieldDataCache indicesFieldDataCache, NamedWriteableRegistry namedWriteableRegistry)
-