Page MenuHomePhorge
Diviner Tech Docs PhutilDaemonPool

final class PhutilDaemonPool
Phorge Technical Documentation (Daemons)

This class is not documented.

Methods

public function __get($name)
Inherited

This method is not documented.
Parameters
$name
Return
wild

public function __set($name, $value)
Inherited

This method is not documented.
Parameters
$name
$value
Return
wild

public function current()
Inherited

This method is not documented.
Return
wild

public function key()
Inherited

This method is not documented.
Return
wild

public function next()
Inherited

This method is not documented.
Return
wild

public function rewind()
Inherited

This method is not documented.
Return
wild

public function valid()
Inherited

This method is not documented.
Return
wild

private function throwOnAttemptedIteration()
Inherited

This method is not documented.
Return
wild

public function getPhobjectClassConstant($key, $byte_limit)
Inherited

Phobject

Read the value of a class constant.

This is the same as just typing self::CONSTANTNAME, but throws a more useful message if the constant is not defined and allows the constant to be limited to a maximum length.

Parameters
string$keyName of the constant.
int|null$byte_limitMaximum number of bytes permitted in the value.
Return
stringValue of the constant.

private function __construct()

This method is not documented.
Return
this//Implicit.//

public static function newFromConfig($config)

This method is not documented.
Parameters
array$config
Return
wild

public function setOverseer($overseer)

This method is not documented.
Parameters
PhutilDaemonOverseer$overseer
Return
wild

public function getOverseer()

This method is not documented.
Return
wild

public function setCommandLineArguments($arguments)

This method is not documented.
Parameters
array$arguments
Return
wild

public function getCommandLineArguments()

This method is not documented.
Return
wild

private function shouldShutdown()

This method is not documented.
Return
wild

private function newDaemon()

This method is not documented.
Return
wild

public function getDaemons()

This method is not documented.
Return
wild

public function didReceiveSignal($signal, $signo)

This method is not documented.
Parameters
$signal
$signo
Return
wild

public function getPoolLabel()

This method is not documented.
Return
wild

public function getPoolMaximumSize()

This method is not documented.
Return
wild

public function getPoolScaleupDuration()

This method is not documented.
Return
wild

public function getPoolScaledownDuration()

This method is not documented.
Return
wild

public function getPoolMemoryReserve()

This method is not documented.
Return
wild

public function getPoolDaemonClass()

This method is not documented.
Return
wild

private function getPoolProperty($key)

This method is not documented.
Parameters
$key
Return
wild

public function updatePool()

This method is not documented.
Return
wild

public function isHibernating()

This method is not documented.
Return
wild

public function wakeFromHibernation()

This method is not documented.
Return
wild

private function updateAutoscale()

This method is not documented.
Return
wild

public function logMessage($type, $message, $context)

This method is not documented.
Parameters
$type
$message
$context
Return
wild