Class OHigherPhysicalPositionsRequest
java.lang.Object
com.orientechnologies.orient.client.remote.message.OHigherPhysicalPositionsRequest
- All Implemented Interfaces:
OBinaryRequest<OHigherPhysicalPositionsResponse>
public class OHigherPhysicalPositionsRequest
extends Object
implements OBinaryRequest<OHigherPhysicalPositionsResponse>
-
Constructor Summary
ConstructorsConstructorDescriptionOHigherPhysicalPositionsRequest(int iClusterId, OPhysicalPosition iClusterPosition) -
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
-
OHigherPhysicalPositionsRequest
-
OHigherPhysicalPositionsRequest
public OHigherPhysicalPositionsRequest()
-
-
Method Details
-
write
- Specified by:
writein interfaceOBinaryRequest<OHigherPhysicalPositionsResponse>- Throws:
IOException
-
read
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
readin interfaceOBinaryRequest<OHigherPhysicalPositionsResponse>- Throws:
IOException
-
getCommand
public byte getCommand()- Specified by:
getCommandin interfaceOBinaryRequest<OHigherPhysicalPositionsResponse>
-
getDescription
- Specified by:
getDescriptionin interfaceOBinaryRequest<OHigherPhysicalPositionsResponse>
-
getClusterId
public int getClusterId() -
getClusterPosition
-
createResponse
- Specified by:
createResponsein interfaceOBinaryRequest<OHigherPhysicalPositionsResponse>
-
execute
- Specified by:
executein interfaceOBinaryRequest<OHigherPhysicalPositionsResponse>
-