public final class ArrayOfDoublesSketches extends Object
Constructor and Description |
---|
ArrayOfDoublesSketches() |
Modifier and Type | Method and Description |
---|---|
static ArrayOfDoublesSketch |
heapifySketch(org.apache.datasketches.memory.Memory mem)
Heapify the given Memory as an ArrayOfDoublesSketch
|
static ArrayOfDoublesSketch |
heapifySketch(org.apache.datasketches.memory.Memory mem,
long seed)
Heapify the given Memory and seed as a ArrayOfDoublesSketch
|
static ArrayOfDoublesUnion |
heapifyUnion(org.apache.datasketches.memory.Memory mem)
Heapify the given Memory as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUnion |
heapifyUnion(org.apache.datasketches.memory.Memory mem,
long seed)
Heapify the given Memory and seed as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUpdatableSketch |
heapifyUpdatableSketch(org.apache.datasketches.memory.Memory mem)
Heapify the given Memory as an ArrayOfDoublesUpdatableSketch
|
static ArrayOfDoublesUpdatableSketch |
heapifyUpdatableSketch(org.apache.datasketches.memory.Memory mem,
long seed)
Heapify the given Memory and seed as a ArrayOfDoublesUpdatableSketch
|
static ArrayOfDoublesSketch |
wrapSketch(org.apache.datasketches.memory.Memory mem)
Wrap the given Memory as an ArrayOfDoublesSketch
|
static ArrayOfDoublesSketch |
wrapSketch(org.apache.datasketches.memory.Memory mem,
long seed)
Wrap the given Memory and seed as a ArrayOfDoublesSketch
|
static ArrayOfDoublesUnion |
wrapUnion(org.apache.datasketches.memory.Memory mem)
Wrap the given Memory as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUnion |
wrapUnion(org.apache.datasketches.memory.Memory mem,
long seed)
Wrap the given Memory and seed as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUnion |
wrapUnion(org.apache.datasketches.memory.WritableMemory mem)
Wrap the given Memory as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUnion |
wrapUnion(org.apache.datasketches.memory.WritableMemory mem,
long seed)
Wrap the given Memory and seed as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUpdatableSketch |
wrapUpdatableSketch(org.apache.datasketches.memory.WritableMemory mem)
Wrap the given WritableMemory as an ArrayOfDoublesUpdatableSketch
|
static ArrayOfDoublesUpdatableSketch |
wrapUpdatableSketch(org.apache.datasketches.memory.WritableMemory mem,
long seed)
Wrap the given WritableMemory and seed as a ArrayOfDoublesUpdatableSketch
|
public static ArrayOfDoublesSketch heapifySketch(org.apache.datasketches.memory.Memory mem)
mem
- the given Memorypublic static ArrayOfDoublesSketch heapifySketch(org.apache.datasketches.memory.Memory mem, long seed)
mem
- the given Memoryseed
- the given seedpublic static ArrayOfDoublesUpdatableSketch heapifyUpdatableSketch(org.apache.datasketches.memory.Memory mem)
mem
- the given Memorypublic static ArrayOfDoublesUpdatableSketch heapifyUpdatableSketch(org.apache.datasketches.memory.Memory mem, long seed)
mem
- the given Memoryseed
- the given seedpublic static ArrayOfDoublesSketch wrapSketch(org.apache.datasketches.memory.Memory mem)
mem
- the given Memorypublic static ArrayOfDoublesSketch wrapSketch(org.apache.datasketches.memory.Memory mem, long seed)
mem
- the given Memoryseed
- the given seedpublic static ArrayOfDoublesUpdatableSketch wrapUpdatableSketch(org.apache.datasketches.memory.WritableMemory mem)
mem
- the given Memorypublic static ArrayOfDoublesUpdatableSketch wrapUpdatableSketch(org.apache.datasketches.memory.WritableMemory mem, long seed)
mem
- the given Memoryseed
- the given seedpublic static ArrayOfDoublesUnion heapifyUnion(org.apache.datasketches.memory.Memory mem)
mem
- the given Memorypublic static ArrayOfDoublesUnion heapifyUnion(org.apache.datasketches.memory.Memory mem, long seed)
mem
- the given Memoryseed
- the given seedpublic static ArrayOfDoublesUnion wrapUnion(org.apache.datasketches.memory.Memory mem)
mem
- the given Memorypublic static ArrayOfDoublesUnion wrapUnion(org.apache.datasketches.memory.Memory mem, long seed)
mem
- the given Memoryseed
- the given seedpublic static ArrayOfDoublesUnion wrapUnion(org.apache.datasketches.memory.WritableMemory mem)
mem
- the given Memorypublic static ArrayOfDoublesUnion wrapUnion(org.apache.datasketches.memory.WritableMemory mem, long seed)
mem
- the given Memoryseed
- the given seedCopyright © 2015–2021 The Apache Software Foundation. All rights reserved.