Constructor and Description |
---|
Builder(String tableName)
Construct a Builder for a Time Series Store command.
|
Modifier and Type | Method and Description |
---|---|
Store |
build()
Construct a Time Series Store object.
|
Store.Builder |
withRow(Row row)
Add a single Row object to the store command.
|
Store.Builder |
withRows(Iterable<Row> rows)
Add a collection of Row objects to the store command.
|
public Builder(String tableName)
tableName
- Required. The name of the table to store data to.public Store.Builder withRow(Row row)
row
- Required. The row to add.public Store.Builder withRows(Iterable<Row> rows)
rows
- Required. The rows to add.public Store build()
Copyright © 2016. All rights reserved.