Class SyncClusterSender

    • Field Detail

      • dataFailureCounter

        private long dataFailureCounter
        The data failure counter.
      • dataResendCounter

        private long dataResendCounter
        The data resend counter.
      • socketOpenCounter

        private long socketOpenCounter
        The socket open counter.
      • socketCloseCounter

        private long socketCloseCounter
        The socket close counter.
      • socketOpenFailureCounter

        private long socketOpenFailureCounter
        The socket open failure counter.
    • Constructor Detail

      • SyncClusterSender

        public SyncClusterSender()
    • Method Detail

      • getDataFailureCounter

        public long getDataFailureCounter()
        Gets the data failure counter.
        Returns:
        the data failure counter
      • setDataFailureCounter

        public void setDataFailureCounter​(long dataFailureCounter)
        Sets the data failure counter.
        Parameters:
        dataFailureCounter - the new data failure counter
      • getDataResendCounter

        public long getDataResendCounter()
        Gets the data resend counter.
        Returns:
        the data resend counter
      • setDataResendCounter

        public void setDataResendCounter​(long dataResendCounter)
        Sets the data resend counter.
        Parameters:
        dataResendCounter - the new data resend counter
      • getSocketOpenCounter

        public long getSocketOpenCounter()
        Gets the socket open counter.
        Returns:
        the socket open counter
      • setSocketOpenCounter

        public void setSocketOpenCounter​(long socketOpenCounter)
        Sets the socket open counter.
        Parameters:
        socketOpenCounter - the new socket open counter
      • getSocketCloseCounter

        public long getSocketCloseCounter()
        Gets the socket close counter.
        Returns:
        the socket close counter
      • setSocketCloseCounter

        public void setSocketCloseCounter​(long socketCloseCounter)
        Sets the socket close counter.
        Parameters:
        socketCloseCounter - the new socket close counter
      • getSocketOpenFailureCounter

        public long getSocketOpenFailureCounter()
        Gets the socket open failure counter.
        Returns:
        the socket open failure counter
      • setSocketOpenFailureCounter

        public void setSocketOpenFailureCounter​(long socketOpenFailureCounter)
        Sets the socket open failure counter.
        Parameters:
        socketOpenFailureCounter - the new socket open failure counter