Uses of Class
org.cojen.tupl.diag.IndexStats
Packages that use IndexStats
-
Uses of IndexStats in org.cojen.tupl
Methods in org.cojen.tupl that return IndexStatsModifier and TypeMethodDescriptionIndex.analyze
(byte[] lowKey, byte[] highKey) Estimates the size of this index with a single random probe. -
Uses of IndexStats in org.cojen.tupl.diag
Methods in org.cojen.tupl.diag that return IndexStatsModifier and TypeMethodDescriptionIndexStats.add
(IndexStats augend) Adds stats into a new object.IndexStats.clone()
IndexStats.divide
(double scalar) Divide the stats by a scalar into a new object.IndexStats.divideAndRound
(double scalar) Divide the stats by a scalar and round to whole numbers into a new object.IndexStats.round()
Round the stats to whole numbers into a new object.IndexStats.subtract
(IndexStats subtrahend) Subtract stats into a new object.Methods in org.cojen.tupl.diag with parameters of type IndexStatsModifier and TypeMethodDescriptionIndexStats.add
(IndexStats augend) Adds stats into a new object.IndexStats.subtract
(IndexStats subtrahend) Subtract stats into a new object.