
public class OReopenRequest extends Object implements OBinaryRequest<OReopenResponse>
| Constructor and Description |
|---|
OReopenRequest() |
| Modifier and Type | Method and Description |
|---|---|
OReopenResponse |
createResponse() |
OBinaryResponse |
execute(OBinaryRequestExecutor executor) |
byte |
getCommand() |
String |
getDescription() |
void |
read(OChannelDataInput channel,
int protocolVersion,
ORecordSerializer serializer) |
void |
write(OChannelDataOutput network,
OStorageRemoteSession session) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrequireDatabaseSession, requiredServerRole, requireServerUserpublic void write(OChannelDataOutput network, OStorageRemoteSession session) throws IOException
write in interface OBinaryRequest<OReopenResponse>IOExceptionpublic void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException
read in interface OBinaryRequest<OReopenResponse>IOExceptionpublic byte getCommand()
getCommand in interface OBinaryRequest<OReopenResponse>public String getDescription()
getDescription in interface OBinaryRequest<OReopenResponse>public OReopenResponse createResponse()
createResponse in interface OBinaryRequest<OReopenResponse>public OBinaryResponse execute(OBinaryRequestExecutor executor)
execute in interface OBinaryRequest<OReopenResponse>Copyright © 2009–2025 OrientDB. All rights reserved.