| 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 |
AbstractDataset
Handy abstract implementation of
Dataset that acts on a list of underlying datasets and
implements TransactionAware and MeteredDataset interfaces by propagating corresponded
logic to each dataset in a list when possible. |
class |
CounterTimeseriesTable
A Dataset for incrementing counts over time periods.
|
class |
IndexedObjectStore<T>
An ObjectStore Dataset extension that supports access to objects via indices; lookups by the index will return
all the objects stored in the object store that have the index value.
|
class |
IndexedTable
Implements a table that creates and maintains indexes on values stored within a configured set of column names.
|
class |
KeyValueTable
A key/value map implementation on top of
Table supporting read, write and delete operations. |
class |
TimeseriesTable
Defines a Dataset implementation for managing time series data.
|
Copyright © 2022 Cask Data, Inc. Licensed under the Apache License, Version 2.0.