The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

VERSION

version 0.7

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.