Package com.gigaspaces.attribute_store
Interface SharedLockProvider
- All Known Implementing Classes:
SimulatedSharedLockProvider
public interface SharedLockProvider
- Since:
- 15.5
- Author:
- Niv Ingberg
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
acquire
SharedLock acquire(String key, long timeout, TimeUnit timeunit, boolean isPuLock) throws IOException, TimeoutException, InterruptedException
-