Package | Description |
---|---|
io.cdap.cdap.api.dataset.lib |
Collection of
Dataset implementations available out-of-the-box
in CDAP. |
Modifier and Type | Class and Description |
---|---|
class |
IndexedTable
Deprecated.
table based datasets will be removed in a future version
|
Constructor and Description |
---|
CounterTimeseriesTable(DatasetSpecification spec,
Table table)
Deprecated.
Creates an instance of the DataSet.
|
IndexedObjectStore(String name,
ObjectStore<T> objectStore,
Table index)
Deprecated.
Constructs the IndexedObjectStore with name and type.
|
IndexedTable(String name,
Table table,
Table index,
SortedSet<byte[]> columnsToIndex)
Deprecated.
Configuration time constructor.
|
IndexedTable(String name,
Table table,
Table index,
SortedSet<byte[]> columnsToIndex,
byte[] keyPrefix)
Deprecated.
Configuration time constructor.
|
KeyValueTable(String instanceName,
Table table)
Deprecated.
|
TimeseriesTable(DatasetSpecification spec,
Table table)
Deprecated.
Creates an instance of the table.
|
Constructor and Description |
---|
CounterTimeseriesTableDefinition(String name,
DatasetDefinition<? extends Table,?> tableDef) |
IndexedObjectStoreDefinition(String name,
DatasetDefinition<? extends Table,?> tableDef,
DatasetDefinition<? extends ObjectStore,?> objectStoreDef) |
IndexedTableDefinition(String name,
DatasetDefinition<? extends Table,?> tableDef) |
KeyValueTableDefinition(String name,
DatasetDefinition<? extends Table,?> tableDef) |
TimeseriesTableDefinition(String name,
DatasetDefinition<? extends Table,?> tableDef) |
Copyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.