public class ParallelTxExecutionStage extends java.lang.Object implements XdrElement
typedef DependentTxCluster ParallelTxExecutionStage<>;
| Constructor and Description |
|---|
ParallelTxExecutionStage() |
ParallelTxExecutionStage(DependentTxCluster[] ParallelTxExecutionStage) |
| Modifier and Type | Method and Description |
|---|---|
static ParallelTxExecutionStage |
decode(XdrDataInputStream stream) |
void |
encode(XdrDataOutputStream stream) |
boolean |
equals(java.lang.Object o) |
static ParallelTxExecutionStage |
fromXdrBase64(java.lang.String xdr) |
static ParallelTxExecutionStage |
fromXdrByteArray(byte[] xdr) |
DependentTxCluster[] |
getParallelTxExecutionStage() |
int |
hashCode() |
void |
setParallelTxExecutionStage(DependentTxCluster[] ParallelTxExecutionStage) |
java.lang.String |
toString() |
toXdrBase64, toXdrByteArraypublic ParallelTxExecutionStage()
public ParallelTxExecutionStage(DependentTxCluster[] ParallelTxExecutionStage)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode in interface XdrElementjava.io.IOExceptionpublic static ParallelTxExecutionStage decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOExceptionpublic static ParallelTxExecutionStage fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOExceptionpublic static ParallelTxExecutionStage fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOExceptionpublic DependentTxCluster[] getParallelTxExecutionStage()
public void setParallelTxExecutionStage(DependentTxCluster[] ParallelTxExecutionStage)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object