Uses of Class
org.apache.datasketches.theta.SetOperation
Packages that use SetOperation
Package
Description
The theta package contains the basic sketch classes that are members of the
Theta Sketch Framework.
-
Uses of SetOperation in org.apache.datasketches.theta
Subclasses of SetOperation in org.apache.datasketches.thetaModifier and TypeClassDescriptionclassComputes a set difference, A-AND-NOT-B, of two theta sketches.classThe API for intersection operationsclassCompute the union of two or more theta sketches.Methods in org.apache.datasketches.theta that return SetOperationModifier and TypeMethodDescriptionReturns a SetOperation with the current configuration of this Builder and the given Family.Returns a SetOperation with the current configuration of this Builder, the given Family and the given destination memory.static SetOperationSetOperation.heapify(org.apache.datasketches.memory.Memory srcMem) Heapify takes the SetOperations image in Memory and instantiates an on-heap SetOperation using the Default Update Seed.static SetOperationSetOperation.heapify(org.apache.datasketches.memory.Memory srcMem, long expectedSeed) Heapify takes the SetOperation image in Memory and instantiates an on-heap SetOperation using the given expectedSeed.static SetOperationSketches.heapifySetOperation(org.apache.datasketches.memory.Memory srcMem) static SetOperationSketches.heapifySetOperation(org.apache.datasketches.memory.Memory srcMem, long expectedSeed) static SetOperationSetOperation.wrap(org.apache.datasketches.memory.Memory srcMem) Wrap takes the SetOperation image in Memory and refers to it directly.static SetOperationSetOperation.wrap(org.apache.datasketches.memory.Memory srcMem, long expectedSeed) Wrap takes the SetOperation image in Memory and refers to it directly.static SetOperationSetOperation.wrap(org.apache.datasketches.memory.WritableMemory srcMem) Wrap takes the SetOperation image in Memory and refers to it directly.static SetOperationSetOperation.wrap(org.apache.datasketches.memory.WritableMemory srcMem, long expectedSeed) Wrap takes the SetOperation image in Memory and refers to it directly.static SetOperationSketches.wrapSetOperation(org.apache.datasketches.memory.Memory srcMem) static SetOperationSketches.wrapSetOperation(org.apache.datasketches.memory.Memory srcMem, long expectedSeed) static SetOperationSketches.wrapSetOperation(org.apache.datasketches.memory.WritableMemory srcMem) static SetOperationSketches.wrapSetOperation(org.apache.datasketches.memory.WritableMemory srcMem, long expectedSeed)