Interface StatusAnalytics


public interface StatusAnalytics
The StatusAnalytics interface offers methods for accessing predicted and other values for a single component (Connection instance, e.g.).
  • Method Summary

    Modifier and Type
    Method
    Description
    Get available predictions where the key (String) in the map is the name of the prediction and value (Long) is the value for the prediction
    Get the Query Window used by the analytics instance
    boolean
    Return if analytics object supports online learning
  • Method Details

    • getQueryWindow

      QueryWindow getQueryWindow()
      Get the Query Window used by the analytics instance
      Returns:
      queryWindow
    • getPredictions

      Map<String,Long> getPredictions()
      Get available predictions where the key (String) in the map is the name of the prediction and value (Long) is the value for the prediction
      Returns:
      map
    • supportsOnlineLearning

      boolean supportsOnlineLearning()
      Return if analytics object supports online learning
      Returns:
      boolean