public interface SketchPartitionLimits
Modifier and Type | Method and Description |
---|---|
int |
getMaxPartitions()
Gets the maximum number of partitions this sketch will support based on the configured size K
and the number of retained values of this sketch.
|
default long |
getMinPartitionSizeItems()
Gets the minimum partition size in items this sketch will support based on the configured size K of this
sketch and the number of retained values of this sketch.
|
long |
getN()
Gets the length of the input stream offered to the sketch..
|
int getMaxPartitions()
default long getMinPartitionSizeItems()
long getN()
Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.