Class OPushSchemaRequest
java.lang.Object
com.orientechnologies.orient.client.remote.message.OPushSchemaRequest
- All Implemented Interfaces:
OBinaryPushRequest<OBinaryPushResponse>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(ORemotePushHandler pushHandler) bytevoidread(OChannelDataInput network) voidwrite(OChannelDataOutput channel)
-
Constructor Details
-
OPushSchemaRequest
public OPushSchemaRequest() -
OPushSchemaRequest
-
-
Method Details
-
write
- Specified by:
writein interfaceOBinaryPushRequest<OBinaryPushResponse>- Throws:
IOException
-
read
- Specified by:
readin interfaceOBinaryPushRequest<OBinaryPushResponse>- Throws:
IOException
-
execute
- Specified by:
executein interfaceOBinaryPushRequest<OBinaryPushResponse>
-
createResponse
- Specified by:
createResponsein interfaceOBinaryPushRequest<OBinaryPushResponse>
-
getPushCommand
public byte getPushCommand()- Specified by:
getPushCommandin interfaceOBinaryPushRequest<OBinaryPushResponse>
-
getSchema
-