Interface Performance

  • All Known Implementing Classes:
    PerformanceImpl

    public interface Performance
    • Method Detail

      • getNodeMeasure

        long getNodeMeasure​(DurationType type,
                            Aggregate gather,
                            int node)
        Returns the asked measure, or -1 if it does not exist.
        Parameters:
        type -
        gather -
        node -
        Returns:
      • getProcessMeasure

        long getProcessMeasure​(DurationType type,
                               Aggregate gather)
        Returns the asked measure, or -1 if it does not exist.
        Parameters:
        type -
        gather -
        Returns:
      • getQueueLength

        double getQueueLength​(int node,
                              long time)