@Deprecated public interface Cube extends Dataset, BatchWritable<Object,CubeFact>
CubeFact
s and querying data.Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_RESOLUTIONS
Deprecated.
Property set to configure resolutions to aggregate for.
|
static String |
TYPE
Deprecated.
Type name
|
Modifier and Type | Method and Description |
---|---|
void |
add(Collection<? extends CubeFact> facts)
Deprecated.
|
void |
add(CubeFact fact)
Deprecated.
|
void |
delete(CubeDeleteQuery query)
Deprecated.
Deletes the data specified by
CubeQuery from all the fact tables. |
Collection<DimensionValue> |
findDimensionValues(CubeExploreQuery query)
Deprecated.
Finds dimension values, each of which is present in aggregated data selection defined with
CubeExploreQuery . |
Collection<String> |
findMeasureNames(CubeExploreQuery query)
Deprecated.
Queries data for available measureNames for the query specified by
CubeExploreQuery |
Collection<TimeSeries> |
query(CubeQuery query)
Deprecated.
Queries data in this
Cube . |
write
static final String TYPE
static final String PROPERTY_RESOLUTIONS
void add(CubeFact fact)
fact
- fact to add.void add(Collection<? extends CubeFact> facts)
facts
- facts to add.Collection<TimeSeries> query(CubeQuery query)
Cube
.query
- query to perform.List
of TimeSeries
that are result of the query.void delete(CubeDeleteQuery query)
CubeQuery
from all the fact tables.query
- query specifies parameters for deletion.Collection<DimensionValue> findDimensionValues(CubeExploreQuery query)
CubeExploreQuery
.query
- query to performCollection
of DimensionValue
that are result of the queryCollection<String> findMeasureNames(CubeExploreQuery query)
CubeExploreQuery
query
- query to performCollection
of measureName string that are result of the queryCopyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.