PHP 클래스 Transport\Statistics

파일 보기 프로젝트 열기: opendatach/transport

보호된 프로퍼티들

프로퍼티 타입 설명
$enabled
$redis

공개 메소드들

메소드 설명
__construct ( Client $redis = null, $enabled = false )
call ( )
error ( $e )
getCalls ( )
getErrors ( )
getTopExceptions ( )
getTopResources ( )
getTopStations ( )
resource ( string $path )
station ( Location $station )

보호된 메소드들

메소드 설명
count ( string $prefix, string $id, array $data )
top ( string $key, string[] $fields )

메소드 상세

__construct() 공개 메소드

public __construct ( Client $redis = null, $enabled = false )
$redis Predis\Client

call() 공개 메소드

public call ( )

count() 보호된 메소드

protected count ( string $prefix, string $id, array $data )
$prefix string
$id string
$data array

error() 공개 메소드

public error ( $e )

getCalls() 공개 메소드

public getCalls ( )

getErrors() 공개 메소드

public getErrors ( )

getTopExceptions() 공개 메소드

public getTopExceptions ( )

getTopResources() 공개 메소드

public getTopResources ( )

getTopStations() 공개 메소드

public getTopStations ( )

resource() 공개 메소드

public resource ( string $path )
$path string

station() 공개 메소드

public station ( Location $station )
$station Transport\Entity\Location\Location

top() 보호된 메소드

protected top ( string $key, string[] $fields )
$key string
$fields string[]

프로퍼티 상세

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

protected $enabled

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

protected $redis