Class OSubscribeLiveQueryRequest
java.lang.Object
com.orientechnologies.orient.client.remote.message.OSubscribeLiveQueryRequest
- All Implemented Interfaces:
OBinaryRequest<OSubscribeLiveQueryResponse>
public class OSubscribeLiveQueryRequest
extends Object
implements OBinaryRequest<OSubscribeLiveQueryResponse>
Created by tglman on 17/05/17.
-
Constructor Summary
ConstructorsConstructorDescriptionOSubscribeLiveQueryRequest(String query, Object[] params) OSubscribeLiveQueryRequest(String query, Map<String, Object> params) -
Method Summary
Modifier and TypeMethodDescriptionexecute(OBinaryRequestExecutor executor) bytegetQuery()voidread(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) voidwrite(OChannelDataOutput network) 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
-
OSubscribeLiveQueryRequest
-
OSubscribeLiveQueryRequest
-
OSubscribeLiveQueryRequest
public OSubscribeLiveQueryRequest()
-
-
Method Details
-
write
- Specified by:
writein interfaceOBinaryRequest<OSubscribeLiveQueryResponse>- Throws:
IOException
-
read
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
readin interfaceOBinaryRequest<OSubscribeLiveQueryResponse>- Throws:
IOException
-
getCommand
public byte getCommand()- Specified by:
getCommandin interfaceOBinaryRequest<OSubscribeLiveQueryResponse>
-
createResponse
- Specified by:
createResponsein interfaceOBinaryRequest<OSubscribeLiveQueryResponse>
-
execute
- Specified by:
executein interfaceOBinaryRequest<OSubscribeLiveQueryResponse>
-
getDescription
- Specified by:
getDescriptionin interfaceOBinaryRequest<OSubscribeLiveQueryResponse>
-
getQuery
-
getParams
-