Package | Description |
---|---|
io.cdap.cdap.api.dataset.lib |
Collection of
Dataset implementations available out-of-the-box in CDAP. |
io.cdap.cdap.api.dataset.table |
Provides access to the system-level table
Dataset s available within CDAP. |
Modifier and Type | Interface and Description |
---|---|
interface |
ObjectMappedTable<T>
A Dataset that stores plain java Objects into a table by mapping object fields to table columns.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Interface and Description |
---|---|
interface |
Table
An ordered, optionally explorable, named table.
|
Copyright © 2022 Cask Data, Inc. Licensed under the Apache License, Version 2.0.