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