Package 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.)

See:
          Description

Interface Summary
AnonymousFunction Tag interface for anonymous functions.
Function Top level tag interface for all function types
NamedFunction Tag interface for named functions
 

Class Summary
Args Holder class for common, Riak specified, M/R function args
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.
ReducePhaseOnlyOne An M/R function arg that mandates that Riak only run the reduce phase once, when all maps are finished.
 

Package com.basho.riak.client.query.functions Description

Functions that can be used in Map/Reduce and also for bucket properties (things like chash_key, pre/post-commit etc.)

See Also:
MapReducePhase, BucketProperties


Copyright © 2012. All Rights Reserved.