Package | Description |
---|---|
messif.buckets |
Storage classes capable of holding
objects . |
messif.pivotselection |
Support for selection of representative objects (pivots).
|
messif.statistics |
Statistic gathering support.
|
Modifier and Type | Field and Description |
---|---|
protected static StatisticRefCounter |
LocalBucket.counterBucketAddObject
Number of object inserts statistic per bucket
|
protected static StatisticRefCounter |
LocalBucket.counterBucketDelObject
Number of object deletions statistic per bucket
|
protected static StatisticRefCounter |
LocalBucket.counterBucketRead
Number of bucket reads statistic per bucket
|
Modifier and Type | Field and Description |
---|---|
protected static StatisticRefCounter |
AbstractPivotChooser.counterBucketReadBuckets
Global bucket accesses refcounter statistic
|
protected static StatisticRefCounter |
AbstractPivotChooser.counterPivotReadBuckets
Statistic refcounter for pivot chooser accesses to bucket
|
Modifier and Type | Method and Description |
---|---|
protected StatisticRefCounter |
StatisticRefCounter.cast() |
static StatisticRefCounter |
OperationStatistics.getOpStatisticRefCounter(java.lang.String name)
Returns statistics reference counter from current thread operation statistics namespace
|
StatisticRefCounter |
OperationStatistics.getStatisticRefCounter(java.lang.String name)
Returns statistics reference counter from this operation statistics namespace
|
static StatisticRefCounter |
StatisticRefCounter.getStatistics(java.lang.String name)
Create new statistic object with specified name or get the one already existing
|
Modifier and Type | Method and Description |
---|---|
void |
StatisticRefCounter.bindTo(StatisticRefCounter object)
Bind current statistics object to receive notifications at the same time as the specified statistics receives some.
|
protected void |
StatisticRefCounter.setFrom(StatisticRefCounter sourceStat) |
protected void |
StatisticRefCounter.updateFrom(StatisticRefCounter sourceStat)
Statistics merging
|