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 SummaryNested classes/interfaces inherited from interface one.microstream.hashing.HashStatisticsBucketBasedHashStatisticsBucketBased.Default
- 
Constructor SummaryConstructors Constructor Description Default()
- 
Method SummaryModifier and Type Method Description XGettingTable<Long,Long>bucketLengthDistribution()longelementCount()floathashDensity()longhashLength()longhighestBucketLength()StringtoString()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface one.microstream.hashing.HashStatisticsBucketBasedaverageBucketLength
- 
Constructor Details- 
Defaultpublic Default()
 
- 
- 
Method Details- 
hashLengthpublic final long hashLength()- Specified by:
- hashLengthin interface- HashStatistics
 
- 
elementCountpublic final long elementCount()- Specified by:
- elementCountin interface- HashStatistics
 
- 
hashDensitypublic final float hashDensity()- Specified by:
- hashDensityin interface- HashStatisticsBucketBased
 
- 
highestBucketLengthpublic final long highestBucketLength()- Specified by:
- highestBucketLengthin interface- HashStatisticsBucketBased
 
- 
bucketLengthDistribution- Specified by:
- bucketLengthDistributionin interface- HashStatisticsBucketBased
 
- 
toString
 
-