diff options
| author | Gavin Carr <gavin@openfusion.com.au> | 2010-09-08 09:48:48 +0100 |
|---|---|---|
| committer | Gavin Carr <gavin@openfusion.com.au> | 2010-09-08 09:48:48 +0100 |
| commit | 4c2909de65d101e3a11c03f5f146e66cdb96628c (patch) | |
| tree | 65bfa31eab2aeb26960f6cf74a7aea559b9a04c3 /lib/Net/Riak/MapReduce.pm | |
| parent | update Bucket pod with stream changes (and misc tweaks) (diff) | |
| download | net-riak-4c2909de65d101e3a11c03f5f146e66cdb96628c.tar.gz | |
change =method pod items to =item
Diffstat (limited to 'lib/Net/Riak/MapReduce.pm')
| -rw-r--r-- | lib/Net/Riak/MapReduce.pm | 23 |
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 |
