Class LockTask

java.lang.Object
org.redisson.renewal.LockTask
All Implemented Interfaces:
io.netty.util.TimerTask
Direct Known Subclasses:
FastMultilockTask, ReadLockTask

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

    • LockTask

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

    • add

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

      public void schedule()
    • run

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