The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 0.2

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.

AUTHOR

Andrew Nelson <anelson at cpan.org>

COPYRIGHT AND LICENSE

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.