Package com.landawn.abacus.util
Class MemcachedLock<K,V>
java.lang.Object
com.landawn.abacus.util.MemcachedLock<K,V>
- Type Parameters:
K- the key typeV- the value type
- Since:
- 0.8
- Author:
- Haiyang Li
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MemcachedLock
- Parameters:
serverUrl-
-
-
Method Details
-
lock
- Parameters:
target-liveTime-- Returns:
-
lock
- Parameters:
target-value-liveTime- unit is milliseconds- Returns:
-
isLocked
Checks if is locked.- Parameters:
target-- Returns:
- true, if is locked
-
get
- Parameters:
target-- Returns:
-
unlock
- Parameters:
target-- Returns:
-
client
- Returns:
-