Uses of Interface
org.elasticsearch.env.NodeEnvironment.ShardLocker
-
Packages that use NodeEnvironment.ShardLocker Package Description org.elasticsearch.index.store -
-
Uses of NodeEnvironment.ShardLocker in org.elasticsearch.index.store
Methods in org.elasticsearch.index.store with parameters of type NodeEnvironment.ShardLocker Modifier and Type Method Description static Store.MetadataSnapshotStore. readMetadataSnapshot(Path indexLocation, ShardId shardId, NodeEnvironment.ShardLocker shardLocker, org.apache.logging.log4j.Logger logger)Reads a MetadataSnapshot from the given index locations or returns an empty snapshot if it can't be read.static voidStore. tryOpenIndex(Path indexLocation, ShardId shardId, NodeEnvironment.ShardLocker shardLocker, org.apache.logging.log4j.Logger logger)Tries to open an index for the given location.
-