summaryrefslogtreecommitdiff
path: root/lib/Net/Riak/MapReduce.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Net/Riak/MapReduce.pm')
-rw-r--r--lib/Net/Riak/MapReduce.pm23
1 files changed, 15 insertions, 8 deletions
diff --git a/lib/Net/Riak/MapReduce.pm b/lib/Net/Riak/MapReduce.pm
index 057f74e..f1a50a6 100644
--- a/lib/Net/Riak/MapReduce.pm
+++ b/lib/Net/Riak/MapReduce.pm
@@ -201,20 +201,27 @@ sub run {
=head2 METHODS
-=method add
+=over 4
+
+=item 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.
-=method add_object
+=item add_object
+
+=item add_bucket_key_data
-=method add_bucket_key_data
+=item add_bucket
-=method add_bucket
+=item link
-=method link
+=item map
-=method map
+=item reduce
+
+=item run
+
+=back
-=method reduce
+=cut
-=method run