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