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