Package | Description |
---|---|
com.basho.riak.client.api.commands.timeseries |
Class and Description |
---|
CoveragePlan |
CoveragePlan.Builder |
CreateTable
Time Series Create Command
Allows you to create a Riak Time Series table according to the provided definition.
|
Delete
Time Series Delete Command
Allows you to delete a single time series row by its key values.
|
Delete.Builder
Used to construct a Time Series Delete command.
|
Fetch
Time Series Fetch Command
Allows you to fetch a single time series row by its key values.
|
Fetch.Builder
Used to construct a Time Series Fetch command.
|
ListKeys
Time Series List Keys Command
Allows you to List the Primary Keys in a Time Series Table.
|
ListKeys.Builder
Used to construct a Time Series ListKeys command.
|
Query
Time Series Query Command
Allows you to query a Time Series table, with the given query string.
|
Query.Builder
Used to construct a Time Series Query command.
|
Store
Time Series Store Command
Allows you to store data into a Time Series table.
|
Store.Builder
Used to construct a Time Series Store command.
|
Copyright © 2016. All rights reserved.