Uses of Class
org.apache.datasketches.theta.SetOperationBuilder
| Package | Description |
|---|---|
| org.apache.datasketches.theta |
The theta package contains all the 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 SetOperationBuilder Modifier and Type Method Description static SetOperationBuilderSetOperation. builder()Makes a new builderSetOperationBuilderSetOperationBuilder. setMemoryRequestServer(org.apache.datasketches.memory.MemoryRequestServer memReqSvr)Set the MemoryRequestServerSetOperationBuilderSetOperationBuilder. setNominalEntries(int nomEntries)Sets the Maximum Nominal Entries (max K) for this set operation.static SetOperationBuilderSketches. setOperationBuilder()Ref:SetOperationBuilderSetOperationBuilderSetOperationBuilder. setP(float p)Sets the upfront uniform sampling probability, p.SetOperationBuilderSetOperationBuilder. setResizeFactor(ResizeFactor rf)Sets the cache Resize FactorSetOperationBuilderSetOperationBuilder. setSeed(long seed)Sets the long seed value that is require by the hashing function.