Class PathOutageDaoHibernate

    • Constructor Detail

      • PathOutageDaoHibernate

        public PathOutageDaoHibernate()

        PathOutageDaoHibernate constructor

    • Method Detail

      • getAllCriticalPaths

        public java.util.List<java.lang.String[]> getAllCriticalPaths()
        This method returns the unique list of critical paths (node label, IP address, and service name)
        Specified by:
        getAllCriticalPaths in interface PathOutageDao
      • getNodesForPathOutage

        public java.util.List<java.lang.Integer> getNodesForPathOutage​(java.net.InetAddress ipAddress,
                                                                       java.lang.String serviceName)
        Specified by:
        getNodesForPathOutage in interface PathOutageDao