Package org.apache.solr.cloud
Interface DistributedLock
-
public interface DistributedLock
A lock that can be used across cluster nodes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isAcquired()
void
release()
void
waitUntilAcquired()
-