Class OExperimentalRequest
java.lang.Object
com.orientechnologies.orient.client.remote.message.OExperimentalRequest
- All Implemented Interfaces:
OBinaryRequest<OExperimentalResponse>
Created by tglman on 16/05/17.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final bytestatic final byte -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(OBinaryRequestExecutor executor) bytebyteOBinaryRequest<? extends OBinaryResponse>voidread(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) 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
-
Field Details
-
REQUEST_RECORD_LOCK
public static final byte REQUEST_RECORD_LOCK- See Also:
-
REQUEST_RECORD_UNLOCK
public static final byte REQUEST_RECORD_UNLOCK- See Also:
-
-
Constructor Details
-
OExperimentalRequest
public OExperimentalRequest() -
OExperimentalRequest
-
-
Method Details
-
write
- Specified by:
writein interfaceOBinaryRequest<OExperimentalResponse>- Throws:
IOException
-
read
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
readin interfaceOBinaryRequest<OExperimentalResponse>- Throws:
IOException
-
getCommand
public byte getCommand()- Specified by:
getCommandin interfaceOBinaryRequest<OExperimentalResponse>
-
createResponse
- Specified by:
createResponsein interfaceOBinaryRequest<OExperimentalResponse>
-
execute
- Specified by:
executein interfaceOBinaryRequest<OExperimentalResponse>
-
getMessageID
public byte getMessageID() -
getRequest
-
getDescription
- Specified by:
getDescriptionin interfaceOBinaryRequest<OExperimentalResponse>
-