PHP 클래스 PHPDaemon\Clients\Redis\AutoScan

저자: Efimenko Dmitriy ([email protected])
상속: use trait PHPDaemon\Traits\ClassWatchdog, use trait PHPDaemon\Traits\StaticObjectWatchdog
파일 보기 프로젝트 열기: kakserpom/phpdaemon

보호된 프로퍼티들

프로퍼티 타입 설명
$args
$cb
$cbEnd
$cmd
$conn
$cursor
$isFreeze
$limit
$num

공개 메소드들

메소드 설명
__construct ( Pool $pool, string $cmd, array $args = [], cllable $cbEnd = null, integer $limit = false ) Constructor
freeze ( )
reset ( )
run ( )

보호된 메소드들

메소드 설명
doIteration ( )

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( Pool $pool, string $cmd, array $args = [], cllable $cbEnd = null, integer $limit = false )
$pool Pool Redis pool or connection
$cmd string Command
$args array Arguments
$cbEnd cllable Callback
$limit integer Limit

doIteration() 보호된 메소드

protected doIteration ( )

freeze() 공개 메소드

public freeze ( )

reset() 공개 메소드

public reset ( )

run() 공개 메소드

public run ( )

프로퍼티 상세

$args 보호되어 있는 프로퍼티

protected $args

$cb 보호되어 있는 프로퍼티

protected $cb

$cbEnd 보호되어 있는 프로퍼티

protected $cbEnd

$cmd 보호되어 있는 프로퍼티

protected $cmd

$conn 보호되어 있는 프로퍼티

protected $conn

$cursor 보호되어 있는 프로퍼티

protected $cursor

$isFreeze 보호되어 있는 프로퍼티

protected $isFreeze

$limit 보호되어 있는 프로퍼티

protected $limit

$num 보호되어 있는 프로퍼티

protected $num