Uses of Enum Class
org.apache.datasketches.common.Family
Packages that use Family
Package
Description
This package is for common classes that may be used across all the sketch families.
Compressed Probabilistic Counting sketch family
The theta package contains the basic sketch classes that are members of the
Theta-Sketch Framework.
-
Uses of Family in org.apache.datasketches.common
Subclasses with type arguments of type Family in org.apache.datasketches.commonModifier and TypeClassDescriptionenumDefines the various families of sketch and set operation classes.Methods in org.apache.datasketches.common that return FamilyModifier and TypeMethodDescriptionstatic FamilyFamily.idToFamily(int id) Returns the Family given the IDstatic FamilyFamily.stringToFamily(String famName) Returns the Family given the family namestatic FamilyReturns the enum constant of this class with the specified name.static Family[]Family.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Family in org.apache.datasketches.cpc
Methods in org.apache.datasketches.cpc that return FamilyModifier and TypeMethodDescriptionstatic FamilyCpcSketch.getFamily()Return the DataSketches identifier for this CPC family of sketches.static FamilyCpcUnion.getFamily()Return the DataSketches identifier for this CPC family of sketches.static FamilyCpcWrapper.getFamily()Return the DataSketches identifier for this CPC family of sketches. -
Uses of Family in org.apache.datasketches.theta
Methods in org.apache.datasketches.theta that return FamilyModifier and TypeMethodDescriptionCompactThetaSketch.getFamily()ThetaAnotB.getFamily()ThetaIntersection.getFamily()abstract FamilyThetaSetOperation.getFamily()Gets the Family of this ThetaSetOperationabstract FamilyThetaSketch.getFamily()Returns the Family that this sketch belongs toThetaUnion.getFamily()UpdatableThetaSketchBuilder.getFamily()Returns the local FamilyMethods in org.apache.datasketches.theta with parameters of type FamilyModifier 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.Set the local Family.