See: Description
Interface | Description |
---|---|
Cube | Deprecated
table based datasets will be removed in a future version
|
Interpolator |
Defines how to interpolate a value between two other time values.
|
Class | Description |
---|---|
AbstractCubeHttpHandler |
A basic implementation of
HttpServiceHandler that provides
endpoints to explore and execute queries in Cube dataset. |
CubeDeleteQuery |
Defines a query for deleting data in
Cube . |
CubeExploreQuery |
Defines a query to perform exploration of the
Cube data, e.g. |
CubeExploreQuery.Builder |
Builds
CubeExploreQuery . |
CubeFact |
Time-based measurement with associated dimensionValues (dimensions) to be stored in
Cube . |
CubeQuery |
Defines a query to perform on
Cube data. |
CubeQuery.Builder |
Builds
CubeQuery . |
DimensionValue |
Represents dimension and its value associated with
CubeFact . |
Interpolators |
Returns interpolators of different types.
|
Interpolators.BaseInterpolator |
Return 0 if the time between data points is above a give limit, or if the point to interpolate
is too far before the first point, or too far after the last point.
|
Interpolators.Linear |
timestamps between 2 data points will increase or decrease "linearly".
|
Interpolators.Step |
Timestamps between 2 data points will take on the value of the previous point.
|
Measurement |
A single measurement in the
CubeFact . |
TimeSeries |
Represents a single time series defined by a measure name and set of dimension values.
|
TimeValue |
Represents a value of the measure at a specific timestamp.
|
Enum | Description |
---|---|
AggregationFunction |
Function to be used when aggregating multiple data points.
|
AggregationOption |
The metrics aggregation option.
|
MeasureType |
Type of measurement in
CubeFact . |
Copyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.