NAME
Net::Riak::MapReduce - Allows you to build up and run a map/reduce operation on Riak
VERSION
version 0.06
SYNOPSIS
DESCRIPTION
ATTRIBUTES
- phases
- inputs_bucket
- inputs
- input_mode
METHODS
METHODS
add
Add inputs to a map/reduce operation. This method takes three different forms, depending on the provided inputs. You can specify either a RiakObject, a string bucket name, or a bucket, key, and additional arg.
add_object
add_bucket_key_data
add_bucket
link
map
reduce
run
AUTHOR
franck cuny <franck@lumberjaph.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by linkfluence.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.