| 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 |
| Constructor and Description |
|---|
Builder(String tableName,
Iterable<Cell> keyValues)
Construct a Builder for a Time Series Fetch command.
|
Builder(String tableName,
Iterable<Cell> keyValues)
Construct a Builder for a Time Series Delete command.
|
| Modifier and Type | Method and Description |
|---|---|
static com.ericsson.otp.erlang.OtpOutputStream |
TermToBinaryCodec.encodeTsGetRequest(String tableName,
Collection<Cell> keyValues,
int timeout) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Cell> |
FetchOperation.Builder.getKeyValues() |
| Constructor and Description |
|---|
Builder(String tableName,
Iterable<Cell> keyValues) |
Builder(String tableName,
Iterable<Cell> keyValues) |
| Modifier and Type | Method and Description |
|---|---|
static Cell |
Cell.newTimestamp(long rawTimestampValue)
Creates a new "Timestamp" cell from the provided raw value.
|
| Modifier and Type | Method and Description |
|---|---|
static ConvertibleIterable<Cell,RiakTsPB.TsCell> |
ConvertibleIterable.asIterablePbCell(Iterable<Cell> iterable) |
List<Cell> |
Row.getCellsCopy()
Get a shallow copy of the cells in this row.
|
Iterator<Cell> |
Row.iterator()
An iterator of the Cells in this row.
|
| Modifier and Type | Method and Description |
|---|---|
static ConvertibleIterable<Cell,RiakTsPB.TsCell> |
ConvertibleIterable.asIterablePbCell(Iterable<Cell> iterable) |
| Constructor and Description |
|---|
Row(Cell... cells)
Create a new row.
|
| Constructor and Description |
|---|
Row(Iterable<Cell> cells)
Create a new row.
|
Copyright © 2016. All rights reserved.