public final class TimeseriesTables extends Object
TimeseriesTable
data set within application configuration.Modifier and Type | Method and Description |
---|---|
static void |
createTable(ApplicationConfigurer configurer,
String datasetName,
int timeIntervalToStorePerRow)
Adds
TimeseriesTable data set to be created at application deploy if not exists. |
static DatasetProperties |
timeseriesTableProperties(int timeIntervalToStorePerRow,
DatasetProperties props)
Creates properties for
TimeseriesTable data set instance. |
public static void createTable(ApplicationConfigurer configurer, String datasetName, int timeIntervalToStorePerRow)
TimeseriesTable
data set to be created at application deploy if not exists.configurer
- application configurerdatasetName
- data set namepublic static DatasetProperties timeseriesTableProperties(int timeIntervalToStorePerRow, DatasetProperties props)
TimeseriesTable
data set instance.timeIntervalToStorePerRow
- time interval to store per row. See TimeseriesTable
for details.DatasetProperties
for the data setCopyright © 2023 Cask Data, Inc. Licensed under the Apache License, Version 2.0.