Package | Description |
---|---|
org.javasimon |
Core package, contains
Simon implementations, with
the SimonManager as the center point of the API. |
org.javasimon.callback | |
org.javasimon.jmx |
JMX capabilities for Simons.
|
org.javasimon.utils |
Java Simon supporting utilities and tools.
|
Modifier and Type | Method and Description |
---|---|
CounterSample |
Counter.sample() |
CounterSample |
Counter.sampleIncrement(Object key) |
CounterSample |
Counter.sampleIncrementNoReset(Object key) |
Modifier and Type | Method and Description |
---|---|
void |
CompositeFilterCallback.onCounterDecrease(Counter counter,
long dec,
CounterSample sample) |
void |
CompositeCallbackImpl.onCounterDecrease(Counter counter,
long dec,
CounterSample sample) |
void |
CallbackSkeleton.onCounterDecrease(Counter counter,
long dec,
CounterSample sample) |
void |
Callback.onCounterDecrease(Counter counter,
long dec,
CounterSample sample)
Counter decrease event.
|
void |
CompositeFilterCallback.onCounterIncrease(Counter counter,
long inc,
CounterSample sample) |
void |
CompositeCallbackImpl.onCounterIncrease(Counter counter,
long inc,
CounterSample sample) |
void |
CallbackSkeleton.onCounterIncrease(Counter counter,
long inc,
CounterSample sample) |
void |
Callback.onCounterIncrease(Counter counter,
long inc,
CounterSample sample)
Counter increase event.
|
void |
CompositeFilterCallback.onCounterSet(Counter counter,
long val,
CounterSample sample) |
void |
CompositeCallbackImpl.onCounterSet(Counter counter,
long val,
CounterSample sample) |
void |
CallbackSkeleton.onCounterSet(Counter counter,
long val,
CounterSample sample) |
void |
Callback.onCounterSet(Counter counter,
long val,
CounterSample sample)
Counter set event.
|
Modifier and Type | Class and Description |
---|---|
class |
CounterSample
Value object for retrieving data from Counter Simon.
|
Modifier and Type | Method and Description |
---|---|
void |
SystemDebugCallback.onCounterDecrease(Counter counter,
long dec,
CounterSample sample) |
void |
SystemDebugCallback.onCounterIncrease(Counter counter,
long inc,
CounterSample sample) |
void |
SystemDebugCallback.onCounterSet(Counter counter,
long val,
CounterSample sample) |
Copyright © 2019. All rights reserved.