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