|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ICounterNode | |
|---|---|
| com.bigdata.cache | A canonicalizing object cache may be constructed from an outer weak reference value hash map backed by an inner hard reference LRU policy. |
| com.bigdata.counters | Package supports declaration, collection, and interchange of performance counters for both hosts and processes on supported platforms. |
| Uses of ICounterNode in com.bigdata.cache |
|---|
| Subinterfaces of ICounterNode in com.bigdata.cache | |
|---|---|
static interface |
IGlobalLRU.IGlobalLRUCounters
Interface defines some standard counters for the global LRU. |
| Uses of ICounterNode in com.bigdata.counters |
|---|
| Subinterfaces of ICounterNode in com.bigdata.counters | |
|---|---|
interface |
ICounter<T>
Interface for a sampled counter. |
interface |
ICounterSet
A collection of named Counters. |
| Classes in com.bigdata.counters that implement ICounterNode | |
|---|---|
class |
AbstractCounterSet
|
class |
CounterSet
A set of counters arranged in a hierarchy, much like a file system. |
| Methods in com.bigdata.counters that return ICounterNode | |
|---|---|
ICounterNode |
CounterSet.detach(String path)
Detaches and returns the node having that path. |
ICounterNode |
ICounterNode.getChild(String name)
Return the directly attached object by name. |
ICounterNode |
CounterSet.getChild(String name)
|
ICounterNode |
ICounterNode.getPath(String path)
Return the object described by the path. |
ICounterNode |
AbstractCounterSet.getPath(String path)
|
| Methods in com.bigdata.counters that return types with arguments of type ICounterNode | |
|---|---|
Iterator<ICounterNode> |
CounterSet.getNodes(Pattern filter)
All spanned nodes. |
| Methods in com.bigdata.counters with parameters of type ICounterNode | |
|---|---|
void |
CounterSet.attach(ICounterNode src)
Attaches a CounterSet as a child of this node. |
void |
CounterSet.attach(ICounterNode src,
boolean replace)
|
| Method parameters in com.bigdata.counters with type arguments of type ICounterNode | |
|---|---|
Iterator |
CounterSet.directChildIterator(boolean sorted,
Class<? extends ICounterNode> type)
Iterator visits all directly attached children. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||