| Package | Description |
|---|---|
| com.yahoo.sketches.tuple |
The tuple package contains implementation of sketches based on the idea of
theta sketches with the addition of values associated with unique keys.
|
| Modifier and Type | Method and Description |
|---|---|
static DeserializeResult<DoubleSummaryFactory> |
DoubleSummaryFactory.fromMemory(Memory mem)
Creates an instance of the DoubleSummaryFactory given a serialized representation
|
static DeserializeResult<DoubleSummary> |
DoubleSummary.fromMemory(Memory mem)
Creates an instance of the DoubleSummary given a serialized representation
|
DeserializeResult<S> |
SummaryFactory.summaryFromMemory(Memory mem)
This is to create an instance of a Summary given a serialized representation
|
DeserializeResult<DoubleSummary> |
DoubleSummaryFactory.summaryFromMemory(Memory mem) |
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.