[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ j ] [ m ] [ n ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ _ ]

a

$abilities
in file Worker.php, variable Net_Gearman_Worker::$abilities
    Pool of worker abilities
$arg
in file Task.php, variable Net_Gearman_Task::$arg
    Arguments to pass to function/job
addAbility
in file Worker.php, method Net_Gearman_Worker::addAbility()
    Announce an ability to the job server
addTask
in file Set.php, method Net_Gearman_Set::addTask()
    Add a task to the set
attachCallback
in file Worker.php, method Net_Gearman_Worker::attachCallback()
    Attach a callback
attachCallback
in file Task.php, method Net_Gearman_Task::attachCallback()
    Attach a callback to this task
attachCallback
in file Set.php, method Net_Gearman_Set::attachCallback()
    Attach a callback to this set
top

b

beginWork
in file Worker.php, method Net_Gearman_Worker::beginWork()
    Begin working
blockingRead
in file Connection.php, method Net_Gearman_Connection::blockingRead()
    Blocking socket read
top

c

$callback
in file Worker.php, variable Net_Gearman_Worker::$callback
    Callbacks registered for this worker
$callback
in file Set.php, variable Net_Gearman_Set::$callback
    Callback registered for set
$callback
in file Task.php, variable Net_Gearman_Task::$callback
    Callbacks registered for each state
$commands
in file Connection.php, variable Net_Gearman_Connection::$commands
    A list of valid Gearman commands
$conn
in file Client.php, variable Net_Gearman_Client::$conn
    Our randomly selected connection
$conn
in file Manager.php, variable Net_Gearman_Manager::$conn
    Connection resource
$conn
in file Common.php, variable Net_Gearman_Job_Common::$conn
    Connection to Gearman
$conn
in file Worker.php, variable Net_Gearman_Worker::$conn
    Pool of connections to Gearman servers
checkForError
in file Manager.php, method Net_Gearman_Manager::checkForError()
    Check for an error
close
in file Connection.php, method Net_Gearman_Connection::close()
    Close the connection
complete
in file Task.php, method Net_Gearman_Task::complete()
    Run the complete callbacks
complete
in file Worker.php, method Net_Gearman_Worker::complete()
    Run the complete callbacks
complete
in file Common.php, method Net_Gearman_Job_Common::complete()
    Mark your job as complete with its status
connect
in file Connection.php, method Net_Gearman_Connection::connect()
    Connect to Gearman
count
in file Set.php, method Net_Gearman_Set::count()
    Get the task count
Client.php
procedural page Client.php
Connection.php
procedural page Connection.php
Common.php
procedural page Common.php
top

d

disconnect
in file Client.php, method Net_Gearman_Client::disconnect()
    Disconnect from Gearman
disconnect
in file Manager.php, method Net_Gearman_Manager::disconnect()
    Disconnect from server
doWork
in file Worker.php, method Net_Gearman_Worker::doWork()
    Listen on the socket for work
top

e

endWork
in file Worker.php, method Net_Gearman_Worker::endWork()
    Stop working
Exception.php
procedural page Exception.php
Exception.php
procedural page Exception.php
top

f

$finished
in file Task.php, variable Net_Gearman_Task::$finished
    Is this task finished?
$func
in file Task.php, variable Net_Gearman_Task::$func
    The function/job to run
factory
in file Job.php, method Net_Gearman_Job::factory()
    Create an instance of a job
fail
in file Worker.php, method Net_Gearman_Worker::fail()
    Run the fail callbacks
fail
in file Task.php, method Net_Gearman_Task::fail()
    Run the failure callbacks
fail
in file Common.php, method Net_Gearman_Job_Common::fail()
    Mark your job as failing
finished
in file Set.php, method Net_Gearman_Set::finished()
    Is this set finished running?
top

g

getConnection
in file Client.php, method Net_Gearman_Client::getConnection()
    Get a connection to a Gearman server
getIterator
in file Set.php, method Net_Gearman_Set::getIterator()
    Get the iterator
getTask
in file Set.php, method Net_Gearman_Set::getTask()
    Get a task
