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
$bval
public
mixed
$bval
$digest
public
mixed
$digest
$partition_id
public
mixed
$partition_id
$retry
public
mixed
$retry
Methods
__construct()
public
__construct(int $id) : mixed
Parameters
- $id : int
getBval()
get BVal
public
getBval() : int|null
Return values
int|nullgetDigest()
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>getPartitionId()
Id shows the partition Id.
public
getPartitionId() : int
Return values
intgetRetry()
Retry signifies if the partition requires a retry.
public
getRetry() : bool