Package cn.boboweike.carrot.lock
Interface LockProvider
-
- All Known Implementing Classes:
InMemoryLockProvider,MongoLockProvider
public interface LockProviderLock Provider Interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanextend(String name, int durationInSeconds, String lockedBy)booleanlock(String name, int durationInSeconds, String lockedBy)booleanunlock(String name)
-
-
-
Field Detail
-
LOCK_UNTIL
static final String LOCK_UNTIL
- See Also:
- Constant Field Values
-
LOCKED_AT
static final String LOCKED_AT
- See Also:
- Constant Field Values
-
LOCKED_BY
static final String LOCKED_BY
- See Also:
- Constant Field Values
-
-