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 | |
com.bigdata.counters.render |
Modifier and Type | Method and Description |
---|---|
static PeriodEnum |
PeriodEnum.getValue(TimeUnit unit) |
static PeriodEnum |
PeriodEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PeriodEnum[] |
PeriodEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
History<T> |
HistoryInstrument.getHistory(PeriodEnum basePeriod)
Return the
History for the specified base period. |
Constructor and Description |
---|
DefaultInstrumentFactory(int nslots,
PeriodEnum period,
boolean overwrite) |
Modifier and Type | Field and Description |
---|---|
PeriodEnum |
HistoryTable.basePeriod
Identifies the history to be written for each of the selected
counters by its based reporting period.
|
PeriodEnum |
URLQueryModel.period
The reporting period to be used.
|
Modifier and Type | Method and Description |
---|---|
static void |
QueryUtil.readCountersFromFile(File file,
CounterSet counterSet,
Pattern filter,
int nslots,
PeriodEnum unit)
Read counters matching the optional filter from the file into the given
CounterSet . |
ICounter[] |
CounterSetSelector.selectCounters(int depth,
Pattern pattern,
long fromTime,
long toTime,
PeriodEnum period,
boolean historyRequired) |
ICounter[] |
CounterSetBTreeSelector.selectCounters(int depth,
Pattern pattern,
long fromTime,
long toTime,
PeriodEnum period,
boolean historyRequiredIsIgnored) |
ICounter[] |
ICounterSelector.selectCounters(int depth,
Pattern pattern,
long fromTime,
long toTime,
PeriodEnum period,
boolean historyRequired)
Selects and returns a collection of performance counters with history.
|
Constructor and Description |
---|
HistoryTable(ICounter[] a,
PeriodEnum basePeriod) |
QueryUtil.ReadCounterSetXMLFileTask(File file,
CounterSet counterSet,
int nsamples,
PeriodEnum period,
Pattern regex) |
Modifier and Type | Method and Description |
---|---|
protected void |
XHTMLRenderer.writeHistoryTable(Writer w,
ICounter[] a,
PeriodEnum basePeriod,
TimestampFormatEnum timestampFormat)
Writes out a table containing the histories for the selected counters.
|
protected void |
XHTMLRenderer.writePivotTable(Writer w,
ICounter[] a,
PeriodEnum basePeriod,
TimestampFormatEnum timestampFormat)
Writes out a pivot table view.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.