Package | Description |
---|---|
com.bigdata.btree |
The
BTree is a scalable B+-Tree with copy-on-write
semantics mapping variable length unsigned byte[] keys to variable
length byte[] values (null values are allowed). |
com.bigdata.counters |
Package supports declaration, collection, and interchange of performance counters
for both hosts and processes on supported platforms.
|
com.bigdata.service |
This package provides implementations of bigdata services (metadata
service, data service, transaction manager service.
|
Modifier and Type | Method and Description |
---|---|
ICounterSet |
BloomFilter.BloomFilterCounters.getCounters()
Return a
CounterSet reporting on the various counters tracked
in the instance fields of this class. |
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 |
---|---|
ICounterSet |
ICounterNode.getParent()
The immediate parent in the hierarchy -or-
null iff this
is the root of the hierarchy. |
ICounterSet |
AbstractCounterSet.getParent() |
ICounterSet[] |
AbstractCounterSet.getPathComponents()
The ordered array of counter sets from the root.
|
ICounterSet |
ICounterNode.getRoot()
The root of the hierarchy.
|
ICounterSet |
ICounterSet.makePath(String path)
Adds any necessary
ICounterSet s described in the path (ala
mkdirs). |
Modifier and Type | Method and Description |
---|---|
Iterator<ICounterSet> |
CounterSet.counterSetIterator()
Iterator visits the directly attached
ICounterSet children. |
Modifier and Type | Method and Description |
---|---|
protected ServiceScore |
LoadBalancerService.UpdateTask.computeScore(HostScore hostScore,
UUID serviceUUID,
ICounterSet hostCounterSet,
ICounterSet serviceCounterSet)
Compute the score for a service.
|
protected HostScore |
LoadBalancerService.UpdateTask.computeScore(String hostname,
ICounterSet hostCounterSet)
Compute the score for a host.
|
protected double |
LoadBalancerService.UpdateTask.getAverageValueForMinutes(ICounterSet counterSet,
String path,
double defaultValue,
int minutes)
Return the average of the counter having the given path over the last
minutes minutes.
|
protected double |
LoadBalancerService.UpdateTask.getCurrentValue(ICounterSet counterSet,
String path,
double defaultValue) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.