Package | Description |
---|---|
com.basho.riak.client.api.commands.timeseries | |
com.basho.riak.client.core.codec | |
com.basho.riak.client.core.operations.ts | |
com.basho.riak.client.core.query.timeseries |
Modifier and Type | Method and Description |
---|---|
Store.Builder |
Store.Builder.withRow(Row row)
Add a single Row object to the store command.
|
Modifier and Type | Method and Description |
---|---|
Store.Builder |
Store.Builder.withRows(Iterable<Row> rows)
Add a collection of Row objects to the store command.
|
Modifier and Type | Method and Description |
---|---|
static com.ericsson.otp.erlang.OtpOutputStream |
TermToBinaryCodec.encodeTsPutRequest(String tableName,
Collection<Row> rows) |
static com.ericsson.otp.erlang.OtpOutputStream |
TermToBinaryCodec.encodeTsPutRequest(String tableName,
Collection<String> columns,
Collection<Row> rows) |
Modifier and Type | Method and Description |
---|---|
Collection<Row> |
StoreOperation.Builder.getRows() |
Modifier and Type | Method and Description |
---|---|
StoreOperation.Builder |
StoreOperation.Builder.withRows(Collection<Row> rows) |
Modifier and Type | Method and Description |
---|---|
List<Row> |
QueryResult.getRowsCopy()
Get a shallow copy of the rows in this query result.
|
Iterator<Row> |
QueryResult.iterator()
An iterator of the Rows in this QueryResult.
|
Constructor and Description |
---|
QueryResult(Row[] rows) |
Copyright © 2016. All rights reserved.