| Package | Description |
|---|---|
| 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 |
|---|---|
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.
|
static SetOperation |
SetOperation.heapify(Memory srcMem)
Heapify takes the SetOperations image in Memory and instantiates an on-heap
SetOperation using the
Default Update Seed.
|
static SetOperation |
SetOperation.heapify(Memory srcMem,
long seed)
Heapify takes the SetOperation image in Memory and instantiates an on-heap
SetOperation using the given seed.
|
static SetOperation |
Sketches.heapifySetOperation(Memory srcMem)
|
static SetOperation |
Sketches.heapifySetOperation(Memory srcMem,
long seed)
|
static SetOperation |
SetOperation.wrap(Memory srcMem)
Wrap takes the SetOperation image in Memory and refers to it directly.
|
static SetOperation |
SetOperation.wrap(Memory srcMem,
long seed)
Wrap takes the SetOperation image in Memory and refers to it directly.
|
static SetOperation |
Sketches.wrapSetOperation(Memory srcMem)
|
static SetOperation |
Sketches.wrapSetOperation(Memory srcMem,
long seed)
|
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.