
public class OCleanOutRecordRequest extends Object implements OBinaryAsyncRequest<OCleanOutRecordResponse>
| Constructor and Description |
|---|
OCleanOutRecordRequest() |
OCleanOutRecordRequest(int recordVersion,
ORecordId recordId) |
| Modifier and Type | Method and Description |
|---|---|
OCleanOutRecordResponse |
createResponse() |
OBinaryResponse |
execute(OBinaryRequestExecutor executor) |
byte |
getCommand() |
String |
getDescription() |
byte |
getMode() |
ORecordId |
getRecordId() |
int |
getRecordVersion() |
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 OCleanOutRecordRequest()
public OCleanOutRecordRequest(int recordVersion,
ORecordId recordId)
public byte getCommand()
getCommand in interface OBinaryRequest<OCleanOutRecordResponse>public String getDescription()
getDescription in interface OBinaryRequest<OCleanOutRecordResponse>public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException
read in interface OBinaryRequest<OCleanOutRecordResponse>IOExceptionpublic void write(OChannelDataOutput network, OStorageRemoteSession session) throws IOException
write in interface OBinaryRequest<OCleanOutRecordResponse>IOExceptionpublic byte getMode()
getMode in interface OBinaryAsyncRequest<OCleanOutRecordResponse>public ORecordId getRecordId()
public int getRecordVersion()
public void setMode(byte mode)
setMode in interface OBinaryAsyncRequest<OCleanOutRecordResponse>public OCleanOutRecordResponse createResponse()
createResponse in interface OBinaryRequest<OCleanOutRecordResponse>public OBinaryResponse execute(OBinaryRequestExecutor executor)
execute in interface OBinaryRequest<OCleanOutRecordResponse>Copyright © 2009–2025 OrientDB. All rights reserved.