Uses of Annotation Interface
org.apache.datasketches.common.SuppressFBWarnings
Package
Description
This package is for common classes that may be used across all the sketch families.
Compressed Probabilistic Counting sketch family
This package is dedicated to streaming algorithms that enable estimation of the
frequency of occurrence of items in a weighted multiset stream of items.
This package is for the implementations of the sketch algorithm developed by Zohar Karnin, Kevin Lang,
and Edo Liberty that is commonly referred to as the "KLL" sketch after the authors' last names.
The theta package contains the basic sketch classes that are members of the
Theta Sketch Framework.
The tuple package contains a number of sketches based on the same
fundamental algorithms of the Theta Sketch Framework and extend these
concepts for whole new families of sketches.
This package is for a concrete implementation of the Tuple sketch for an array of double values.
-
Uses of SuppressFBWarnings in org.apache.datasketches.common
-
Uses of SuppressFBWarnings in org.apache.datasketches.cpc
ModifierConstructorDescriptionCompressionCharacterization
(int lgMinK, int lgMaxK, int lgMinT, int lgMaxT, int lgMulK, int uPPO, int incLgK, PrintStream pS, PrintWriter pW) Only used in test.CpcWrapper
(org.apache.datasketches.memory.Memory mem) Construct a read-only view of the given Memory that contains a CpcSketchMergingValidation
(int lgMinK, int lgMaxK, int lgMulK, int uPPO, int incLgK, PrintStream pS, PrintWriter pW) QuickMergingValidation
(int lgMinK, int lgMaxK, int incLgK, PrintStream ps, PrintWriter pw) StreamingValidation
(int lgMinK, int lgMaxK, int trials, int ppoN, PrintStream pS, PrintWriter pW) -
Uses of SuppressFBWarnings in org.apache.datasketches.frequencies
Modifier and TypeClassDescriptionclass
This sketch is useful for tracking approximate frequencies of long items with optional associated counts (long item, long count) that are members of a multiset of such items. -
Uses of SuppressFBWarnings in org.apache.datasketches.kll
Modifier and TypeMethodDescriptionKllDoublesSketch.getSortedView()
KllFloatsSketch.getSortedView()
KllLongsSketch.getSortedView()
-
Uses of SuppressFBWarnings in org.apache.datasketches.theta
Modifier and TypeMethodDescriptionUpdateSketchBuilder.buildShared
(org.apache.datasketches.memory.WritableMemory dstMem) Returns a direct (potentially off-heap) concurrent shared UpdateSketch with the current configuration of the Builder and the given destination WritableMemory.UpdateSketchBuilder.buildSharedFromSketch
(UpdateSketch sketch, org.apache.datasketches.memory.WritableMemory dstMem) Returns a direct (potentially off-heap) concurrent shared UpdateSketch with the current configuration of the Builder, the data from the given sketch, and the given destination WritableMemory. -
Uses of SuppressFBWarnings in org.apache.datasketches.tuple
Modifier and TypeClassDescriptionfinal class
Computes a set difference, A-AND-NOT-B, of two generic tuple sketches.Modifier and TypeMethodDescriptionstatic <S extends Summary>
CompactSketch<S>Returns the A-and-not-B set operation on a Tuple sketch and a Theta sketch.static <S extends Summary>
CompactSketch<S>Returns the A-and-not-B set operation on the two given Tuple sketches. -
Uses of SuppressFBWarnings in org.apache.datasketches.tuple.arrayofdoubles
Modifier and TypeMethodDescriptionvoid
ArrayOfDoublesAnotBImpl.update
(ArrayOfDoublesSketch skA, ArrayOfDoublesSketch skB)