
public interface NodeOperation
| Modifier and Type | Method and Description |
|---|---|
NodeOperationResponse |
execute(OServer iServer,
ODistributedServerManager iManager) |
int |
getMessageId() |
void |
read(java.io.DataInput in) |
void |
write(java.io.DataOutput out) |
NodeOperationResponse execute(OServer iServer, ODistributedServerManager iManager)
void write(java.io.DataOutput out)
throws java.io.IOException
java.io.IOExceptionvoid read(java.io.DataInput in) throws java.io.IOException
java.io.IOExceptionint getMessageId()
Copyright © 2009–2022 OrientDB. All rights reserved.