Package | Description |
---|---|
com.basho.riak.client.api.commands.datatypes |
Commands for manipulating CRDTs in Riak.
|
com.basho.riak.client.api.commands.kv |
Commands for storing, fetching, and deleting objects.
|
Modifier and Type | Class and Description |
---|---|
class |
FetchCounter
Command used to fetch a counter datatype from Riak.
|
class |
FetchDatatype<T extends RiakDatatype,S>
Base abstract class for all CRDT fetch commands.
|
class |
FetchHll
Command used to fetch a HyperLogLog datatype from Riak.
|
class |
FetchMap
Command used to fetch a counter datatype from Riak.
|
class |
FetchSet
Command used to fetch a set datatype from Riak.
|
class |
UpdateCounter
Command used to update or create a counter datatype in Riak.
|
class |
UpdateDatatype<T extends RiakDatatype,S>
Base abstract class used for all datatype updates.
|
class |
UpdateHll
Command used to update or create a HyperLogLog datatype in Riak.
|
class |
UpdateMap
Command used to update or create a map datatype in Riak.
|
class |
UpdateSet
Command used to update or create a set datatype in Riak.
|
Modifier and Type | Class and Description |
---|---|
class |
CoveragePlan
Command used to retrieve a coverage plan from Riak.
|
class |
FetchValue
Command used to fetch a value from Riak.
|
class |
StoreValue
Command used to store a value in Riak.
|
Copyright © 2016. All rights reserved.