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