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()longelementCount()floathashDensity()longhashLength()longhighestBucketLength()StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface one.microstream.hashing.HashStatisticsBucketBased
averageBucketLength 
- 
Constructor Details
- 
Default
public Default() 
 - 
 - 
Method Details
- 
hashLength
public final long hashLength()- Specified by:
 hashLengthin interfaceHashStatistics
 - 
elementCount
public final long elementCount()- Specified by:
 elementCountin interfaceHashStatistics
 - 
hashDensity
public final float hashDensity()- Specified by:
 hashDensityin interfaceHashStatisticsBucketBased
 - 
highestBucketLength
public final long highestBucketLength()- Specified by:
 highestBucketLengthin interfaceHashStatisticsBucketBased
 - 
bucketLengthDistribution
- Specified by:
 bucketLengthDistributionin interfaceHashStatisticsBucketBased
 - 
toString
 
 -