Class MapCacheEvictionTask

  • All Implemented Interfaces:

    public class MapCacheEvictionTask
    extends 
    Author:
    Nikita Koksharov
    • Constructor Summary

      Constructors 
      Constructor Description
       name,  timeoutSetName,  maxIdleSetName,  expiredChannelName,  lastAccessTimeSetName, CommandAsyncExecutor executor)  
    • Constructor Detail

      • MapCacheEvictionTask

        public MapCacheEvictionTask​( name,
                                     timeoutSetName,
                                     maxIdleSetName,
                                     expiredChannelName,
                                     lastAccessTimeSetName,
                                    CommandAsyncExecutor executor)
    • Method Detail

      • schedule

        public void schedule()
      • getScheduledFuture

        public io.netty.util.concurrent.ScheduledFuture<?> getScheduledFuture()
      • run

        public void run()
        Specified by:
         in interface