| Package | Description |
|---|---|
| io.datakernel.eventloop | |
| io.datakernel.jmx |
| Modifier and Type | Method and Description |
|---|---|
ValueStats |
EventloopStats.Keys.getAcceptPerLoop() |
ValueStats |
EventloopStats.getBusinessLogicTime() |
ValueStats |
EventloopStats.Keys.getConnectPerLoop() |
ValueStats |
EventloopStats.TaskStats.getLoopTime() |
ValueStats |
EventloopStats.Keys.getLoopTime() |
ValueStats |
EventloopStats.Keys.getOneKeyTime() |
ValueStats |
EventloopStats.TaskStats.getOneTaskTime() |
ValueStats |
EventloopStats.ScheduledTaskStats.getOverdues() |
ValueStats |
EventloopStats.Keys.getReadPerLoop() |
ValueStats |
AsyncTcpSocketImpl.JmxInspector.getReads() |
ValueStats |
AsyncUdpSocketImpl.JmxInspector.getReceives() |
ValueStats |
EventloopStats.getSelectorSelectTime() |
ValueStats |
EventloopStats.getSelectorSelectTimeout() |
ValueStats |
AsyncUdpSocketImpl.JmxInspector.getSends() |
ValueStats |
EventloopStats.TaskStats.getTasksPerLoop() |
ValueStats |
EventloopStats.Keys.getWritePerLoop() |
ValueStats |
AsyncTcpSocketImpl.JmxInspector.getWrites() |
| Modifier and Type | Method and Description |
|---|---|
static ValueStats |
ValueStats.create(Duration smoothingWindow)
Creates new ValueStats with specified smoothing window
|
static ValueStats |
ValueStats.createAccumulator() |
ValueStats |
StageStats.getDuration() |
ValueStats |
ValueStats.withAbsoluteValues(boolean value) |
ValueStats |
ValueStats.withAverageAndDeviation(boolean value) |
ValueStats |
ValueStats.withHistogram(int[] levels) |
ValueStats |
ValueStats.withLastValue(boolean value) |
ValueStats |
ValueStats.withMinMax(boolean value) |
ValueStats |
ValueStats.withPrecision(int precision) |
ValueStats |
ValueStats.withRate() |
ValueStats |
ValueStats.withRate(String rateUnit) |
ValueStats |
ValueStats.withScientificNotation() |
ValueStats |
ValueStats.withUnit(String unit) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueStats.add(ValueStats anotherStats) |
| Constructor and Description |
|---|
StageStats(Eventloop eventloop,
ValueStats duration) |
Copyright © 2019. All rights reserved.