| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInstrument
The AbstractInstrument class can be used by an class wishing to implement
the Instruement interface.
|
class |
CounterInstrument
CounterInstruments can be used to profile the number of times that
something happens.
|
class |
ValueInstrument
Objects implementing Instrumentable can create Instruments with integer
values using a ValueInstrument.
|
| Modifier and Type | Field and Description |
|---|---|
static Instrument[] |
Instrumentable.EMPTY_INSTRUMENT_ARRAY
Empty Instrument array for use in hierarchical Instrumentable systems.
|
| Modifier and Type | Method and Description |
|---|---|
Instrument[] |
AbstractLogEnabledInstrumentable.getInstruments()
Obtain a reference to all the Instruments that the Instrumentable object
wishes to expose.
|
Instrument[] |
Instrumentable.getInstruments()
Obtain a reference to all the Instruments that the Instrumentable object
wishes to expose.
|
Instrument[] |
AbstractInstrumentable.getInstruments()
Obtain a reference to all the Instruments that the Instrumentable object
wishes to expose.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractLogEnabledInstrumentable.addInstrument(Instrument instrument)
Adds an Instrument to the list of Instruments published by the component.
|
protected void |
AbstractInstrumentable.addInstrument(Instrument instrument)
Adds an Instrument to the list of Instruments published by the component.
|