Class ConfigSettingContractParallelComputeV0

java.lang.Object
org.stellar.sdk.xdr.ConfigSettingContractParallelComputeV0
All Implemented Interfaces:
XdrElement

public class ConfigSettingContractParallelComputeV0 extends Object implements XdrElement
ConfigSettingContractParallelComputeV0's original definition in the XDR file is:
 struct ConfigSettingContractParallelComputeV0
 {
     // 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.
     uint32 ledgerMaxDependentTxClusters;
 };