Class OBatchOperationsResponse
java.lang.Object
com.orientechnologies.orient.client.remote.message.OBatchOperationsResponse
- All Implemented Interfaces:
OBinaryResponse
Created by Enrico Risa on 15/05/2017.
-
Constructor Summary
ConstructorsConstructorDescriptionOBatchOperationsResponse(int txId, List<OCommit37Response.OCreatedRecordResponse> created, List<OCommit37Response.OUpdatedRecordResponse> updated, List<OCommit37Response.ODeletedRecordResponse> deleted) -
Method Summary
Modifier and TypeMethodDescriptionintgetTxId()voidread(OChannelDataInput network, ORemoteClientSession session) voidwrite(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer)
-
Constructor Details
-
OBatchOperationsResponse
public OBatchOperationsResponse(int txId, List<OCommit37Response.OCreatedRecordResponse> created, List<OCommit37Response.OUpdatedRecordResponse> updated, List<OCommit37Response.ODeletedRecordResponse> deleted) -
OBatchOperationsResponse
public OBatchOperationsResponse()
-
-
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() -
getCreated
-
getUpdated
-
getDeleted
-