Uses of Class
org.apache.datasketches.common.Family
-
Packages that use Family Package Description org.apache.datasketches.common This package is for common classes that may be used across all the sketch families.org.apache.datasketches.cpc Compressed Probabilistic Counting sketch familyorg.apache.datasketches.theta 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 Family Modifier and Type Method Description static FamilyFamily. idToFamily(int id)Returns the Family given the IDstatic FamilyFamily. stringToFamily(String famName)Returns the Family given the family namestatic FamilyFamily. valueOf(String name)Returns the enum constant of this type with the specified name.static Family[]Family. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Family in org.apache.datasketches.cpc
Methods in org.apache.datasketches.cpc that return Family Modifier and Type Method Description static 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 Family Modifier and Type Method Description FamilyAnotB. getFamily()FamilyCompactSketch. getFamily()FamilyIntersection. getFamily()abstract FamilySetOperation. getFamily()Gets the Family of this SetOperationabstract FamilySketch. getFamily()Returns the Family that this sketch belongs toFamilyUnion. getFamily()FamilyUpdateSketchBuilder. getFamily()Returns the FamilyMethods in org.apache.datasketches.theta with parameters of type Family Modifier and Type Method Description SetOperationSetOperationBuilder. build(Family family)Returns a SetOperation with the current configuration of this Builder and the given Family.SetOperationSetOperationBuilder. build(Family family, org.apache.datasketches.memory.WritableMemory dstMem)Returns a SetOperation with the current configuration of this Builder, the given Family and the given destination memory.UpdateSketchBuilderUpdateSketchBuilder. setFamily(Family family)Set the Family.
-