Nexus API Reference

EmPoolStats
in package

Read onlyYes
FinalYes
Tags
psalm-api

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

$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
Return values
self

        
On this page

Search results