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 | |
com.bigdata.counters.store |
This package provides a persistence mechanism for performance
counters.
|
Modifier and Type | Method and Description |
---|---|
ICounter |
CounterSet.addCounter(String path,
IInstrument instrument)
Add a counter.
|
Modifier and Type | Method and Description |
---|---|
Iterator<ICounter> |
CounterSet.counterIterator(Pattern filter)
Visits direct child counters matching the optional filter.
|
Iterator<ICounter> |
CounterSet.getCounters(Pattern filter) |
Iterator<ICounter> |
ICounterSet.getCounters(Pattern filter)
Visits
ICounter matching the optional filter declared anywhere in
the hierarchy spanned by this ICounterSet . |
Modifier and Type | Field and Description |
---|---|
ICounter[] |
PivotTable.a
The selected counters (redundant reference to
HistoryTable.a . |
ICounter[] |
HistoryTable.a
The selected counters.
|
Modifier and Type | Field and Description |
---|---|
List<ICounter> |
CSet.counters
The set of counters sharing the same set of ordered category values.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
CSet.add(ICounter counter)
Add another counter to that set.
|
static String[] |
QueryUtil.getCapturedGroups(Pattern pattern,
ICounter counter)
Return the data captured by
Pattern from the path of the
specified counter. |
protected static List<CSet> |
PivotTable.getCategoryValueSets(Pattern pattern,
ICounter[] a,
AtomicInteger ngroups)
The set of distinct ordered matched sets of category values in the
current row of the history table paired with the
ICounter s
matched up on those category values. |
Constructor and Description |
---|
CSet(String[] cats,
ICounter counter)
Create a set based on the specified category values and initially
containing the specified
ICounter . |
HistoryTable(ICounter[] a,
PeriodEnum basePeriod) |
Modifier and Type | Method and Description |
---|---|
protected String |
XHTMLRenderer.value(ICounter<?> counter,
Object val)
Deprecated.
Move into formatter objects.
|
String |
TextValueFormatter.value(ICounter counter,
Object val) |
String |
XHTMLRenderer.HTMLValueFormatter.value(ICounter counter,
Object val)
Formats a counter value as a String AND performs any escaping necessary
for inclusion in a CDATA section (we do both operations together so that
we can format
IServiceCounters.LOCAL_HTTPD as a link anchor. |
abstract String |
ValueFormatter.value(ICounter counter,
Object val)
Formats a counter value as a String.
|
protected void |
XHTMLRenderer.writeCounter(Writer w,
ICounter counter)
Writes details on a single counter using a
HistoryTable view. |
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)
Writes data in a format suitable for use in a pivot table.
|
protected void |
XHTMLRenderer.writePivotTable(Writer w,
ICounter[] a,
PeriodEnum basePeriod,
TimestampFormatEnum timestampFormat)
Writes out a pivot table view.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
CounterSetBTree.CounterSetBTreeTupleSerializer.serializeKey(ICounter c) |
Modifier and Type | Method and Description |
---|---|
void |
CounterSetBTree.writeCurrent(Iterator<ICounter> src)
Writes the current value of each visited
ICounter on the store. |
void |
CounterSetBTree.writeHistory(Iterator<ICounter> src)
Handles efficient writes of counters with
History data. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.