Uses of Class
org.elasticsearch.index.shard.ShardPath
-
Packages that use ShardPath Package Description org.elasticsearch.action.admin.indices.stats org.elasticsearch.index.shard org.elasticsearch.index.store org.elasticsearch.plugins -
-
Uses of ShardPath in org.elasticsearch.action.admin.indices.stats
Constructors in org.elasticsearch.action.admin.indices.stats with parameters of type ShardPath Constructor Description ShardStats(ShardRouting routing, ShardPath shardPath, CommonStats commonStats, CommitStats commitStats, SeqNoStats seqNoStats, RetentionLeaseStats retentionLeaseStats) -
Uses of ShardPath in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard that return ShardPath Modifier and Type Method Description 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. loadShardPath(org.apache.logging.log4j.Logger logger, ShardId shardId, IndexSettings indexSettings, Path[] availableShardPaths, int nodeLockId, Path sharedDataPath)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)ShardPathIndexShard. shardPath()Constructors in org.elasticsearch.index.shard with parameters of type ShardPath 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 ShardPath in org.elasticsearch.index.store
Methods in org.elasticsearch.index.store with parameters of type ShardPath Modifier and Type Method Description DirectoryFsDirectoryFactory. newDirectory(IndexSettings indexSettings, ShardPath path) -
Uses of ShardPath in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins with parameters of type ShardPath Modifier and Type Method Description DirectoryIndexStorePlugin.DirectoryFactory. newDirectory(IndexSettings indexSettings, ShardPath shardPath)Creates a new directory per shard.
-