Package org.redisson.renewal
Class ReadLockTask
java.lang.Object
org.redisson.renewal.LockTask
org.redisson.renewal.ReadLockTask
- All Implemented Interfaces:
io.netty.util.TimerTask
- Author:
- Nikita Koksharov
-
Constructor Summary
ConstructorsConstructorDescriptionReadLockTask(long internalLockLeaseTime, CommandAsyncExecutor executor, int chunkSize) -
Method Summary
-
Constructor Details
-
ReadLockTask
-
-
Method Details
-
add
-
schedule
public void schedule() -
run
public void run(io.netty.util.Timeout timeout) - Specified by:
runin interfaceio.netty.util.TimerTask
-