Class StorageAgent<K,​V>

    • Method Detail

      • start

        public void start()
        Specified by:
        start in interface Agent<K,​V>
      • stop

        public void stop()
        Specified by:
        stop in interface Agent<K,​V>
      • beforeStop

        public void beforeStop()
        Specified by:
        beforeStop in interface Agent<K,​V>
      • run

        public void run()
        Specified by:
        run in interface Runnable
      • setMaxEntryPerCall

        public void setMaxEntryPerCall​(int taskSaveEntryPerTick)