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
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 TypeMethodDescriptionAnotB.getFamily()CompactSketch.getFamily()Intersection.getFamily()abstract FamilySetOperation.getFamily()Gets the Family of this SetOperationabstract FamilySketch.getFamily()Returns the Family that this sketch belongs toUnion.getFamily()UpdateSketchBuilder.getFamily()Returns the FamilyMethods in org.apache.datasketches.theta with parameters of type FamilyModifier 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.Set the Family.