| Package | Description |
|---|---|
| net.bull.javamelody | |
| net.bull.javamelody.internal.model | |
| net.bull.javamelody.internal.web | |
| net.bull.javamelody.internal.web.html | |
| net.bull.javamelody.internal.web.pdf |
| Modifier and Type | Method and Description |
|---|---|
Counter |
JdbcWrapper.getSqlCounter() |
| Modifier and Type | Method and Description |
|---|---|
Counter |
Counter.clone() |
Counter |
Collector.getCounterByName(String counterName) |
Counter |
Collector.getCounterByRequestId(CounterRequest request) |
Counter |
CounterRequestContext.getParentCounter() |
Counter |
Collector.getRangeCounter(Range range,
String counterName) |
| Modifier and Type | Method and Description |
|---|---|
List<Counter> |
Collector.getCounters() |
List<Counter> |
Collector.getRangeCounters(Range range) |
List<Counter> |
Collector.getRangeCountersToBeDisplayed(Range range) |
| Modifier and Type | Method and Description |
|---|---|
List<CounterRequestContext> |
Collector.getRootCurrentContexts(List<Counter> newParentCounters) |
static void |
CounterRequestContext.replaceParentCounters(List<CounterRequestContext> rootCurrentContexts,
List<Counter> newParentCounters) |
| Constructor and Description |
|---|
Counter(String name,
String iconName,
Counter childCounter)
Constructeur d'un compteur.
|
CounterRequestAggregation(Counter counter) |
CounterRequestContext(Counter parentCounter,
CounterRequestContext parentContext,
String requestName,
String completeRequestName,
String remoteUser,
long startCpuTime) |
| Constructor and Description |
|---|
Collector(String application,
List<Counter> counters)
Constructeur.
|
Collector(String application,
List<Counter> counters,
SamplingProfiler samplingProfiler)
Constructeur.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RumInjector.addRumHit(HttpServletRequest httpRequest,
Counter httpCounter) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
HtmlCounterReport.isRequestGraphDisplayed(Counter parentCounter) |
| Modifier and Type | Method and Description |
|---|---|
void |
PdfOtherReport.writeCounterSummaryPerClass(Collector collector,
Counter counter,
String requestId,
Range range) |
void |
PdfOtherReport.writeRuntimeDependencies(Counter counter,
Range range) |
| Modifier and Type | Method and Description |
|---|---|
void |
PdfOtherReport.writeAllCurrentRequestsAsPart(Map<JavaInformations,List<CounterRequestContext>> currentRequests,
Collector collector,
List<Counter> counters,
long timeOfSnapshot) |
Copyright © 2008–2018 Emeric Vernat. All rights reserved.