Class OCloseQueryRequest
java.lang.Object
com.orientechnologies.orient.client.remote.message.OCloseQueryRequest
- All Implemented Interfaces:
OBinaryRequest<OCloseQueryResponse>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(OBinaryRequestExecutor executor) bytevoidread(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) voidsetQueryId(String queryId) 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
-
OCloseQueryRequest
-
OCloseQueryRequest
public OCloseQueryRequest()
-
-
Method Details
-
write
- Specified by:
writein interfaceOBinaryRequest<OCloseQueryResponse>- Throws:
IOException
-
read
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
readin interfaceOBinaryRequest<OCloseQueryResponse>- Throws:
IOException
-
getCommand
public byte getCommand()- Specified by:
getCommandin interfaceOBinaryRequest<OCloseQueryResponse>
-
getDescription
- Specified by:
getDescriptionin interfaceOBinaryRequest<OCloseQueryResponse>
-
createResponse
- Specified by:
createResponsein interfaceOBinaryRequest<OCloseQueryResponse>
-
execute
- Specified by:
executein interfaceOBinaryRequest<OCloseQueryResponse>
-
getQueryId
-
setQueryId
-