Nexus API Reference

PoolStats
in package

Read onlyYes
FinalYes
Tags
psalm-api

Table of Contents

Properties

$idle  : int
$inUse  : int
$total  : int
$totalBorrows  : int
$totalTimeouts  : int
$totalWaits  : int
$waitingCoroutines  : int

Methods

__construct()  : mixed
empty()  : self

Properties

$waitingCoroutines

public int $waitingCoroutines

Methods

__construct()

public __construct(int $idle, int $inUse, int $total, int $waitingCoroutines, int $totalBorrows, int $totalWaits, int $totalTimeouts) : mixed
Parameters
$idle : int
$inUse : int
$total : int
$waitingCoroutines : int
$totalBorrows : int
$totalWaits : int
$totalTimeouts : int

empty()

public static empty() : self
Return values
self

        
On this page

Search results