Stellar PHP SDK API Documentation

XdrConfigSettingContractParallelComputeV0
in package

Settings for running the contract transactions in parallel.

Table of Contents

Properties

$ledgerMaxDependentTxClusters  : int

Methods

__construct()  : mixed
decode()  : XdrConfigSettingContractParallelComputeV0
encode()  : string
getLedgerMaxDependentTxClusters()  : int
setLedgerMaxDependentTxClusters()  : void

Properties

$ledgerMaxDependentTxClusters

public int $ledgerMaxDependentTxClusters

(uint32) Maximum number of clusters with dependent transactions allowed in a stage of parallel tx set component. This effectively sets the lower bound on the number of physical threads necessary to effectively apply transaction sets in parallel.

Methods

__construct()

public __construct(int $ledgerMaxDependentTxClusters) : mixed
Parameters
$ledgerMaxDependentTxClusters : int

(uint32) Maximum number of clusters with dependent transactions allowed in a stage of parallel tx set component. This effectively sets the lower bound on the number of physical threads necessary to effectively apply transaction sets in parallel.


        
On this page

Search results