
Data::Riak::MapReduce::Phase::Link - Link phase of a MapReduce

version 0.10

my $lp = Data::Riak::MapReduce::Phase::Link->new(
bucket=> "foo",
tag => "friend",
keep => 0
);

A map/reduce link phase for Data::Riak

The name of the bucket from which links should be followed.
The name of the tag of links that should be followed

Serialize this link phase.

Andrew Nelson <anelson at cpan.org>

This software is copyright (c) 2012 by Infinity Interactive.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.