Class ReadLockTask

java.lang.Object
org.redisson.renewal.LockTask
org.redisson.renewal.ReadLockTask
All Implemented Interfaces:
io.netty.util.TimerTask

public class ReadLockTask extends LockTask
Author:
Nikita Koksharov
  • Constructor Details

    • ReadLockTask

      public ReadLockTask(long internalLockLeaseTime, CommandAsyncExecutor executor, int chunkSize)
  • Method Details

    • add

      public void add(String rawName, String lockName, long threadId, String keyPrefix)
    • schedule

      public void schedule()
    • run

      public void run(io.netty.util.Timeout timeout)
      Specified by:
      run in interface io.netty.util.TimerTask