| Name | Description | Type | Package | Framework |
| Delete | Time Series Delete Command Allows you to delete a single time series row by its key values. | Class | com.basho.riak.client.api.commands.timeseries | Riak |
| Delete .Builder | Used to construct a Time Series Delete command. | Class | com.basho.riak.client.api.commands.timeseries | Riak |
| DescribeTable | Time Series DescribeTable Command Allows you to fetch a table definition from Riak Time Series. | Class | com.basho.riak.client.api.commands.timeseries | Riak |
| Fetch | Time Series Fetch Command Allows you to fetch a single time series row by its key values. | Class | com.basho.riak.client.api.commands.timeseries | Riak |
| Fetch .Builder | Used to construct a Time Series Fetch command. | Class | com.basho.riak.client.api.commands.timeseries | Riak |
| ListKeys | Time Series List Keys Command Allows you to List the Primary Keys in a Time Series Table. | Class | com.basho.riak.client.api.commands.timeseries | Riak |
| ListKeys .Builder | Used to construct a Time Series ListKeys command. | Class | com.basho.riak.client.api.commands.timeseries | Riak |
| Query | Time Series Query Command Allows you to query a Time Series table, with the given query string. | Class | com.basho.riak.client.api.commands.timeseries | Riak |
| Query .Builder | Used to construct a Time Series Query command. | Class | com.basho.riak.client.api.commands.timeseries | Riak |
| Store | Time Series Store Command Allows you to store data into a Time Series table. | Class | com.basho.riak.client.api.commands.timeseries | Riak |
| Store .Builder | Used to construct a Time Series Store command. | Class | com.basho.riak.client.api.commands.timeseries | Riak |