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, toXdrByteArray
public ParallelTxExecutionStage()
public ParallelTxExecutionStage(DependentTxCluster[] ParallelTxExecutionStage)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode
in interface XdrElement
java.io.IOException
public static ParallelTxExecutionStage decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOException
public static ParallelTxExecutionStage fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOException
public static ParallelTxExecutionStage fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOException
public DependentTxCluster[] getParallelTxExecutionStage()
public void setParallelTxExecutionStage(DependentTxCluster[] ParallelTxExecutionStage)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object