Class OGetClusterDataRangeRequest
java.lang.Object
com.orientechnologies.orient.client.remote.message.OGetClusterDataRangeRequest
- All Implemented Interfaces:
OBinaryRequest<OGetClusterDataRangeResponse>
public class OGetClusterDataRangeRequest
extends Object
implements OBinaryRequest<OGetClusterDataRangeResponse>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(OBinaryRequestExecutor executor) intbytevoidread(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) voidwrite(OChannelDataOutput network) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.client.remote.OBinaryRequest
requireDatabaseSession, requiredServerRole, requireServerUser
-
Constructor Details
-
OGetClusterDataRangeRequest
public OGetClusterDataRangeRequest(int iClusterId) -
OGetClusterDataRangeRequest
public OGetClusterDataRangeRequest()
-
-
Method Details
-
write
- Specified by:
writein interfaceOBinaryRequest<OGetClusterDataRangeResponse>- Throws:
IOException
-
read
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
readin interfaceOBinaryRequest<OGetClusterDataRangeResponse>- Throws:
IOException
-
getCommand
public byte getCommand()- Specified by:
getCommandin interfaceOBinaryRequest<OGetClusterDataRangeResponse>
-
getDescription
- Specified by:
getDescriptionin interfaceOBinaryRequest<OGetClusterDataRangeResponse>
-
getClusterId
public int getClusterId() -
createResponse
- Specified by:
createResponsein interfaceOBinaryRequest<OGetClusterDataRangeResponse>
-
execute
- Specified by:
executein interfaceOBinaryRequest<OGetClusterDataRangeResponse>
-