Class OCountResponse
java.lang.Object
com.orientechnologies.orient.client.remote.message.OCountResponse
- All Implemented Interfaces:
OBinaryResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetCount()voidread(OChannelDataInput network, ORemoteClientSession session) voidwrite(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer)
-
Constructor Details
-
OCountResponse
public OCountResponse(long count) -
OCountResponse
public OCountResponse()
-
-
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
-
getCount
public long getCount()
-