
public class OPushSchemaRequest extends java.lang.Object implements OBinaryPushRequest<OBinaryPushResponse>
| Constructor and Description |
|---|
OPushSchemaRequest() |
OPushSchemaRequest(ODocument schema) |
| Modifier and Type | Method and Description |
|---|---|
OBinaryPushResponse |
createResponse() |
OBinaryPushResponse |
execute(ORemotePushHandler pushHandler) |
byte |
getPushCommand() |
ODocument |
getSchema() |
void |
read(OChannelDataInput network) |
void |
write(OChannelDataOutput channel) |
public OPushSchemaRequest()
public OPushSchemaRequest(ODocument schema)
public void write(OChannelDataOutput channel) throws java.io.IOException
write in interface OBinaryPushRequest<OBinaryPushResponse>java.io.IOExceptionpublic void read(OChannelDataInput network) throws java.io.IOException
read in interface OBinaryPushRequest<OBinaryPushResponse>java.io.IOExceptionpublic OBinaryPushResponse execute(ORemotePushHandler pushHandler)
execute in interface OBinaryPushRequest<OBinaryPushResponse>public OBinaryPushResponse createResponse()
createResponse in interface OBinaryPushRequest<OBinaryPushResponse>public byte getPushCommand()
getPushCommand in interface OBinaryPushRequest<OBinaryPushResponse>public ODocument getSchema()
Copyright © 2009–2022 OrientDB. All rights reserved.