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 ClassesModifier and TypeInterfaceDescriptionstatic interfaceMarker interface. -
Field Summary
Fields -
Method Summary
-
Field Details
-
NOOP_LOCK
-
-
Method Details
-
lock
- Throws:
CommitFailedException
-
unlock
- Throws:
CommitFailedException
-