Package org.stellar.sdk.xdr
Class ParallelTxExecutionStage
java.lang.Object
org.stellar.sdk.xdr.ParallelTxExecutionStage
- All Implemented Interfaces:
XdrElement
ParallelTxExecutionStage's original definition in the XDR file is:
typedef DependentTxCluster ParallelTxExecutionStage<>;
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ParallelTxExecutionStagedecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic ParallelTxExecutionStagefromXdrBase64(String xdr) static ParallelTxExecutionStagefromXdrByteArray(byte[] xdr) inthashCode()voidsetParallelTxExecutionStage(DependentTxCluster[] ParallelTxExecutionStage) toString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
ParallelTxExecutionStage
public ParallelTxExecutionStage() -
ParallelTxExecutionStage
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
getParallelTxExecutionStage
-
setParallelTxExecutionStage
-
equals
-
hashCode
public int hashCode() -
toString
-