Package org.stellar.sdk.xdr
Class ConfigSettingContractParallelComputeV0
java.lang.Object
org.stellar.sdk.xdr.ConfigSettingContractParallelComputeV0
- All Implemented Interfaces:
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; };
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
fromXdrBase64
(String xdr) fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setLedgerMaxDependentTxClusters
(Uint32 ledgerMaxDependentTxClusters) toString()
Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
ConfigSettingContractParallelComputeV0
public ConfigSettingContractParallelComputeV0() -
ConfigSettingContractParallelComputeV0
-
-
Method Details
-
encode
- Specified by:
encode
in interfaceXdrElement
- Throws:
IOException
-
decode
public static ConfigSettingContractParallelComputeV0 decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
public static ConfigSettingContractParallelComputeV0 fromXdrByteArray(byte[] xdr) throws IOException - Throws:
IOException
-
builder
public static ConfigSettingContractParallelComputeV0.ConfigSettingContractParallelComputeV0Builder builder() -
toBuilder
-
getLedgerMaxDependentTxClusters
-
setLedgerMaxDependentTxClusters
-
equals
-
hashCode
public int hashCode() -
toString
-