Documentation

PartitionStatus
in package

Virtual collection of records retrieved through queries and scans. During a query/scan, multiple threads will retrieve records from the server nodes and put these records on an internal queue managed by the recordset. The single user thread consumes these records from the queue.

Table of Contents

Properties

$bval  : mixed
$digest  : mixed
$partition_id  : mixed
$retry  : mixed

Methods

__construct()  : mixed
getBval()  : int|null
get BVal
getDigest()  : array<string|int, mixed>
Digest records the digest of the last key digest received from the server for this partition.
getPartitionId()  : int
Id shows the partition Id.
getRetry()  : bool
Retry signifies if the partition requires a retry.

Properties

Methods

getDigest()

Digest records the digest of the last key digest received from the server for this partition.

public getDigest() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results