Uses of Class
org.apache.datasketches.theta.UpdatableThetaSketchBuilder
Packages that use UpdatableThetaSketchBuilder
Package
Description
The theta package contains the basic sketch classes that are members of the
Theta-Sketch Framework.
-
Uses of UpdatableThetaSketchBuilder in org.apache.datasketches.theta
Methods in org.apache.datasketches.theta that return UpdatableThetaSketchBuilderModifier and TypeMethodDescriptionstatic final UpdatableThetaSketchBuilderUpdatableThetaSketch.builder()Returns a new builderUpdatableThetaSketchBuilder.setConCurLogNominalEntries(int lgNomEntries) Alternative method of setting the local (default) Nominal Entries for a local concurrent sketch from the log_base2 value.UpdatableThetaSketchBuilder.setConCurNominalEntries(int nomEntries) Sets the local (default) Concurrent Nominal Entries for the concurrent local sketch.Set the local Family.UpdatableThetaSketchBuilder.setLgK(int lgK) Alternative method of setting the Nominal Entries for this builder from the log_base2 value, commonly called LgK.UpdatableThetaSketchBuilder.setLogNominalEntries(int lgNomEntries) Alternative method of setting the local Nominal Entries for this builder from the log_base2 value.UpdatableThetaSketchBuilder.setMemorySegmentRequest(MemorySegmentRequest mSegReq) Sets the local MemorySegmentRequestUpdatableThetaSketchBuilder.setNominalEntries(int nomEntries) Sets the local Nominal Entries for this builder.UpdatableThetaSketchBuilder.setP(float p) Sets the local upfront uniform pre-sampling probability, pUpdatableThetaSketchBuilder.setPropagateOrderedCompact(boolean prop) Sets the local Propagate Ordered Compact flag to the given value.UpdatableThetaSketchBuilder.setResizeFactor(ResizeFactor rf) Sets the local cache Resize Factor.UpdatableThetaSketchBuilder.setSeed(long seed) Sets the local long seed value that is required by the hashing function.