EmPoolStats
in package
Read onlyYes
FinalYes
Tags
Table of Contents
Properties
- $idle : int
- $inUse : int
- $total : int
- $totalBorrows : int
- $totalEvictions : int
- $totalTimeouts : int
- $totalWaits : int
- $waitingCoroutines : int
Methods
- __construct() : mixed
- empty() : self
Properties
$idle
public
int
$idle
$inUse
public
int
$inUse
$total
public
int
$total
$totalBorrows
public
int
$totalBorrows
$totalEvictions
public
int
$totalEvictions
$totalTimeouts
public
int
$totalTimeouts
= 0
$totalWaits
public
int
$totalWaits
= 0
$waitingCoroutines
public
int
$waitingCoroutines
= 0
Methods
__construct()
public
__construct(int $idle, int $inUse, int $total, int $totalBorrows, int $totalEvictions[, int $waitingCoroutines = 0 ][, int $totalWaits = 0 ][, int $totalTimeouts = 0 ]) : mixed
Parameters
- $idle : int
- $inUse : int
- $total : int
- $totalBorrows : int
- $totalEvictions : int
- $waitingCoroutines : int = 0
- $totalWaits : int = 0
- $totalTimeouts : int = 0
empty()
public
static empty() : self