static SetOperationBuilder |
SetOperation.builder() |
Makes a new builder
|
SetOperationBuilder |
SetOperationBuilder.setLogNominalEntries(int lgNomEntries) |
Alternative method of setting the Nominal Entries for this set operation from the log_base2 value.
|
SetOperationBuilder |
SetOperationBuilder.setMemoryRequestServer(org.apache.datasketches.memory.MemoryRequestServer memReqSvr) |
Set the MemoryRequestServer
|
SetOperationBuilder |
SetOperationBuilder.setNominalEntries(int nomEntries) |
Sets the Maximum Nominal Entries (max K) for this set operation.
|
static SetOperationBuilder |
Sketches.setOperationBuilder() |
|
SetOperationBuilder |
SetOperationBuilder.setP(float p) |
Sets the upfront uniform sampling probability, p.
|
SetOperationBuilder |
SetOperationBuilder.setResizeFactor(ResizeFactor rf) |
Sets the cache Resize Factor
|
SetOperationBuilder |
SetOperationBuilder.setSeed(long seed) |
Sets the long seed value that is require by the hashing function.
|