Interface SystemMonitorServiceLocal

    • Method Detail

      • formatTask

        String formatTask​(ErrorLogType type,
                          String method)
        Formats the given method name if it's an id (custom background task) or a class name and returns a display result
      • getServerData

        ServerData getServerData()
        Returns the server data for this node
      • listAllFailedDatabaseHistoryLogs

        List<DatabaseHistoryLog> listAllFailedDatabaseHistoryLogs()
        Returns all failed database migration logs
      • listLocalCaches

        List<CacheVO> listLocalCaches​(CacheQuery query)
        Returns the local caches of the current JVM (i.e member in case of a cluster) filtering by name if given