Package | Description |
---|---|
com.basho.riak.client.api.commands.buckets |
Commands used to query and modify buckets in Riak.
|
com.basho.riak.client.api.commands.kv |
Commands for storing, fetching, and deleting objects.
|
com.basho.riak.client.api.commands.search |
Commands used for Riak search.
|
com.basho.riak.client.api.commands.timeseries |
Modifier and Type | Class and Description |
---|---|
class |
FetchBucketProperties
Command used to fetch the properties of a bucket in Riak.
|
class |
ResetBucketProperties
Command used to reset the properties of a bucket in Riak.
|
class |
StoreBucketProperties
Command used to store (modify) the properties of a bucket in Riak.
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteValue
Command used to delete a value from Riak.
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteIndex
Command used to delete a search index in Riak.
|
class |
FetchIndex
Command used to fetch a search index from Riak.
|
class |
FetchSchema
Command used to fetch a search schema from Riak.
|
class |
Search
Command used to perform a search in Riak.
|
class |
StoreIndex
Command used to store a search index in Riak.
|
class |
StoreSchema
Command used to store a search schema in Riak.
|
Modifier and Type | Class and Description |
---|---|
class |
CoveragePlan |
class |
CreateTable
Time Series Create Command
Allows you to create a Riak Time Series table according to the provided definition.
|
class |
Delete
Time Series Delete Command
Allows you to delete a single time series row by its key values.
|
class |
DescribeTable
Time Series DescribeTable Command
Allows you to fetch a table definition from Riak Time Series.
|
class |
Fetch
Time Series Fetch Command
Allows you to fetch a single time series row by its key values.
|
class |
ListKeys
Time Series List Keys Command
Allows you to List the Primary Keys in a Time Series Table.
|
class |
Query
Time Series Query Command
Allows you to query a Time Series table, with the given query string.
|
class |
Store
Time Series Store Command
Allows you to store data into a Time Series table.
|
Copyright © 2016. All rights reserved.