public final class OQueryNextPageRequest extends Object implements OBinaryRequest<OQueryResponse>
Constructor and Description |
---|
OQueryNextPageRequest() |
OQueryNextPageRequest(String queryId,
int recordsPerPage) |
Modifier and Type | Method and Description |
---|---|
OQueryResponse |
createResponse() |
OBinaryResponse |
execute(OBinaryRequestExecutor executor) |
byte |
getCommand() |
String |
getDescription() |
String |
getQueryId() |
int |
getRecordsPerPage() |
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, wait
requireDatabaseSession, requiredServerRole, requireServerUser
public OQueryNextPageRequest(String queryId, int recordsPerPage)
public OQueryNextPageRequest()
public void write(OChannelDataOutput network, OStorageRemoteSession session) throws IOException
write
in interface OBinaryRequest<OQueryResponse>
IOException
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException
read
in interface OBinaryRequest<OQueryResponse>
IOException
public byte getCommand()
getCommand
in interface OBinaryRequest<OQueryResponse>
public 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 String getQueryId()
public void setQueryId(String queryId)
public int getRecordsPerPage()
Copyright © 2009–2020 OrientDB. All rights reserved.