top

h

$handle
in file Task.php, variable Net_Gearman_Task::$handle
    Handle returned from job server
$handle
in file Common.php, variable Net_Gearman_Job_Common::$handle
    Gearman job handle
$handles
in file Set.php, variable Net_Gearman_Set::$handles
    Handle to task mapping
handleResponse
in file Client.php, method Net_Gearman_Client::handleResponse()
    Handle the response read in
top

i

$id
in file Worker.php, variable Net_Gearman_Worker::$id
    Unique id for this worker
isConnected
in file Connection.php, method Net_Gearman_Connection::isConnected()
    Are we connected?
top

j

JOB_BACKGROUND
in file Task.php, class constant Net_Gearman_Task::JOB_BACKGROUND
    Background job
JOB_COMPLETE
in file Worker.php, class constant Net_Gearman_Worker::JOB_COMPLETE
JOB_FAIL
in file Worker.php, class constant Net_Gearman_Worker::JOB_FAIL
JOB_HIGH
in file Task.php, class constant Net_Gearman_Task::JOB_HIGH
    High priority job
JOB_NORMAL
in file Task.php, class constant Net_Gearman_Task::JOB_NORMAL
    Normal job
JOB_START
in file Worker.php, class constant Net_Gearman_Worker::JOB_START
    Callback types
Job.php
procedural page Job.php
top

m

$magic
in file Connection.php, variable Net_Gearman_Connection::$magic
    The reverse of Net_Gearman_Connection::$commands
$multiByteSupport
in file Connection.php, variable Net_Gearman_Connection::$multiByteSupport
    Is PHP's multibyte overload turned on?
Manager.php
procedural page Manager.php
top

n

Net_Gearman_Client
in file Client.php, class Net_Gearman_Client
    A client for submitting jobs to Gearman
Net_Gearman_Connection
in file Connection.php, class Net_Gearman_Connection
    The base connection class
Net_Gearman_Exception
in file Exception.php, class Net_Gearman_Exception
    Exception class for Net_Gearman
Net_Gearman_Job
in file Job.php, class Net_Gearman_Job
    Job creation class
NET_GEARMAN_JOB_CLASS_PREFIX
in file Job.php, constant NET_GEARMAN_JOB_CLASS_PREFIX
Net_Gearman_Job_Common
in file Common.php, class Net_Gearman_Job_Common
    Base job class for all Gearman jobs
Net_Gearman_Job_Exception
in file Exception.php, class Net_Gearman_Job_Exception
    Exception class for Gearman jobs
NET_GEARMAN_JOB_PATH
in file Job.php, constant NET_GEARMAN_JOB_PATH
Net_Gearman_Job_SQL
in file SQL.php, class Net_Gearman_Job_SQL
    Base job class for all Gearman jobs
Net_Gearman_Job_Sum
in file Sum.php, class Net_Gearman_Job_Sum
    Sum up a bunch of numbers
Net_Gearman_Manager
in file Manager.php, class Net_Gearman_Manager
    A client for managing Gearmand servers
Net_Gearman_Set
in file Set.php, class Net_Gearman_Set
    A class for creating sets of tasks
Net_Gearman_Task
in file Task.php, class Net_Gearman_Task
    Task class for creating Net_Gearman tasks
Net_Gearman_Worker
in file Worker.php, class Net_Gearman_Worker
    Gearman worker class
top

r

$result
in file Task.php, variable Net_Gearman_Task::$result
    The result returned from the worker
$retryConn
in file Worker.php, variable Net_Gearman_Worker::$retryConn
    Pool of retry connections
read
in file Connection.php, method Net_Gearman_Connection::read()
    Read command from Gearman
recvCommand
in file Manager.php, method Net_Gearman_Manager::recvCommand()
    Receive a response
result
in file tasks.php, function result()
run
in file Common.php, method Net_Gearman_Job_Common::run()
    Run your job here
run
in file Sum.php, method Net_Gearman_Job_Sum::run()
    Run the summing job
