public class OUnsubscribeLiveQueryRequest extends Object implements OBinaryRequest<OUnsubscribLiveQueryResponse>
Constructor and Description |
---|
OUnsubscribeLiveQueryRequest() |
OUnsubscribeLiveQueryRequest(int monitorId) |
Modifier and Type | Method and Description |
---|---|
OUnsubscribLiveQueryResponse |
createResponse() |
OBinaryResponse |
execute(OBinaryRequestExecutor executor) |
byte |
getCommand() |
String |
getDescription() |
int |
getMonitorId() |
void |
read(OChannelDataInput channel,
int protocolVersion,
ORecordSerializer serializer) |
void |
write(OChannelDataOutput network,
OStorageRemoteSession session) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
requireDatabaseSession, requiredServerRole, requireServerUser
public OUnsubscribeLiveQueryRequest()
public OUnsubscribeLiveQueryRequest(int monitorId)
public void write(OChannelDataOutput network, OStorageRemoteSession session) throws IOException
write
in interface OBinaryRequest<OUnsubscribLiveQueryResponse>
IOException
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException
read
in interface OBinaryRequest<OUnsubscribLiveQueryResponse>
IOException
public byte getCommand()
getCommand
in interface OBinaryRequest<OUnsubscribLiveQueryResponse>
public OUnsubscribLiveQueryResponse createResponse()
createResponse
in interface OBinaryRequest<OUnsubscribLiveQueryResponse>
public OBinaryResponse execute(OBinaryRequestExecutor executor)
execute
in interface OBinaryRequest<OUnsubscribLiveQueryResponse>
public int getMonitorId()
public String getDescription()
getDescription
in interface OBinaryRequest<OUnsubscribLiveQueryResponse>
Copyright © 2009–2020 OrientDB. All rights reserved.