Class HeartBeat

  • All Implemented Interfaces:
    Runnable

    public class HeartBeat
    extends Thread
    Continuously sends NodeEvents to the other cluster members, if messaging is enabled.
    • Constructor Detail

      • HeartBeat

        public HeartBeat​(long heartBeatInterval,
                         javax.servlet.ServletContext servletContext)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable
        Overrides:
        run in class Thread