Class OPushDistributedConfigurationRequest
java.lang.Object
com.orientechnologies.orient.client.remote.message.OPushDistributedConfigurationRequest
- All Implemented Interfaces:
OBinaryPushRequest<OBinaryPushResponse>
public class OPushDistributedConfigurationRequest
extends Object
implements OBinaryPushRequest<OBinaryPushResponse>
Created by tglman on 11/01/17.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionexecute(ORemotePushHandler remote) getHosts()bytevoidread(OChannelDataInput network) voidwrite(OChannelDataOutput channel)
-
Field Details
-
configuration
-
-
Constructor Details
-
OPushDistributedConfigurationRequest
-
OPushDistributedConfigurationRequest
public OPushDistributedConfigurationRequest()
-
-
Method Details
-
getPushCommand
public byte getPushCommand()- Specified by:
getPushCommandin interfaceOBinaryPushRequest<OBinaryPushResponse>
-
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>
-
getHosts
-