Class LegacyAvailabilityDataService

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addNode​(java.lang.String nodeName, int nodeid, java.lang.String ipaddr, java.lang.String serviceid, long losttime, long regainedtime)
      This method adds a unique tuple to the list of nodes m_nodes.
      java.util.List<Node> getNodes​(Category category, long startTime, long endTime)
      getNodes
      • Methods inherited from class java.lang.Object

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

      • LegacyAvailabilityDataService

        public LegacyAvailabilityDataService()

        Constructor for LegacyAvailabilityDataService.

    • Method Detail

      • addNode

        public void addNode​(java.lang.String nodeName,
                            int nodeid,
                            java.lang.String ipaddr,
                            java.lang.String serviceid,
                            long losttime,
                            long regainedtime)
        This method adds a unique tuple to the list of nodes m_nodes.
        Parameters:
        nodeName - a String object.
        nodeid - a int.
        ipaddr - a String object.
        serviceid - a String object.
        losttime - a long.
        regainedtime - a long.