TimeoutHandler
Table of Contents
-
ANALYTICS
= "analytics"
-
KV
= "kv"
-
KV_DURABLE
= "kvDurable"
-
MANAGEMENT
= "management"
-
QUERY
= "query"
-
SEARCH
= "search"
-
VIEW
= "view"
-
$timeouts
: array<string|int, mixed>
-
__construct()
: mixed
-
getTimeout()
: float
-
checkDurability()
: bool
-
getDefaultTimeout()
: int
ANALYTICS
public
mixed
ANALYTICS
= "analytics"
KV
public
mixed
KV
= "kv"
KV_DURABLE
public
mixed
KV_DURABLE
= "kvDurable"
MANAGEMENT
public
mixed
MANAGEMENT
= "management"
QUERY
public
mixed
QUERY
= "query"
SEARCH
public
mixed
SEARCH
= "search"
VIEW
public
mixed
VIEW
= "view"
$timeouts
private
array<string|int, mixed>
$timeouts
__construct()
public
__construct(array<string|int, mixed> $setTimeouts) : mixed
Parameters
-
$setTimeouts
: array<string|int, mixed>
-
Return values
mixed
—
getTimeout()
public
getTimeout(string $service, array<string|int, mixed> $options) : float
Parameters
-
$service
: string
-
-
$options
: array<string|int, mixed>
-
Return values
float
—
checkDurability()
private
static checkDurability(array<string|int, mixed> $options) : bool
Parameters
-
$options
: array<string|int, mixed>
-
Return values
bool
—
getDefaultTimeout()
private
getDefaultTimeout(string $service, bool $durable) : int
Parameters
-
$service
: string
-
-
$durable
: bool
-
Return values
int
—