Package | Description |
---|---|
com.bigdata.counters |
Package supports declaration, collection, and interchange of performance counters
for both hosts and processes on supported platforms.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICounter<T>
Interface for a sampled counter.
|
Modifier and Type | Class and Description |
---|---|
class |
HistoryInstrument<T>
A history instrument which aggregates samples into a circular buffer with a
specified sample period.
|
class |
Instrument<T>
Abstract class for reporting instrumented values supporting some useful
conversions.
|
class |
OneShotInstrument<T>
An
Instrument that records a single value at the moment that it
is constructed and always reports the same value and lastModified time. |
Modifier and Type | Method and Description |
---|---|
IInstrument<T> |
ICounter.getInstrument() |
IInstrument |
DefaultInstrumentFactory.newInstance(Class type) |
IInstrument |
ICounterSet.IInstrumentFactory.newInstance(Class type) |
Modifier and Type | Method and Description |
---|---|
ICounter |
CounterSet.addCounter(String path,
IInstrument instrument)
Add a counter.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.