Class OUnsubscribeLiveQueryRequest
java.lang.Object
com.orientechnologies.orient.client.remote.message.OUnsubscribeLiveQueryRequest
- All Implemented Interfaces:
OBinaryRequest<OUnsubscribLiveQueryResponse>
public class OUnsubscribeLiveQueryRequest
extends Object
implements OBinaryRequest<OUnsubscribLiveQueryResponse>
Created by tglman on 19/06/17.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(OBinaryRequestExecutor executor) byteintvoidread(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
-
Constructor Details
-
OUnsubscribeLiveQueryRequest
public OUnsubscribeLiveQueryRequest() -
OUnsubscribeLiveQueryRequest
public OUnsubscribeLiveQueryRequest(int monitorId)
-
-
Method Details
-
write
- Specified by:
writein interfaceOBinaryRequest<OUnsubscribLiveQueryResponse>- Throws:
IOException
-
read
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
readin interfaceOBinaryRequest<OUnsubscribLiveQueryResponse>- Throws:
IOException
-
getCommand
public byte getCommand()- Specified by:
getCommandin interfaceOBinaryRequest<OUnsubscribLiveQueryResponse>
-
createResponse
- Specified by:
createResponsein interfaceOBinaryRequest<OUnsubscribLiveQueryResponse>
-
execute
- Specified by:
executein interfaceOBinaryRequest<OUnsubscribLiveQueryResponse>
-
getMonitorId
public int getMonitorId() -
getDescription
- Specified by:
getDescriptionin interfaceOBinaryRequest<OUnsubscribLiveQueryResponse>
-