Package one.microstream.hashing
Class HashStatisticsBucketBased.Default
- java.lang.Object
-
- one.microstream.hashing.HashStatisticsBucketBased.Default
-
- All Implemented Interfaces:
HashStatistics
,HashStatisticsBucketBased
- Enclosing interface:
- HashStatisticsBucketBased
public static final class HashStatisticsBucketBased.Default extends Object implements HashStatisticsBucketBased
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.hashing.HashStatisticsBucketBased
HashStatisticsBucketBased.Default
-
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description XGettingTable<Long,Long>
bucketLengthDistribution()
long
elementCount()
float
hashDensity()
long
hashLength()
long
highestBucketLength()
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface one.microstream.hashing.HashStatisticsBucketBased
averageBucketLength
-
-
-
-
Method Detail
-
hashLength
public final long hashLength()
- Specified by:
hashLength
in interfaceHashStatistics
-
elementCount
public final long elementCount()
- Specified by:
elementCount
in interfaceHashStatistics
-
hashDensity
public final float hashDensity()
- Specified by:
hashDensity
in interfaceHashStatisticsBucketBased
-
highestBucketLength
public final long highestBucketLength()
- Specified by:
highestBucketLength
in interfaceHashStatisticsBucketBased
-
bucketLengthDistribution
public final XGettingTable<Long,Long> bucketLengthDistribution()
- Specified by:
bucketLengthDistribution
in interfaceHashStatisticsBucketBased
-
-