Uses of Enum Class
org.apache.datasketches.common.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
Modifier and TypeMethodDescriptionstatic Family
Family.idToFamily
(int id) Returns the Family given the IDstatic Family
Family.stringToFamily
(String famName) Returns the Family given the family namestatic Family
Returns 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
Modifier and TypeMethodDescriptionstatic Family
CpcSketch.getFamily()
Return the DataSketches identifier for this CPC family of sketches.static Family
CpcUnion.getFamily()
Return the DataSketches identifier for this CPC family of sketches.static Family
CpcWrapper.getFamily()
Return the DataSketches identifier for this CPC family of sketches. -
Uses of Family in org.apache.datasketches.theta
Modifier and TypeMethodDescriptionAnotB.getFamily()
CompactSketch.getFamily()
Intersection.getFamily()
abstract Family
SetOperation.getFamily()
Gets the Family of this SetOperationabstract Family
Sketch.getFamily()
Returns the Family that this sketch belongs toUnion.getFamily()
UpdateSketchBuilder.getFamily()
Returns the 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.