Dataset
s available
within CDAP.See: Description
Interface | Description |
---|---|
Filter |
Filter to be applied to
Scan . |
Row |
Represents one row in a table with a subset of columns.
|
Scanner |
Interface for table scan operation.
|
Table | Deprecated
table based datasets will be removed in a future version
|
Class | Description |
---|---|
Delete |
A Delete removes one, multiple, or all columns from a row.
|
EmptyRow |
Represents an empty row (a row with no columns).
|
Get |
A Get reads one, multiple, or all columns of a row.
|
Increment |
An Increment interprets the values of columns as 8-byte integers and increments them by the
specified value.
|
Put |
Writes the specified value(s) in one or more columns of a row -- this overrides existing values.
|
Result |
Default implementation of
Row |
RowColumns<T> |
Base class for defining a row with set of columns.
|
Scan |
Scan configuration for
Table . |
TableProperties |
Useful class for creating and querying dataset properties for tables.
|
TableProperties.AbstractBuilder<B extends TableProperties.AbstractBuilder> |
A builder of dataset properties for a Table.
|
TableProperties.Builder |
A builder for dataset properties for a Table.
|
Tables |
Utility for describing
Table and derived data sets within application configuration. |
TableSplit |
Table splits are simply a start and stop key.
|
Enum | Description |
---|---|
ConflictDetection |
Conflict detection level of a table.
|
Dataset
s available
within CDAP.Copyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.