See: Description
Interface | Description |
---|---|
MemoryStatus |
Methods for inquiring the status of a backing Memory object.
|
Class | Description |
---|---|
ArrayOfBooleansSerDe |
Methods of serializing and deserializing arrays of Boolean as a bit array.
|
ArrayOfDoublesSerDe |
Methods of serializing and deserializing arrays of Double.
|
ArrayOfItemsSerDe<T> |
Base class for serializing and deserializing custom types.
|
ArrayOfLongsSerDe |
Methods of serializing and deserializing arrays of Long.
|
ArrayOfNumbersSerDe |
Methods of serializing and deserializing arrays of the object version of primitive types of
Number.
|
ArrayOfStringsSerDe |
Methods of serializing and deserializing arrays of String.
|
ArrayOfUtf16StringsSerDe |
Methods of serializing and deserializing arrays of String.
|
BoundsOnBinomialProportions |
Confidence intervals for binomial proportions.
|
BoundsOnRatiosInSampledSets |
This class is used to compute the bounds on the estimate of the ratio |B| / |A|, where:
|A| is the unknown size of a set A of unique identifiers.
|
ByteArrayUtil |
Useful methods for byte arrays.
|
Util |
Common utility functions.
|
Enum | Description |
---|---|
Family |
Defines the various families of sketch and set operation classes.
|
ResizeFactor |
For the Families that accept this configuration parameter, it controls the size multiple that
affects how fast the internal cache grows, when more space is required.
|
Exception | Description |
---|---|
SketchesArgumentException |
Illegal Arguments Exception class for the library
|
SketchesException |
Exception class for the library
|
SketchesReadOnlyException |
Write operation attempted on a read-only class.
|
SketchesStateException |
Illegal State Exception class for the library
|
Annotation Type | Description |
---|---|
SuppressFBWarnings |
Used to suppress SpotBug warnings.
|
Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.