public interface HashStatisticsBucketBased extends HashStatistics
| Modifier and Type | Interface and Description |
|---|---|
static class |
HashStatisticsBucketBased.Default |
| Modifier and Type | Method and Description |
|---|---|
default double |
averageBucketLength() |
XGettingTable<Long,Long> |
bucketLengthDistribution() |
float |
hashDensity() |
long |
highestBucketLength() |
static HashStatisticsBucketBased |
New(long hashLength,
long elementCount,
float hashDensity,
long highestBucketLength,
XGettingTable<Long,Long> bucketLengthDistribution) |
elementCount, hashLengthdefault double averageBucketLength()
float hashDensity()
long highestBucketLength()
XGettingTable<Long,Long> bucketLengthDistribution()
static HashStatisticsBucketBased New(long hashLength, long elementCount, float hashDensity, long highestBucketLength, XGettingTable<Long,Long> bucketLengthDistribution)
Copyright © 2022 MicroStream Software. All rights reserved.