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

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.