Class OSubscribeSchemaRequest
java.lang.Object
com.orientechnologies.orient.client.remote.message.OSubscribeSchemaRequest
- All Implemented Interfaces:
OBinaryRequest<OSubscribeSchemaResponse>
public class OSubscribeSchemaRequest
extends Object
implements OBinaryRequest<OSubscribeSchemaResponse>
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
-
OSubscribeSchemaRequest
public OSubscribeSchemaRequest()
-
-
Method Details
-
write
- Specified by:
writein interfaceOBinaryRequest<OSubscribeSchemaResponse>- Throws:
IOException
-
read
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
readin interfaceOBinaryRequest<OSubscribeSchemaResponse>- Throws:
IOException
-
getCommand
public byte getCommand()- Specified by:
getCommandin interfaceOBinaryRequest<OSubscribeSchemaResponse>
-
createResponse
- Specified by:
createResponsein interfaceOBinaryRequest<OSubscribeSchemaResponse>
-
execute
- Specified by:
executein interfaceOBinaryRequest<OSubscribeSchemaResponse>
-
getDescription
- Specified by:
getDescriptionin interfaceOBinaryRequest<OSubscribeSchemaResponse>
-