Class OFetchTransaction38Response
java.lang.Object
com.orientechnologies.orient.client.remote.message.OFetchTransaction38Response
- All Implemented Interfaces:
OBinaryResponse
Created by tglman on 30/12/16.
-
Constructor Summary
ConstructorsConstructorDescriptionOFetchTransaction38Response(int txId, Iterable<ORecordOperation> operations, Map<String, OTransactionIndexChanges> indexChanges, Map<ORID, ORID> updatedRids, ODatabaseDocumentInternal database) -
Method Summary
Modifier and TypeMethodDescriptionintgetTxId()voidread(OChannelDataInput network, ORemoteClientSession session) voidwrite(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer)
-
Constructor Details
-
OFetchTransaction38Response
public OFetchTransaction38Response() -
OFetchTransaction38Response
public OFetchTransaction38Response(int txId, Iterable<ORecordOperation> operations, Map<String, OTransactionIndexChanges> indexChanges, Map<ORID, ORID> updatedRids, ODatabaseDocumentInternal database)
-
-
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
-