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, wait
requireDatabaseSession, requiredServerRole, requireServerUser
public 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>
IOException
public void write(OChannelDataOutput network, OStorageRemoteSession session) throws IOException
write
in interface OBinaryRequest<ODeleteRecordResponse>
IOException
public 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–2020 OrientDB. All rights reserved.