Class OSBTGetRealBagSizeResponse
java.lang.Object
com.orientechnologies.orient.client.remote.message.OSBTGetRealBagSizeResponse
- All Implemented Interfaces:
OBinaryResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidread(OChannelDataInput network, ORemoteClientSession session) voidwrite(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer)
-
Constructor Details
-
OSBTGetRealBagSizeResponse
public OSBTGetRealBagSizeResponse(int realSize) -
OSBTGetRealBagSizeResponse
public OSBTGetRealBagSizeResponse()
-
-
Method Details
-
read
- Specified by:
readin interfaceOBinaryResponse- Throws:
IOException
-
write
public void write(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
writein interfaceOBinaryResponse- Throws:
IOException
-
getRealSize
public int getRealSize()
-