Class OFetchTransactionResponse
java.lang.Object
com.orientechnologies.orient.client.remote.message.OFetchTransactionResponse
- All Implemented Interfaces:
OBinaryResponse
Created by tglman on 30/12/16.
-
Constructor Summary
ConstructorsConstructorDescriptionOFetchTransactionResponse(int txId, Iterable<ORecordOperation> operations, Map<String, OTransactionIndexChanges> indexChanges, Map<ORID, ORID> updatedRids) -
Method Summary
Modifier and TypeMethodDescriptionintgetTxId()voidread(OChannelDataInput network, ORemoteClientSession session) voidwrite(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer)
-
Constructor Details
-
OFetchTransactionResponse
public OFetchTransactionResponse() -
OFetchTransactionResponse
public OFetchTransactionResponse(int txId, Iterable<ORecordOperation> operations, Map<String, OTransactionIndexChanges> indexChanges, Map<ORID, ORID> updatedRids)
-
-
Method Details
-
write
public void write(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
writein interfaceOBinaryResponse- Throws:
IOException
-
read
- Specified by:
readin interfaceOBinaryResponse- Throws:
IOException
-
getTxId
public int getTxId() -
getOperations
-
getIndexChanges
-