Uses of Class
org.apache.datasketches.theta.SetOperationBuilder
Packages that use SetOperationBuilder
Package
Description
The theta package contains the basic sketch classes that are members of the
Theta Sketch Framework.
-
Uses of SetOperationBuilder in org.apache.datasketches.theta
Methods in org.apache.datasketches.theta that return SetOperationBuilderModifier and TypeMethodDescriptionstatic final SetOperationBuilderSetOperation.builder()Makes a new builderSetOperationBuilder.setLogNominalEntries(int lgNomEntries) Alternative method of setting the Nominal Entries for this set operation from the log_base2 value.SetOperationBuilder.setMemoryRequestServer(org.apache.datasketches.memory.MemoryRequestServer memReqSvr) Set the MemoryRequestServerSetOperationBuilder.setNominalEntries(int nomEntries) Sets the Maximum Nominal Entries (max K) for this set operation.static SetOperationBuilderSketches.setOperationBuilder()Ref:SetOperationBuilderSetOperationBuilder.setP(float p) Sets the upfront uniform sampling probability, p.SetOperationBuilder.setResizeFactor(ResizeFactor rf) Sets the cache Resize FactorSetOperationBuilder.setSeed(long seed) Sets the long seed value that is require by the hashing function.