PHP Class Scalr\System\Zmq\Cron\Task\ServerStatusManager

Since: 5.1.0 (15.01.2015)
Author: Vitaliy Demidov ([email protected])
Inheritance: extends Scalr\System\Zmq\Cron\AbstractTask
Afficher le fichier Open project: scalr/scalr

Méthodes publiques

Méthode Description
__destruct ( ) Destructor
enqueue ( )
parseIntervals ( array $intervals ) : integer Normalizes intervals representations
prepare ( ) Prepares client to enqueue
worker ( $request )

Private Methods

Méthode Description
prepareStatement ( ) Prepares statement and params
prepareTemporary ( integer $maxLength ) Prepares temporary table

Method Details

__destruct() public méthode

Destructor
public __destruct ( )

enqueue() public méthode

See also: Scalr\System\Zmq\Cron\TaskInterface::enqueue()
public enqueue ( )

parseIntervals() public méthode

Normalizes intervals representations
public parseIntervals ( array $intervals ) : integer
$intervals array Intervals
Résultat integer Returns intervals representations strings max length

prepare() public méthode

Prepares client to enqueue
public prepare ( )

worker() public méthode

See also: Scalr\System\Zmq\Cron\TaskInterface::worker()
public worker ( $request )