Class ODeleteRecordRequest
java.lang.Object
com.orientechnologies.orient.client.remote.message.ODeleteRecordRequest
- All Implemented Interfaces:
OBinaryAsyncRequest<ODeleteRecordResponse>,OBinaryRequest<ODeleteRecordResponse>
public class ODeleteRecordRequest
extends Object
implements OBinaryAsyncRequest<ODeleteRecordResponse>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(OBinaryRequestExecutor executor) bytebytegetMode()getRid()intvoidread(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) voidsetMode(byte mode) 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
-
ODeleteRecordRequest
-
ODeleteRecordRequest
public ODeleteRecordRequest()
-
-
Method Details
-
getCommand
public byte getCommand()- Specified by:
getCommandin interfaceOBinaryRequest<ODeleteRecordResponse>
-
getDescription
- Specified by:
getDescriptionin interfaceOBinaryRequest<ODeleteRecordResponse>
-
read
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
readin interfaceOBinaryRequest<ODeleteRecordResponse>- Throws:
IOException
-
write
- Specified by:
writein interfaceOBinaryRequest<ODeleteRecordResponse>- Throws:
IOException
-
getMode
public byte getMode()- Specified by:
getModein interfaceOBinaryAsyncRequest<ODeleteRecordResponse>
-
getRid
-
getVersion
public int getVersion() -
setMode
public void setMode(byte mode) - Specified by:
setModein interfaceOBinaryAsyncRequest<ODeleteRecordResponse>
-
createResponse
- Specified by:
createResponsein interfaceOBinaryRequest<ODeleteRecordResponse>
-
execute
- Specified by:
executein interfaceOBinaryRequest<ODeleteRecordResponse>
-