-
-
24 Aug 2018 14:57:31 UTC
- Distribution: Gearman
- Module version: 2.004.015
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (0)
- Testers
- Kwalitee
Bus factor: 0- License: perl_5
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (47.7KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Carp
- IO::Select
- IO::Socket::IP
- IO::Socket::SSL
- List::MoreUtils
- POSIX
- Scalar::Util
- Socket
- Storable
- String::CRC32
- Time::HiRes
- fields
- version
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Gearman::Job - Job in gearman distributed job system
DESCRIPTION
Gearman::Job is the object that's handed to the worker subrefs
METHODS
set_status($numerator, $denominator)
Updates the status of the job (most likely, a long-running job) and sends it back to the job server. $numerator and $denominator should represent the percentage completion of the job.
argref()
arg()
return the scalar argument that the client sent to the job server.
handle()
return handle
Module Install Instructions
To install Gearman::Job, copy and paste the appropriate command in to your terminal.
cpanm Gearman::Job
perl -MCPAN -e shell install Gearman::Job
For more information on module installation, please visit the detailed CPAN module installation guide.