Interface TagHistoryQueryInterface

    • Method Detail

      • getAvailableAggregates

        default java.util.List<Aggregate> getAvailableAggregates()
        Returns a list of aggregate functions that can be used with the server. Only expected to be valid if the server is enabled and available. Also, should only return null if the aggregates can not be retrieved for some reason. If the server simply does not support any aggregate functions, an empty list should be returned.
      • queryDensity

        TimelineSet queryDensity​(java.util.List<QualifiedPath> paths,
                                 java.util.Date start,
                                 java.util.Date end,
                                 java.lang.String queryId)
                          throws java.lang.Exception
        Throws:
        java.lang.Exception