Uses of Annotation Interface
org.apache.datasketches.common.SuppressFBWarnings
Packages that use 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 contains the implementations of the paper https://arxiv.org/abs/1705.07001.
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
Methods in org.apache.datasketches.common with annotations of type SuppressFBWarnings -
Uses of SuppressFBWarnings in org.apache.datasketches.cpc
Constructors in org.apache.datasketches.cpc with annotations of type SuppressFBWarningsModifierConstructorDescriptionCompressionCharacterization(int lgMinK, int lgMaxK, int lgMinT, int lgMaxT, int lgMulK, int uPPO, int incLgK, PrintStream pS, PrintWriter pW) Only used in test.CpcWrapper(MemorySegment seg) Construct a read-only view of the given MemorySegment that contains a CpcSketchMergingValidation(int lgMinK, int lgMaxK, int lgMulK, int uPPO, int incLgK, PrintStream pS, PrintWriter pW) ConstructorQuickMergingValidation(int lgMinK, int lgMaxK, int incLgK, PrintStream ps, PrintWriter pw) ConstructorStreamingValidation(int lgMinK, int lgMaxK, int trials, int ppoN, PrintStream pS, PrintWriter pW) Constructor -
Uses of SuppressFBWarnings in org.apache.datasketches.frequencies
Classes in org.apache.datasketches.frequencies with annotations of type SuppressFBWarningsModifier and TypeClassDescriptionclassThis sketch is based on the paper https://arxiv.org/abs/1705.07001 ("A High-Performance Algorithm for Identifying Frequent Items in Data Streams" by Daniel Anderson, Pryce Bevan, Kevin Lang, Edo Liberty, Lee Rhodes, and Justin Thaler) and 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.theta
Methods in org.apache.datasketches.theta with annotations of type SuppressFBWarningsModifier and TypeMethodDescriptionUpdatableThetaSketchBuilder.buildShared(MemorySegment dstSeg) Returns a concurrent shared UpdatableThetaSketch with the current configuration of the Builder and the given destination MemorySegment.UpdatableThetaSketchBuilder.buildSharedFromSketch(UpdatableThetaSketch sketch, MemorySegment dstSeg) Returns a direct (potentially off-heap) concurrent shared UpdatableThetaSketch with the current configuration of the Builder, the data from the given sketch, and the given destination MemorySegment. -
Uses of SuppressFBWarnings in org.apache.datasketches.tuple
Methods in org.apache.datasketches.tuple with annotations of type SuppressFBWarningsModifier and TypeMethodDescriptionstatic <S extends Summary>
CompactTupleSketch<S> TupleAnotB.aNotB(TupleSketch<S> skA, ThetaSketch skB) Returns the A-and-not-B set operation on a TupleSketch and a ThetaSketch.static <S extends Summary>
CompactTupleSketch<S> TupleAnotB.aNotB(TupleSketch<S> skA, TupleSketch<S> skB) Returns the A-and-not-B set operation on the two given TupleSketches. -
Uses of SuppressFBWarnings in org.apache.datasketches.tuple.arrayofdoubles
Methods in org.apache.datasketches.tuple.arrayofdoubles with annotations of type SuppressFBWarningsModifier and TypeMethodDescriptionvoidArrayOfDoublesAnotBImpl.update(ArrayOfDoublesSketch skA, ArrayOfDoublesSketch skB)