run
in file SQL.php, method Net_Gearman_Job_SQL::run()
runSet
in file Client.php, method Net_Gearman_Client::runSet()
    Run a set of tasks
top

s

$servers
in file Client.php, variable Net_Gearman_Client::$servers
    A list of Gearman servers
$shutdown
in file Manager.php, variable Net_Gearman_Manager::$shutdown
    The server is shutdown
SQL.php
procedural page SQL.php
Sum.php
procedural page Sum.php
Set.php
procedural page Set.php
send
in file Connection.php, method Net_Gearman_Connection::send()
    Send a command to Gearman
sendCommand
in file Manager.php, method Net_Gearman_Manager::sendCommand()
    Send a command
setMaxQueueSize
in file Manager.php, method Net_Gearman_Manager::setMaxQueueSize()
    Set maximum queue size for a function
shutdown
in file Manager.php, method Net_Gearman_Manager::shutdown()
    Shut down Gearman
start
in file Worker.php, method Net_Gearman_Worker::start()
    Run the job start callbacks
status
in file Task.php, method Net_Gearman_Task::status()
    Run the status callbacks
status
in file Common.php, method Net_Gearman_Job_Common::status()
    Update Gearman with your job's status
status
in file Manager.php, method Net_Gearman_Manager::status()
    Get queue/worker status by function
stopWork
in file Worker.php, method Net_Gearman_Worker::stopWork()
    Should we stop work?
stringLength
in file Connection.php, method Net_Gearman_Connection::stringLength()
    Determine if we should use mb_strlen or stock strlen
submitTask
in file Client.php, method Net_Gearman_Client::submitTask()
    Submit a task to Gearman
subString
in file Connection.php, method Net_Gearman_Connection::subString()
    Multibyte substr() implementation
top

t

$tasks
in file Set.php, variable Net_Gearman_Set::$tasks
    Tasks to run
$tasksCount
in file Set.php, variable Net_Gearman_Set::$tasksCount
    Tasks count
$timeout
in file Client.php, variable Net_Gearman_Client::$timeout
    The timeout for Gearman connections
$type
in file Task.php, variable Net_Gearman_Task::$type
    Type of job
tasks.php
procedural page tasks.php
Task.php
procedural page Task.php
TASK_COMPLETE
in file Task.php, class constant Net_Gearman_Task::TASK_COMPLETE
    Callback of type complete
TASK_FAIL
in file Task.php, class constant Net_Gearman_Task::TASK_FAIL
    Callback of type fail
TASK_STATUS
in file Task.php, class constant Net_Gearman_Task::TASK_STATUS
    Callback of type status
top

u

$uniq
in file Task.php, variable Net_Gearman_Task::$uniq
    The unique identifier for this job
top

v

version
in file Manager.php, method Net_Gearman_Manager::version()
    Get the version of Gearman running
top

w

$waiting
in file Connection.php, variable Net_Gearman_Connection::$waiting
    Tasks waiting for a handle
worker.php
procedural page worker.php
Worker.php
procedural page Worker.php
workers
in file Manager.php, method Net_Gearman_Manager::workers()
    Get worker status and info
top

_

__call
in file Client.php, method Net_Gearman_Client::__call()
    Fire off a background task with the given arguments
__construct
in file Task.php, method Net_Gearman_Task::__construct()
    Constructor
__construct
in file Worker.php, method Net_Gearman_Worker::__construct()
    Constructor
__construct
in file Set.php, method Net_Gearman_Set::__construct()
    Constructor
__construct
in file Manager.php, method Net_Gearman_Manager::__construct()
    Constructor
__construct
in file Client.php, method Net_Gearman_Client::__construct()
    Constructor
__construct
in file Common.php, method Net_Gearman_Job_Common::__construct()
    Constructor
__destruct
in file Worker.php, method Net_Gearman_Worker::__destruct()
    Destructor
__destruct
in file Client.php, method Net_Gearman_Client::__destruct()
    Destructor
__destruct
in file Manager.php, method Net_Gearman_Manager::__destruct()
    Destructor
top

Documentation generated on Mon, 11 Mar 2019 15:31:13 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.