public class OLowerPhysicalPositionsRequest extends Object implements OBinaryRequest<OLowerPhysicalPositionsResponse>
Constructor and Description |
---|
OLowerPhysicalPositionsRequest() |
OLowerPhysicalPositionsRequest(OPhysicalPosition physicalPosition,
int iClusterId) |
Modifier and Type | Method and Description |
---|---|
OLowerPhysicalPositionsResponse |
createResponse() |
OBinaryResponse |
execute(OBinaryRequestExecutor executor) |
byte |
getCommand() |
String |
getDescription() |
int |
getiClusterId() |
OPhysicalPosition |
getPhysicalPosition() |
void |
read(OChannelDataInput channel,
int protocolVersion,
ORecordSerializer serializer) |
void |
write(OChannelDataOutput network,
OStorageRemoteSession session) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
requireDatabaseSession, requiredServerRole, requireServerUser
public OLowerPhysicalPositionsRequest(OPhysicalPosition physicalPosition, int iClusterId)
public OLowerPhysicalPositionsRequest()
public void write(OChannelDataOutput network, OStorageRemoteSession session) throws IOException
write
in interface OBinaryRequest<OLowerPhysicalPositionsResponse>
IOException
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException
read
in interface OBinaryRequest<OLowerPhysicalPositionsResponse>
IOException
public byte getCommand()
getCommand
in interface OBinaryRequest<OLowerPhysicalPositionsResponse>
public String getDescription()
getDescription
in interface OBinaryRequest<OLowerPhysicalPositionsResponse>
public int getiClusterId()
public OPhysicalPosition getPhysicalPosition()
public OLowerPhysicalPositionsResponse createResponse()
createResponse
in interface OBinaryRequest<OLowerPhysicalPositionsResponse>
public OBinaryResponse execute(OBinaryRequestExecutor executor)
execute
in interface OBinaryRequest<OLowerPhysicalPositionsResponse>
Copyright © 2009–2020 OrientDB. All rights reserved.