Package | Description |
---|---|
messif.algorithms |
Search algorithms base classes.
|
messif.buckets |
Storage classes capable of holding
objects . |
messif.netbucket.replication |
Replication support for remote buckets.
|
messif.network |
Message-based networking support.
|
messif.objects |
Metric data objects.
|
messif.pivotselection |
Support for selection of representative objects (pivots).
|
messif.statistics |
Statistic gathering support.
|
Class and Description |
---|
FutureWithStatistics
Extension of the common
Future interface with statistics gathered inside the computation. |
OperationStatistics
A local (operation's) list of statistics.
|
Statistics
Base class for all statistics.
|
Class and Description |
---|
StatisticRefCounter |
Class and Description |
---|
StatisticCounter |
StatisticSimpleWeakrefCounter |
Class and Description |
---|
OperationStatistics
A local (operation's) list of statistics.
|
Statistics
Base class for all statistics.
|
Class and Description |
---|
StatisticCounter |
Class and Description |
---|
StatisticCounter |
StatisticRefCounter |
Class and Description |
---|
FutureWithStatistics
Extension of the common
Future interface with statistics gathered inside the computation. |
OperationStatistics
A local (operation's) list of statistics.
|
StatisticCounter |
StatisticMinMaxCounter |
StatisticObject |
StatisticRefCounter |
Statistics
Base class for all statistics.
|
StatisticSimpleWeakrefCounter |
StatisticSlidingAvgCounter
This is a statistic that counts aggregated functions (especially avg) from
1) last n values - if n+1 value is added, the first is removed and not considered any more or
2) values stored in the time-sliding window
3) combination of 1) and 2)
Moreover, there is a possibility of linking each value (and time) with a "key" and then all
values added to this counter are sumed up according to the key
|
StatisticTimer
Statistics for counting wall-clock time.
|