- get(String) - Static method in class com.berryworks.jquantify.MetricRepository
-
Gets a Metric with a specified label.
- getActiveThreads() - Method in class com.berryworks.jquantify.util.VMUsage
-
Gets the activeThreads attribute of the VMUsage object
- getActiveThreadsMaximum() - Method in class com.berryworks.jquantify.util.VMUsage
-
Gets the activeThreadsMaximum attribute of the VMUsage object
- getActiveThreadsMean() - Method in class com.berryworks.jquantify.util.VMUsage
-
Gets the activeThreadsMean attribute of the VMUsage object
- getActiveThreadsMinimum() - Method in class com.berryworks.jquantify.util.VMUsage
-
Gets the activeThreadsMinimum attribute of the VMUsage object
- getAge() - Method in class com.berryworks.jquantify.Metric
-
Gets the age of this metric in seconds.
- getAgeMillis() - Method in class com.berryworks.jquantify.Metric
-
Gets the age of this metric in milliseconds.
- getConcurrency() - Method in class com.berryworks.jquantify.SessionCounter
-
Gets the current concurrency, the number of sessions that have been added
(started) without having yet been removed (stopped).
- getConcurrency() - Method in class com.berryworks.jquantify.SessionCounterInterval
-
Gets the number of concurrent events underway at the present time.
- getCount() - Method in class com.berryworks.jquantify.EventCounter
-
- getCount() - Method in class com.berryworks.jquantify.Metric
-
Gets the total count of events.
- getCount() - Method in class com.berryworks.jquantify.util.VMUsage
-
- getCumulativeEvents() - Method in class com.berryworks.jquantify.EventCounter
-
Equivalent to getCount(), gets the total number of events added to this EventCounter.
- getCumulativeEvents() - Method in class com.berryworks.jquantify.EventCounterInterval
-
- getCumulativeEvents() - Method in interface com.berryworks.jquantify.Interval
-
Gets the total number of events, including those that occurred
in previous intervals.
- getCumulativeFreq() - Method in class com.berryworks.jquantify.EventCounter
-
Gets the overall event frequency for this EventCounter
- getCurrentFreq() - Method in class com.berryworks.jquantify.EventCounter
-
Gets the current event frequency for this EventCounter.
- getCurrentInterval() - Method in class com.berryworks.jquantify.EventCounter
-
Gets the current Interval, the one to which current events are added.
- getDuration() - Method in class com.berryworks.jquantify.EventCounterInterval
-
- getDuration() - Method in interface com.berryworks.jquantify.Interval
-
Gets the duration, in milliseconds, of this Interval
- getEventCounter(String) - Static method in class com.berryworks.jquantify.EventCounter
-
Get an instance of an EventCounter with a particular label from the
MetricRepository, creating one if necessary.
- getEventRatePerSecond() - Method in class com.berryworks.jquantify.EventCounterInterval
-
- getEventRatePerSecond() - Method in interface com.berryworks.jquantify.Interval
-
Returns the computed event rate per second during this
Interval.
- getEvents() - Method in class com.berryworks.jquantify.EventCounterInterval
-
- getEvents() - Method in interface com.berryworks.jquantify.Interval
-
Gets the number of events counted during this interval.
- getFreeMemory() - Method in class com.berryworks.jquantify.util.VMUsage
-
Gets the freeMemory attribute of the VMUsage object
- getFreeMemoryMaximum() - Method in class com.berryworks.jquantify.util.VMUsage
-
Gets the freeMemoryMaximum attribute of the VMUsage object
- getFreeMemoryMean() - Method in class com.berryworks.jquantify.util.VMUsage
-
Gets the freeMemoryMean attribute of the VMUsage object
- getFreeMemoryMinimum() - Method in class com.berryworks.jquantify.util.VMUsage
-
Gets the freeMemoryMinimum attribute of the VMUsage object
- getIntervalSeconds() - Method in class com.berryworks.jquantify.Metric
-
Gets the number of seconds in each interval.
- getLabel() - Method in class com.berryworks.jquantify.Metric
-
Gets the descriptive label associated with this Metric instance.
- getLabels() - Method in class com.berryworks.jquantify.MetricRepository
-
Gets the labels for all metrics in the repository.
- getMaximumSessionStartTime() - Method in class com.berryworks.jquantify.SessionCounter
-
- getMaximumSessionTime() - Method in class com.berryworks.jquantify.SessionCounter
-
Gets the number of milliseconds that elapsed during the longest completed
session.
- getMetric(String) - Method in class com.berryworks.jquantify.MetricRepository
-
Gets a Metric with a specified label.
- getPeakConcurrency() - Method in class com.berryworks.jquantify.SessionCounter
-
Gets the peak concurrency observed over the life of the metric.
- getPeakConcurrency() - Method in class com.berryworks.jquantify.SessionCounterInterval
-
Gets the maximum concurrency level observed during this interval.
- getPeakConcurrencyInterval() - Method in class com.berryworks.jquantify.SessionCounter
-
Gets the interval in which the highest concurrency was noted.
- getPeakEvents() - Method in class com.berryworks.jquantify.EventCounter
-
Gets the number of events that occurred during the interval in which the
most events occurred.
- getPeakEventsInterval() - Method in class com.berryworks.jquantify.EventCounter
-
Gets the interval in which the greatest number of events were added.
- getRecentSessionTime() - Method in class com.berryworks.jquantify.SessionCounter
-
Gets the number of milliseconds that a recent completed session took.
- getSampleCount() - Method in class com.berryworks.jquantify.util.VMUsage
-
Gets the sampleCount attribute of the VMUsage object
- getSessionCounter(String) - Static method in class com.berryworks.jquantify.SessionCounter
-
Get an instance of a SessionCounter with a particular label from the
MetricRepository, creating one if necessary.
- getSessionCounter(String, int) - Static method in class com.berryworks.jquantify.SessionCounter
-
Get an instance of a SessionCounter with a particular label from the
MetricRepository.
- getSessionTime() - Method in class com.berryworks.jquantify.SessionCounter
-
Gets the number of milliseconds of elapsed time spent within sessions
observed by this SessionCounter.
- getSessionTimeMean() - Method in class com.berryworks.jquantify.SessionCounter
-
Gets the mean session time in milliseconds.
- getStartTime() - Method in class com.berryworks.jquantify.EventCounterInterval
-
- getStartTime() - Method in interface com.berryworks.jquantify.Interval
-
Gets a timestamp corresponding to the start of this Interval
in System.currentTimeMillis() format.
- getTotalIntervals() - Method in class com.berryworks.jquantify.Metric
-
Gets number of intervals that have occurred during the life of this
Metric.
- getTotalIntervals() - Method in class com.berryworks.jquantify.util.VMUsage
-
Gets the totalIntervals attribute of the VMUsage object
- getTotalMemory() - Method in class com.berryworks.jquantify.util.VMUsage
-
Gets the totalMemory attribute of the VMUsage object
- getTotalMemoryMaximum() - Method in class com.berryworks.jquantify.util.VMUsage
-
Gets the totalMemoryMaximum attribute of the VMUsage object
- getTotalMemoryMean() - Method in class com.berryworks.jquantify.util.VMUsage
-
Gets the totalMemoryMean attribute of the VMUsage object
- getTotalMemoryMinimum() - Method in class com.berryworks.jquantify.util.VMUsage
-
Gets the totalMemoryMinimum attribute of the VMUsage object
- getUnits() - Method in class com.berryworks.jquantify.util.TimeScaler
-