Andrew Johnson > HeliosX-MapReduceService-0.02_0911 > HeliosX::MapReduceService::Job

Download:
HeliosX-MapReduceService-0.02_0911.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.02_0861   Source  

NAME ^

HeliosX::MapReduceService::Job - Class to represent simple jobs to HeliosX::MapReduceService

SYNOPSIS ^

DESCRIPTION ^

This module is not yet complete, thus the documentation is not yet complete.

METHODS ^

JOB SUCCESS/FAILURE METHODS ^

completed()

failed([$error,] [$exitstatus])

failedNoRetry([$error,] [$exitstatus])

The completed(), failed(), and failedNoRetry() methods for HeliosX::MapReduceService::Job update the table associated with the job's parent metajob. They will then call the superclass's version of themselves, return that version's return value to the calling routine.

OTHER METHODS ^

updateMetajobStatus($status)

SEE ALSO ^

HeliosX::MapReduceService

AUTHOR ^

Andrew Johnson, <lajandy at cpan dotorg>

COPYRIGHT AND LICENSE ^

Copyright (C) 2009 by Andrew Johnson

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.0 or, at your option, any later version of Perl 5 you may have available.