Interface NodeDocumentLocks
-
- All Known Implementing Classes:
StripedNodeDocumentLocks
public interface NodeDocumentLocks
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Lock
acquire(String key)
Acquires a lock for the given key.
-