| 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 DoubleSummary.Mode |
DoubleSummary.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DoubleSummary.Mode[] |
DoubleSummary.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DoubleSummary(double value,
DoubleSummary.Mode mode)
Creates an instance of DoubleSummary with a given starting value and mode
|
DoubleSummary(DoubleSummary.Mode mode)
Creates an instance of DoubleSummary with zero starting value and a given mode (Sum)
|
DoubleSummaryFactory(DoubleSummary.Mode summaryMode)
Creates an instance of DoubleSummaryFactory with a given mode
|
DoubleSummarySetOperations(DoubleSummary.Mode summaryMode)
Creates an instance given a DoubleSummary update mode.
|
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.