Package | Description |
---|---|
com.basho.riak.client.bucket |
A bucket is a namespace abstraction provided by Riak, the API uses
Bucket as the primary way to interact
with data stored in Riak. |
com.basho.riak.client.builders |
These builders provide a fluid API for creating instances of some immutable
(or mainly immutable classes) that have a large number of
constructor parameters.
|
com.basho.riak.client.query |
Classes and interfaces for running map/reduce and link walk operations on
Riak.
|
com.basho.riak.client.query.functions |
Functions that can be used in Map/Reduce and also for bucket properties (things like chash_key, pre/post-commit etc.)
|
com.basho.riak.client.query.serialize |
Classes for serializing query functions to JSON, used internally.
|
com.basho.riak.client.raw.http |
Classes for adapting the http.
RiakClient to the
RawClient interface |
Class and Description |
---|
NamedErlangFunction
Models a named erlang function.
|
NamedFunction
Tag interface for named functions
|
Class and Description |
---|
NamedErlangFunction
Models a named erlang function.
|
NamedFunction
Tag interface for named functions
|
Class and Description |
---|
Function
Top level tag interface for all function types
|
Class and Description |
---|
AnonymousFunction
Tag interface for anonymous functions.
|
Function
Top level tag interface for all function types
|
NamedErlangFunction
Models a named erlang function.
|
NamedFunction
Tag interface for named functions
|
ReducePhaseOnlyOne
An M/R function arg that mandates that Riak only run the reduce phase once,
when all maps are finished.
|
Class and Description |
---|
Function
Top level tag interface for all function types
|
JSBucketKeyFunction
A JS function that is stored in a Riak bucket/key location
|
JSSourceFunction
An anonymous JavaScript function.
|
NamedErlangFunction
Models a named erlang function.
|
NamedJSFunction
A named function that is a JS built in function.
|
Class and Description |
---|
NamedErlangFunction
Models a named erlang function.
|
NamedJSFunction
A named function that is a JS built in function.
|
Copyright © 2014. All Rights Reserved.