Package org.redisson

Class MapWriterTask<R>

  • Type Parameters:
    R - return type

    public abstract class MapWriterTask<R>
    extends Object
    Author:
    Nikita Koksharov
    • Constructor Detail

      • MapWriterTask

        public MapWriterTask()
    • Method Detail

      • condition

        protected boolean condition​(io.netty.util.concurrent.Future<R> future)
      • execute

        protected abstract void execute()