Uses of Class
org.elasticsearch.env.NodeEnvironment
-
-
Uses of NodeEnvironment in org.elasticsearch.gateway
Constructors in org.elasticsearch.gateway with parameters of type NodeEnvironment Constructor Description DanglingIndicesState(NodeEnvironment nodeEnv, MetaStateService metaStateService, LocalAllocateDangledIndices allocateDangledIndices, ClusterService clusterService)MetaStateService(NodeEnvironment nodeEnv, NamedXContentRegistry namedXContentRegistry)TransportNodesListGatewayStartedShards(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, ActionFilters actionFilters, NodeEnvironment env, IndicesService indicesService, NamedXContentRegistry namedXContentRegistry) -
Uses of NodeEnvironment in org.elasticsearch.index
Methods in org.elasticsearch.index with parameters of type NodeEnvironment 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) -
Uses of NodeEnvironment in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard with parameters of type NodeEnvironment Modifier and Type Method Description static voidShardPath. deleteLeftoverShardDirectory(org.apache.logging.log4j.Logger logger, NodeEnvironment env, ShardLock lock, IndexSettings indexSettings)This method tries to delete left-over shards where the index name has been reused but the UUID is different to allow the new shard to be allocated.static ShardPathShardPath. loadShardPath(org.apache.logging.log4j.Logger logger, NodeEnvironment env, ShardId shardId, IndexSettings indexSettings)This method walks through the nodes shard paths to find the data and state path for the given shard.static ShardPathShardPath. selectNewPathForShard(NodeEnvironment env, ShardId shardId, IndexSettings indexSettings, long avgShardSizeInBytes, Map<Path,Integer> dataPathToShardCount) -
Uses of NodeEnvironment in org.elasticsearch.indices
Constructors in org.elasticsearch.indices with parameters of type NodeEnvironment 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 NodeEnvironment in org.elasticsearch.indices.store
Constructors in org.elasticsearch.indices.store with parameters of type NodeEnvironment Constructor Description TransportNodesListShardStoreMetaData(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService, NodeEnvironment nodeEnv, ActionFilters actionFilters, NamedXContentRegistry namedXContentRegistry) -
Uses of NodeEnvironment in org.elasticsearch.monitor
Constructors in org.elasticsearch.monitor with parameters of type NodeEnvironment Constructor Description MonitorService(Settings settings, NodeEnvironment nodeEnvironment, ThreadPool threadPool, ClusterInfoService clusterInfoService) -
Uses of NodeEnvironment in org.elasticsearch.monitor.fs
Constructors in org.elasticsearch.monitor.fs with parameters of type NodeEnvironment Constructor Description FsProbe(NodeEnvironment nodeEnv)FsService(Settings settings, NodeEnvironment nodeEnvironment, ClusterInfoService clusterInfoService) -
Uses of NodeEnvironment in org.elasticsearch.node
Methods in org.elasticsearch.node that return NodeEnvironment Modifier and Type Method Description NodeEnvironmentNode. getNodeEnvironment()Returns theNodeEnvironmentinstance of this node -
Uses of NodeEnvironment in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins with parameters of type NodeEnvironment Modifier and Type Method Description Collection<Object>Plugin. createComponents(Client client, ClusterService clusterService, ThreadPool threadPool, ResourceWatcherService resourceWatcherService, ScriptService scriptService, NamedXContentRegistry xContentRegistry, Environment environment, NodeEnvironment nodeEnvironment, NamedWriteableRegistry namedWriteableRegistry)Returns components added by this plugin.
-