public class OTransactionDataChange extends Object
Constructor and Description |
---|
OTransactionDataChange(byte type,
byte recordType,
ORID id,
Optional<byte[]> record,
int version,
boolean contentChanged) |
OTransactionDataChange(ORecordOperation operation) |
Modifier and Type | Method and Description |
---|---|
static OTransactionDataChange |
deserialize(DataInput input) |
ORID |
getId() |
Optional<byte[]> |
getRecord() |
byte |
getRecordType() |
byte |
getType() |
int |
getVersion() |
boolean |
isContentChanged() |
void |
serialize(DataOutput output) |
public OTransactionDataChange(ORecordOperation operation)
public void serialize(DataOutput output) throws IOException
IOException
public static OTransactionDataChange deserialize(DataInput input) throws IOException
IOException
public byte getRecordType()
public byte getType()
public int getVersion()
public Optional<byte[]> getRecord()
public boolean isContentChanged()
public ORID getId()
Copyright © 2009–2020 OrientDB. All rights reserved.