| Package | Description |
|---|---|
| com.yahoo.sketches |
This package is the parent package for all sketch algorithms.
|
| com.yahoo.sketches.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.objectToFamily(Object obj)
Returns the Family given one of the recognized class objects on one of the Families
|
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 |
|---|---|
Family |
UpdateSketchBuilder.getFamily()
Returns the Family
|
abstract Family |
Sketch.getFamily()
Returns the Family that this sketch belongs to
|
abstract Family |
SetOperation.getFamily()
Gets the Family of this SetOperation
|
Family |
CompactSketch.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(int nomEntries,
Family family)
Returns a SetOperation with the current configuration of this Builder and the given
Nominal Entries and Family.
|
UpdateSketchBuilder |
UpdateSketchBuilder.setFamily(Family family)
Set the Family.
|
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.