| Package | Description |
|---|---|
| com.bigdata.counters |
Package supports declaration, collection, and interchange of performance counters
for both hosts and processes on supported platforms.
|
| com.bigdata.counters.query |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultInstrumentFactory
Used to read in
CounterSet XML, aggregating data into
HistoryInstruments. |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLUtility.readXML(CounterSet root,
InputStream is,
ICounterSet.IInstrumentFactory instrumentFactory,
Pattern filter) |
void |
CounterSet.readXML(InputStream is,
ICounterSet.IInstrumentFactory instrumentFactory,
Pattern filter) |
void |
ICounterSet.readXML(InputStream is,
ICounterSet.IInstrumentFactory instrumentFactory,
Pattern filter)
Reads counters into this hierarchy.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
QueryUtil.readCountersFromFile(File file,
CounterSet counterSet,
Pattern filter,
ICounterSet.IInstrumentFactory instrumentFactory)
Read counters matching the optional filter from the file into the given
CounterSet. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.