Package | Description |
---|---|
messif.netbucket.replication |
Replication support for remote buckets.
|
messif.objects |
Metric data objects.
|
messif.pivotselection |
Support for selection of representative objects (pivots).
|
messif.statistics |
Statistic gathering support.
|
Modifier and Type | Field and Description |
---|---|
protected static StatisticCounter |
ReplicationBucket.distanceComputations
Statistics counter
|
Modifier and Type | Field and Description |
---|---|
protected static StatisticCounter |
LocalAbstractObject.counterDistanceComputations
Global counter for distance computations (any purpose)
|
protected static StatisticCounter |
LocalAbstractObject.counterLowerBoundDistanceComputations
Global counter for lower-bound distance computations (any purpose)
|
protected static StatisticCounter |
LocalAbstractObject.counterPrecomputedDistanceSavings
Global counter for saving distance computations by using precomputed
|
protected static StatisticCounter |
LocalAbstractObject.counterUpperBoundDistanceComputations
Global counter for upper-bound distance computations (any purpose)
|
Modifier and Type | Field and Description |
---|---|
protected static StatisticCounter |
AbstractPivotChooser.counterObjectDistComp
Global distance computations statistic counter
|
protected static StatisticCounter |
AbstractPivotChooser.counterPivotDistComp
Statistic counter for pivot chooser distance computations
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.Object,StatisticCounter> |
StatisticRefCounter.values
Reference counter data
|
Modifier and Type | Method and Description |
---|---|
protected StatisticCounter |
StatisticCounter.cast() |
static StatisticCounter |
OperationStatistics.getOpStatisticCounter(java.lang.String name)
Returns statistics counter from current thread operation statistics namespace
|
protected StatisticCounter |
StatisticRefCounter.getStatisticCounter(java.lang.Object key,
boolean createIfNotExist)
Return the statistic counter associated with the provided key.
|
protected StatisticCounter |
StatisticRefCounter.getStatisticCounter(java.lang.Object key,
boolean createIfNotExist,
long initialValue)
Return the statistic counter associated with the provided key.
|
StatisticCounter |
OperationStatistics.getStatisticCounter(java.lang.String name)
Returns statistics counter from this operation statistics namespace
|
static StatisticCounter |
StatisticCounter.getStatistics(java.lang.String name)
Create new statistic counter with specified name or get the one already existing
|
StatisticCounter |
StatisticRefCounter.remove(java.lang.Object key)
Return either the StatisticCounter for given key and remove it from the mapping or return null, if the key is not in the map
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Object,StatisticCounter> |
StatisticRefCounter.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
StatisticRefCounter.bindTo(StatisticCounter object,
java.lang.Object key)
Bind current statistics object to receive notifications at the same time as the specified statistics receives some.
|
protected void |
StatisticCounter.setFrom(StatisticCounter sourceStat) |
protected void |
StatisticCounter.updateFrom(StatisticCounter sourceStat) |