
public class OFetchTransactionResponse extends java.lang.Object implements OBinaryResponse
| Constructor and Description |
|---|
OFetchTransactionResponse() |
OFetchTransactionResponse(int txId,
java.lang.Iterable<ORecordOperation> operations,
java.util.Map<java.lang.String,OTransactionIndexChanges> indexChanges,
java.util.Map<ORID,ORID> updatedRids) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IndexChange> |
getIndexChanges() |
java.util.List<ORecordOperationRequest> |
getOperations() |
int |
getTxId() |
void |
read(OChannelDataInput network,
OStorageRemoteSession session) |
void |
write(OChannelDataOutput channel,
int protocolVersion,
ORecordSerializer serializer) |
public OFetchTransactionResponse()
public OFetchTransactionResponse(int txId,
java.lang.Iterable<ORecordOperation> operations,
java.util.Map<java.lang.String,OTransactionIndexChanges> indexChanges,
java.util.Map<ORID,ORID> updatedRids)
public void write(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer) throws java.io.IOException
write in interface OBinaryResponsejava.io.IOExceptionpublic void read(OChannelDataInput network, OStorageRemoteSession session) throws java.io.IOException
read in interface OBinaryResponsejava.io.IOExceptionpublic int getTxId()
public java.util.List<ORecordOperationRequest> getOperations()
public java.util.List<IndexChange> getIndexChanges()
Copyright © 2009–2022 OrientDB. All rights reserved.