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

NAME

Gearman::XS::Task - Perl task for gearman using libgearman

DESCRIPTION

Gearman::XS::Task is a task class for the Gearman distributed job system using libgearman.

METHODS

$task->job_handle()

Get job handle for a task.

$task->data()

Get data being returned for a task.

$task->data_size()

Get data size being returned for a task.

$task->function()

Get function name associated with a task.

$task->numerator()

Get the numerator of percentage complete for a task.

$task->denominator()

Get the denominator of percentage complete for a task.

$task->uuid()

Get unique identifier for a task.

BUGS

Any in libgearman plus many others of my own.

COPYRIGHT

Copyright (C) 2009 Dennis Schoen

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.9 or, at your option, any later version of Perl 5 you may have available.

WARRANTY

This is free software. IT COMES WITHOUT WARRANTY OF ANY KIND.

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Dennis Schoen <dennis@blogma.de>