接口 ILockService<L extends Lock>
- 所有已知实现类:
LockService
public interface ILockService<L extends Lock>
-
方法详细资料
-
getLock
-
lock
-
tryLock
-
tryLock
- 抛出:
Exception
-
tryLock
- 抛出:
Exception
-
unlock
-
execute
- 抛出:
Exception
-
execute
- 抛出:
Exception
-
execute
- 抛出:
Exception
-
execute
- 抛出:
Exception
-
execute
- 抛出:
Exception
-
execute
<R> R execute(Runnable runnable, R result, long waitTime, long leaseTime, String... key) throws Exception - 抛出:
Exception
-
submit
- 抛出:
Exception
-
submit
- 抛出:
Exception
-
submit
<T> Future<T> submit(Runnable runnable, T result, long waitTime, long leaseTime, String... key) throws Exception - 抛出:
Exception
-