public class OTransactionSequenceStatus extends Object
Constructor and Description |
---|
OTransactionSequenceStatus(long[] status) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long[] |
getStatus() |
int |
hashCode() |
static OTransactionSequenceStatus |
read(byte[] data) |
static OTransactionSequenceStatus |
readNetwork(DataInput dataInput) |
byte[] |
store() |
void |
writeNetwork(DataOutput dataOutput) |
public byte[] store() throws IOException
IOException
public static OTransactionSequenceStatus read(byte[] data) throws IOException
IOException
public void writeNetwork(DataOutput dataOutput) throws IOException
IOException
public static OTransactionSequenceStatus readNetwork(DataInput dataInput) throws IOException
IOException
public long[] getStatus()
Copyright © 2009–2020 OrientDB. All rights reserved.