Class CacheActionDispatcher

  • All Implemented Interfaces:
    java.lang.Runnable

    public class CacheActionDispatcher
    extends java.lang.Object
    implements java.lang.Runnable
    An asynchronous buffer of the CacheAction objects. The buffer only accepts MAX_SIZE number of elements. If the queue is already full, the new elements are dropped.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      void stop()
      Stop the processing.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CacheActionDispatcher

        public CacheActionDispatcher()
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • stop

        public void stop()
        Stop the processing.