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