Package | Description |
---|---|
io.pcp.parfait | |
io.pcp.parfait.io | |
io.pcp.parfait.timing |
Modifier and Type | Class and Description |
---|---|
class |
CompositeCounter |
class |
MonitoredCounter
A MonitoredCounter is a useful implementation of
Monitorable specifically for
implementing long-valued counters. |
class |
MonitoredLongValue
Monitorable implementation for a free-running Long value. |
class |
TimeWindowCounter
Counter which keeps track of the increments only over a particular
TimeWindow , expiring old increments after the window has elapsed. |
Modifier and Type | Field and Description |
---|---|
static Counter |
Counter.NULL_COUNTER |
Constructor and Description |
---|
CompositeCounter(Collection<? extends Counter> counters) |
Constructor and Description |
---|
ByteCountingInputStream(InputStream streamToWrap,
Counter counter) |
ByteCountingOutputStream(OutputStream out,
Counter counter)
Constructs a ByteCountingOutputStream
|
Modifier and Type | Interface and Description |
---|---|
interface |
ThreadCounter |
Modifier and Type | Class and Description |
---|---|
class |
CounterPair |
static class |
ThreadCounter.ThreadLocalCounter |
static class |
ThreadCounter.ThreadMapCounter |
Modifier and Type | Method and Description |
---|---|
Counter |
CounterPairFactory.createCounterPair(javax.measure.Unit<?> unit,
String globalCounterName,
String threadMetricName,
String threadMetricSuffix,
String description) |
Copyright © 2009–2018 Performance Co-Pilot. All rights reserved.