Package | Description |
---|---|
org.apache.datasketches |
This package is the parent package for all sketch algorithms.
|
org.apache.datasketches.cpc |
Compressed Probabilistic Counting
|
org.apache.datasketches.theta |
The theta package contains all the sketch classes that are members of the
Theta Sketch Framework.
|
Modifier and Type | Method and Description |
---|---|
static Family |
Family.idToFamily(int id)
Returns the Family given the ID
|
static Family |
Family.stringToFamily(String famName)
Returns the Family given the family name
|
static Family |
Family.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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
static Family |
CpcSketch.getFamily()
Return the DataSketches identifier for this CPC family of sketches.
|
Modifier and Type | Method and Description |
---|---|
Family |
UpdateSketchBuilder.getFamily()
Returns the Family
|
Family |
Intersection.getFamily() |
abstract Family |
Sketch.getFamily()
Returns the Family that this sketch belongs to
|
Family |
AnotB.getFamily() |
Family |
CompactSketch.getFamily() |
abstract Family |
SetOperation.getFamily()
Gets the Family of this SetOperation
|
Family |
Union.getFamily() |
Modifier and Type | Method and Description |
---|---|
SetOperation |
SetOperationBuilder.build(Family family)
Returns a SetOperation with the current configuration of this Builder and the given Family.
|
SetOperation |
SetOperationBuilder.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.
|
UpdateSketchBuilder |
UpdateSketchBuilder.setFamily(Family family)
Set the Family.
|
Copyright © 2015–2021 The Apache Software Foundation. All rights reserved.