com.neeve.query
Interface QueryStats

All Superinterfaces:
IStats

public interface QueryStats
extends IStats


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.neeve.stats.IStats
IStats.Counter, IStats.Gauge, IStats.Latencies, IStats.Series
 
Method Summary
 void compute()
          Compute the individual Step Latencies.
 List<? extends IStats.Latencies> getStepLatencies()
          Retrieve the Latencies for each step of the query's execution.
 
Methods inherited from interface com.neeve.stats.IStats
close, get, getLogger, getName, getType, startPeriodicOutput, stopPeriodicOutput
 

Method Detail

compute

void compute()
Compute the individual Step Latencies.


getStepLatencies

List<? extends IStats.Latencies> getStepLatencies()
Retrieve the Latencies for each step of the query's execution.

Returns:
the List of Latencies


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.