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.
|
interface |
ICounterSet
A collection of named
Counter s. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCounterSet |
class |
CounterSet
A set of counters arranged in a hierarchy, much like a file system.
|
Modifier and Type | Method and Description |
---|---|
ICounterNode |
CounterSet.detach(String path)
Detaches and returns the node having that path.
|
ICounterNode |
CounterSet.getChild(String name) |
ICounterNode |
ICounterNode.getChild(String name)
Return the directly attached object by name.
|
ICounterNode |
ICounterNode.getPath(String path)
Return the object described by the path.
|
ICounterNode |
AbstractCounterSet.getPath(String path) |
Modifier and Type | Method and Description |
---|---|
Iterator<ICounterNode> |
CounterSet.getNodes(Pattern filter)
All spanned nodes.
|
Modifier and Type | Method and Description |
---|---|
void |
CounterSet.attach(ICounterNode src)
Attaches a
CounterSet as a child of this node. |
void |
CounterSet.attach(ICounterNode src,
boolean replace) |
Modifier and Type | Method and Description |
---|---|
Iterator |
CounterSet.directChildIterator(boolean sorted,
Class<? extends ICounterNode> type)
Iterator visits all directly attached children.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.