Interface AsyncIndexerLock<T extends AsyncIndexerLock.LockToken>

All Known Implementing Classes:
AbortingIndexerLock, ClusterNodeStoreLock

public interface AsyncIndexerLock<T extends AsyncIndexerLock.LockToken>
Lock used to prevent AsyncIndexUpdate from running when Index import is in progress
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Marker interface.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final AsyncIndexerLock
     
  • Method Summary

    Modifier and Type
    Method
    Description
    lock(String asyncIndexerLane)
     
    void
    unlock(T token)