Interface ClientStandbyStatusMBean

All Superinterfaces:
StandbyStatusMBean
All Known Implementing Classes:
StandbyClientSync

public interface ClientStandbyStatusMBean extends StandbyStatusMBean
  • Method Details

    • getFailedRequests

      @Description("number of consecutive failed requests") int getFailedRequests()
    • getSecondsSinceLastSuccess

      @Description("number of seconds since last successful request") int getSecondsSinceLastSuccess()
    • getSyncStartTimestamp

      @Description("Local timestamp of the moment when the last sync cycle was started") long getSyncStartTimestamp()
    • getSyncEndTimestamp

      @Description("Local timestamp of the moment when the last sync cycle ended") long getSyncEndTimestamp()
    • calcFailedRequests

      @Description("number of consecutive failed requests") int calcFailedRequests()
    • calcSecondsSinceLastSuccess

      @Description("number of seconds since last successful request") int calcSecondsSinceLastSuccess()
    • cleanup

      @Description("Runs garbage collection") void cleanup()