PHP Класс Aerys\WatcherProcess

Наследование: extends Process
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Psr\Log\LoggerInterface $logger )
restart ( )

Защищенные методы

Метод Описание
doStart ( Console $console ) : Generator
doStop ( ) : Generator
recommendAssertionSetting ( )
recommendLogLevel ( Console $console )

Приватные методы

Метод Описание
accept ( $watcherId, $ipcServer )
acceptCommand ( $watcherId, $commandServer )
bindCommandServer ( string $config )
bindIpcServer ( )
canReusePort ( )
checkCommands ( Console $console )
collectProcessGarbage ( )
commandParser ( $client ) : Generator
countCpuCores ( )
determineWorkerCount ( Console $console )
generateWorkerCommand ( Console $console ) : string
onDeadIpcClient ( string $readWatcherId, $ipcClient )
parser ( $ipcClient ) : Generator
spawn ( )

Описание методов

__construct() публичный метод

public __construct ( Psr\Log\LoggerInterface $logger )
$logger Psr\Log\LoggerInterface

doStart() защищенный метод

protected doStart ( Console $console ) : Generator
$console Console
Результат Generator

doStop() защищенный метод

protected doStop ( ) : Generator
Результат Generator

recommendAssertionSetting() защищенный метод

recommendLogLevel() защищенный метод

protected recommendLogLevel ( Console $console )
$console Console

restart() публичный метод

public restart ( )