Interface Performance
-
- All Known Implementing Classes:
PerformanceImpl
public interface Performance
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetNodeMeasure(DurationType type, Aggregate gather, int node)Returns the asked measure, or -1 if it does not exist.long[]getNodeMeasures(DurationType type, Aggregate gather)longgetProcessMeasure(DurationType type, Aggregate gather)Returns the asked measure, or -1 if it does not exist.doublegetQueueLength(int node, long time)
-
-
-
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:
-
getNodeMeasures
long[] getNodeMeasures(DurationType type, Aggregate gather)
-
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)
-
-