Package org.opensearch.test
Class DummyShardLock
java.lang.Object
org.opensearch.env.ShardLock
org.opensearch.test.DummyShardLock
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
public class DummyShardLock
extends org.opensearch.env.ShardLock
-
Constructor Summary
Constructors Constructor Description DummyShardLock(org.opensearch.index.shard.ShardId id) -
Method Summary
Modifier and Type Method Description protected voidcloseInternal()
-
Constructor Details
-
DummyShardLock
public DummyShardLock(org.opensearch.index.shard.ShardId id)
-
-
Method Details
-
closeInternal
protected void closeInternal()- Specified by:
closeInternalin classorg.opensearch.env.ShardLock
-