public class OPushDistributedConfigurationRequest extends Object implements OBinaryPushRequest<OBinaryPushResponse>
Modifier and Type | Field and Description |
---|---|
ODocument |
configuration |
Constructor and Description |
---|
OPushDistributedConfigurationRequest() |
OPushDistributedConfigurationRequest(List<String> hosts) |
Modifier and Type | Method and Description |
---|---|
OBinaryPushResponse |
createResponse() |
OBinaryPushResponse |
execute(ORemotePushHandler remote) |
List<String> |
getHosts() |
byte |
getPushCommand() |
void |
read(OChannelDataInput network) |
void |
write(OChannelDataOutput channel) |
public ODocument configuration
public OPushDistributedConfigurationRequest(List<String> hosts)
public OPushDistributedConfigurationRequest()
public byte getPushCommand()
getPushCommand
in interface OBinaryPushRequest<OBinaryPushResponse>
public void write(OChannelDataOutput channel) throws IOException
write
in interface OBinaryPushRequest<OBinaryPushResponse>
IOException
public void read(OChannelDataInput network) throws IOException
read
in interface OBinaryPushRequest<OBinaryPushResponse>
IOException
public OBinaryPushResponse execute(ORemotePushHandler remote)
execute
in interface OBinaryPushRequest<OBinaryPushResponse>
public OBinaryPushResponse createResponse()
createResponse
in interface OBinaryPushRequest<OBinaryPushResponse>
Copyright © 2009–2020 OrientDB. All rights reserved.