
public class ODeleteRecordRequest extends Object implements OBinaryAsyncRequest<ODeleteRecordResponse>
| Constructor and Description |
|---|
ODeleteRecordRequest() |
ODeleteRecordRequest(ORecordId iRid,
int iVersion) |
| Modifier and Type | Method and Description |
|---|---|
ODeleteRecordResponse |
createResponse() |
OBinaryResponse |
execute(OBinaryRequestExecutor executor) |
byte |
getCommand() |
String |
getDescription() |
byte |
getMode() |
ORecordId |
getRid() |
int |
getVersion() |
void |
read(OChannelDataInput channel,
int protocolVersion,
ORecordSerializer serializer) |
void |
setMode(byte mode) |
void |
write(OChannelDataOutput network,
OStorageRemoteSession session) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrequireDatabaseSession, requiredServerRole, requireServerUserpublic ODeleteRecordRequest(ORecordId iRid, int iVersion)
public ODeleteRecordRequest()
public byte getCommand()
getCommand in interface OBinaryRequest<ODeleteRecordResponse>public String getDescription()
getDescription in interface OBinaryRequest<ODeleteRecordResponse>public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException
read in interface OBinaryRequest<ODeleteRecordResponse>IOExceptionpublic void write(OChannelDataOutput network, OStorageRemoteSession session) throws IOException
write in interface OBinaryRequest<ODeleteRecordResponse>IOExceptionpublic byte getMode()
getMode in interface OBinaryAsyncRequest<ODeleteRecordResponse>public ORecordId getRid()
public int getVersion()
public void setMode(byte mode)
setMode in interface OBinaryAsyncRequest<ODeleteRecordResponse>public ODeleteRecordResponse createResponse()
createResponse in interface OBinaryRequest<ODeleteRecordResponse>public OBinaryResponse execute(OBinaryRequestExecutor executor)
execute in interface OBinaryRequest<ODeleteRecordResponse>Copyright © 2009–2025 OrientDB. All rights reserved.