class Latency extends Statistic

Latency

Properties

protected string $name from Statistic
protected float $current
protected float $average
protected float $standardDeviation
protected float $minimum
protected float $maximum

Methods

__construct(string $name = null)

Neues Objekt

from Statistic
string
getName()

Name

from Statistic
setName(string $name)

Name

from Statistic
float
getCurrent()

getCurrent

float
getAverage()

getAverage

float
getStandardDeviation()

getStandardDeviation

float
getMinimum()

getMinimum

float
getMaximum()

getMaximum

setCurrent(float $current)

setCurrent

setAverage(float $average)

setAverage

setStandardDeviation(float $standardDeviation)

setStandardDeviation

setMinimum(float $minimum)

setMinimum

setMaximum(float $maximum)

setMaximum

static Latency
getInstanceFromArray(Array|ArrayHelper $array)

getInstanceFromArray

Details

in Statistic at line 48
__construct(string $name = null)

Neues Objekt

Parameters

string $name der Node

in Statistic at line 60
string getName()

Name

Return Value

string Name

in Statistic at line 71
Statistic setName(string $name)

Name

Parameters

string $name Name

Return Value

Statistic

at line 68
float getCurrent()

getCurrent

Return Value

float

at line 78
float getAverage()

getAverage

Return Value

float

at line 88
float getStandardDeviation()

getStandardDeviation

Return Value

float

at line 98
float getMinimum()

getMinimum

Return Value

float

at line 108
float getMaximum()

getMaximum

Return Value

float

at line 119
protected Latency setCurrent(float $current)

setCurrent

Parameters

float $current

Return Value

Latency

at line 131
protected Latency setAverage(float $average)

setAverage

Parameters

float $average

Return Value

Latency

at line 143
protected Latency setStandardDeviation(float $standardDeviation)

setStandardDeviation

Parameters

float $standardDeviation

Return Value

Latency

at line 155
protected Latency setMinimum(float $minimum)

setMinimum

Parameters

float $minimum

Return Value

Latency

at line 167
protected Latency setMaximum(float $maximum)

setMaximum

Parameters

float $maximum

Return Value

Latency

at line 179
static Latency getInstanceFromArray(Array|ArrayHelper $array)

getInstanceFromArray

Parameters

Array|ArrayHelper $array

Return Value

Latency