Package org.elasticsearch.test
Class DummyShardLock
- java.lang.Object
-
- org.elasticsearch.env.ShardLock
-
- org.elasticsearch.test.DummyShardLock
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
public class DummyShardLock extends ShardLock
-
-
Constructor Summary
Constructors Constructor Description DummyShardLock(ShardId id)
-
Method Summary
Modifier and Type Method Description protected void
closeInternal()
-
Methods inherited from class org.elasticsearch.env.ShardLock
close, getShardId, isOpen, toString
-
-
-
-
Constructor Detail
-
DummyShardLock
public DummyShardLock(ShardId id)
-
-
Method Detail
-
closeInternal
protected void closeInternal()
- Specified by:
closeInternal
in classShardLock
-
-