Class OLowerPhysicalPositionsRequest
java.lang.Object
com.orientechnologies.orient.client.remote.message.OLowerPhysicalPositionsRequest
- All Implemented Interfaces:
OBinaryRequest<OLowerPhysicalPositionsResponse>
public class OLowerPhysicalPositionsRequest
extends Object
implements OBinaryRequest<OLowerPhysicalPositionsResponse>
-
Constructor Summary
ConstructorsConstructorDescriptionOLowerPhysicalPositionsRequest(OPhysicalPosition physicalPosition, int iClusterId) -
Method Summary
Modifier and TypeMethodDescriptionexecute(OBinaryRequestExecutor executor) byteintvoidread(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
-
OLowerPhysicalPositionsRequest
-
OLowerPhysicalPositionsRequest
public OLowerPhysicalPositionsRequest()
-
-
Method Details
-
write
- Specified by:
writein interfaceOBinaryRequest<OLowerPhysicalPositionsResponse>- Throws:
IOException
-
read
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
readin interfaceOBinaryRequest<OLowerPhysicalPositionsResponse>- Throws:
IOException
-
getCommand
public byte getCommand()- Specified by:
getCommandin interfaceOBinaryRequest<OLowerPhysicalPositionsResponse>
-
getDescription
- Specified by:
getDescriptionin interfaceOBinaryRequest<OLowerPhysicalPositionsResponse>
-
getiClusterId
public int getiClusterId() -
getPhysicalPosition
-
createResponse
- Specified by:
createResponsein interfaceOBinaryRequest<OLowerPhysicalPositionsResponse>
-
execute
- Specified by:
executein interfaceOBinaryRequest<OLowerPhysicalPositionsResponse>
-