Class DummyShardLock

java.lang.Object
org.opensearch.env.ShardLock
org.opensearch.test.DummyShardLock
All Implemented Interfaces:
Closeable, AutoCloseable

public class DummyShardLock extends org.opensearch.env.ShardLock
  • Constructor Summary

    Constructors
    Constructor
    Description
    DummyShardLock(org.opensearch.core.index.shard.ShardId id)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     

    Methods inherited from class org.opensearch.env.ShardLock

    close, getShardId, setDetails, toString

    Methods inherited from class java.lang.Object

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

    • DummyShardLock

      public DummyShardLock(org.opensearch.core.index.shard.ShardId id)
  • Method Details

    • closeInternal

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