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 org.elasticsearch.env.ShardLock
  • Constructor Summary

    Constructors 
    Constructor Description
    DummyShardLock​(org.elasticsearch.index.shard.ShardId id)  
  • Method Summary

    Modifier and Type Method Description
    protected void closeInternal()  

    Methods inherited from class org.elasticsearch.env.ShardLock

    close, getShardId, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DummyShardLock

      public DummyShardLock​(org.elasticsearch.index.shard.ShardId id)
  • Method Details

    • closeInternal

      protected void closeInternal()
      Specified by:
      closeInternal in class org.elasticsearch.env.ShardLock