Package | Description |
---|---|
android.gov.nist.javax.sip.stack |
This package implements the main protocol abstractions that are defined by the SIP RFC 3261.
|
Modifier and Type | Method and Description |
---|---|
HashMap<CallAnalyzer.MetricReference,Object> |
CallAnalyzer.getAttributes(Thread threadId) |
Modifier and Type | Method and Description |
---|---|
void |
CallAnalyzer.configure(CallAnalyzer.MetricReference ref,
CallAnalyzer.MetricAnalysisConfiguration config)
Call this method to reconfigure the given metric
|
void |
CallAnalyzer.enter(CallAnalyzer.MetricReference metricReference)
Enter a traced zone by the name of metricReference for the current thread.
|
void |
CallAnalyzer.enter(Thread threadId,
CallAnalyzer.MetricReference metricReference)
Enter a traced zone by the name of metricReference for the specified thread.
|
CallAnalyzer.TImeMetricInfo |
CallAnalyzer.getMetricStats(CallAnalyzer.MetricReference ref)
Get the current stats for the metric over all threads
|
Long |
CallAnalyzer.getTime(Thread threadId,
CallAnalyzer.MetricReference metricReference) |
boolean |
CallAnalyzer.isAnalysisStarted(CallAnalyzer.MetricReference ref)
If the startAnalysis method was called and not stopped
|
void |
CallAnalyzer.leave(CallAnalyzer.MetricReference metricReference)
Leave a traced zone by the name of metricReference for the specified thread.
|
void |
CallAnalyzer.leave(Thread threadId,
CallAnalyzer.MetricReference metricReference)
Leave a traced zone by the name of metricReference for the specifed thread.
|
void |
CallAnalyzer.resetStats(CallAnalyzer.MetricReference metricReference)
Rest all stats and start over with sum, average, etc
|
void |
CallAnalyzer.setObject(Thread threadId,
CallAnalyzer.MetricReference objectName,
Object object)
You can associate Objects for a given thread and display them later for more analysis items.
|
void |
CallAnalyzer.startAnalysis(CallAnalyzer.MetricReference metricReference)
Start the analysis job that will check the status of the requests periodically and make thread dumps
if some request is stuck.
|
void |
CallAnalyzer.stopAnalysis(CallAnalyzer.MetricReference metricReference)
Stop the analysis for a given metric, the analysis periodic job will be stopped and stack
traces will no longer be produced.
|
Copyright © 2015. All Rights Reserved.