| Modifier and Type | Class and Description |
|---|---|
static class |
CubeExploreQuery.Builder
Builds
CubeExploreQuery. |
| Constructor and Description |
|---|
CubeExploreQuery(long startTs,
long endTs,
int resolution,
int limit,
List<DimensionValue> dimensionValues)
Creates instance of
CubeExploreQuery that defines selection of data of Cube to
explore in. |
| Modifier and Type | Method and Description |
|---|---|
static CubeExploreQuery.Builder |
builder() |
List<DimensionValue> |
getDimensionValues() |
long |
getEndTs() |
int |
getLimit() |
int |
getResolution() |
long |
getStartTs() |
String |
toString() |
public CubeExploreQuery(long startTs,
long endTs,
int resolution,
int limit,
List<DimensionValue> dimensionValues)
CubeExploreQuery that defines selection of data of Cube to
explore in.startTs - start time of the data selection, inclusive, in seconds since epochendTs - end time of the data selection, exclusive, in seconds since epochresolution - resolution of the aggregations exploredimensionValues - dimension name, dimension value pairs that define the data
selectionpublic long getStartTs()
public long getEndTs()
public int getResolution()
public int getLimit()
public List<DimensionValue> getDimensionValues()
public static CubeExploreQuery.Builder builder()
CubeExploreQuery.Builder to build CubeExploreQuery.Copyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.