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