Package | Description |
---|---|
org.apache.datasketches.tuple.arrayofdoubles |
Modifier and Type | Method and Description |
---|---|
ArrayOfDoublesUpdatableSketch |
ArrayOfDoublesUpdatableSketchBuilder.build()
Returns an ArrayOfDoublesUpdatableSketch with the current configuration of this Builder.
|
ArrayOfDoublesUpdatableSketch |
ArrayOfDoublesUpdatableSketchBuilder.build(org.apache.datasketches.memory.WritableMemory dstMem)
Returns an ArrayOfDoublesUpdatableSketch with the current configuration of this Builder.
|
static ArrayOfDoublesUpdatableSketch |
ArrayOfDoublesUpdatableSketch.heapify(org.apache.datasketches.memory.Memory mem)
Heapify the given Memory as an ArrayOfDoublesUpdatableSketch
|
static ArrayOfDoublesUpdatableSketch |
ArrayOfDoublesUpdatableSketch.heapify(org.apache.datasketches.memory.Memory mem,
long seed)
Heapify the given Memory and seed as a ArrayOfDoublesUpdatableSketch
|
static ArrayOfDoublesUpdatableSketch |
ArrayOfDoublesSketches.heapifyUpdatableSketch(org.apache.datasketches.memory.Memory mem)
Heapify the given Memory as an ArrayOfDoublesUpdatableSketch
|
static ArrayOfDoublesUpdatableSketch |
ArrayOfDoublesSketches.heapifyUpdatableSketch(org.apache.datasketches.memory.Memory mem,
long seed)
Heapify the given Memory and seed as a ArrayOfDoublesUpdatableSketch
|
static ArrayOfDoublesUpdatableSketch |
ArrayOfDoublesUpdatableSketch.wrap(org.apache.datasketches.memory.WritableMemory mem)
Wrap the given WritableMemory as an ArrayOfDoublesUpdatableSketch
|
static ArrayOfDoublesUpdatableSketch |
ArrayOfDoublesUpdatableSketch.wrap(org.apache.datasketches.memory.WritableMemory mem,
long seed)
Wrap the given WritableMemory and seed as a ArrayOfDoublesUpdatableSketch
|
static ArrayOfDoublesUpdatableSketch |
ArrayOfDoublesSketches.wrapUpdatableSketch(org.apache.datasketches.memory.WritableMemory mem)
Wrap the given WritableMemory as an ArrayOfDoublesUpdatableSketch
|
static ArrayOfDoublesUpdatableSketch |
ArrayOfDoublesSketches.wrapUpdatableSketch(org.apache.datasketches.memory.WritableMemory mem,
long seed)
Wrap the given WritableMemory and seed as a ArrayOfDoublesUpdatableSketch
|
Copyright © 2015–2021 The Apache Software Foundation. All rights reserved.