| Modifier and Type | Method and Description |
|---|---|
static void |
MultiDataPathUpgrader.upgradeMultiDataPath(NodeEnvironment nodeEnv,
ESLogger logger)
Runs an upgrade on all shards located under the given node environment if there is more than 1 data.path configured
otherwise this method will return immediately.
|
| Constructor and Description |
|---|
MultiDataPathUpgrader(NodeEnvironment nodeEnvironment)
Creates a new upgrader instance
|
| Constructor and Description |
|---|
NodeEnvironmentModule(NodeEnvironment nodeEnvironment) |
| Constructor and Description |
|---|
IndexService(Injector injector,
Index index,
NodeEnvironment nodeEnv,
AnalysisService analysisService,
MapperService mapperService,
IndexQueryParserService queryParserService,
SimilarityService similarityService,
IndexAliasesService aliasesService,
IndexCache indexCache,
IndexSettingsService settingsService,
IndexFieldDataService indexFieldData,
BitsetFilterCache bitSetFilterCache,
IndicesService indicesServices) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ShardPath.deleteLeftoverShardDirectory(ESLogger logger,
NodeEnvironment env,
ShardLock lock,
Settings 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 ShardPath |
ShardPath.loadShardPath(ESLogger logger,
NodeEnvironment env,
ShardId shardId,
Settings indexSettings)
This method walks through the nodes shard paths to find the data and state path for the given shard.
|
static ShardPath |
ShardPath.selectNewPathForShard(NodeEnvironment env,
ShardId shardId,
Settings indexSettings,
long avgShardSizeInBytes,
Map<Path,Integer> dataPathToShardCount) |
| Constructor and Description |
|---|
IndicesService(Settings settings,
IndicesLifecycle indicesLifecycle,
IndicesAnalysisService indicesAnalysisService,
Injector injector,
NodeEnvironment nodeEnv) |
| Constructor and Description |
|---|
TransportNodesListShardStoreMetaData(Settings settings,
ClusterName clusterName,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
NodeEnvironment nodeEnv,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver) |
| Constructor and Description |
|---|
FsProbe(Settings settings,
NodeEnvironment nodeEnv) |
Copyright © 2009–2017. All rights reserved.