NAME
Data::Riak::MapReduce::Phase::Link - Link phase of a MapReduce
VERSION
version 2.0
SYNOPSIS
my $lp = Data::Riak::MapReduce::Phase::Link->new(
bucket=> "foo",
tag => "friend",
keep => 0
);
DESCRIPTION
A map/reduce link phase for Data::Riak
ATTRIBUTES
bucket
The name of the bucket from which links should be followed.
tag
The name of the tag of links that should be followed
METHODS
pack
Serialize this link phase.
AUTHORS
Andrew Nelson <anelson at cpan.org>
Florian Ragwitz <rafl@debian.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 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.