Class OReadRecordIfVersionIsNotLatestResponse
java.lang.Object
com.orientechnologies.orient.client.remote.message.OReadRecordIfVersionIsNotLatestResponse
- All Implemented Interfaces:
OBinaryResponse
-
Constructor Summary
ConstructorsConstructorDescriptionOReadRecordIfVersionIsNotLatestResponse(byte recordType, int version, byte[] record, Set<ORecord> recordsToSend) -
Method Summary
Modifier and TypeMethodDescriptionvoidread(OChannelDataInput network, ORemoteClientSession session) voidwrite(OChannelDataOutput network, int protocolVersion, ORecordSerializer serializer)
-
Constructor Details
-
OReadRecordIfVersionIsNotLatestResponse
public OReadRecordIfVersionIsNotLatestResponse() -
OReadRecordIfVersionIsNotLatestResponse
-
-
Method Details
-
write
public void write(OChannelDataOutput network, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
writein interfaceOBinaryResponse- Throws:
IOException
-
read
- Specified by:
readin interfaceOBinaryResponse- Throws:
IOException
-
getResult
-