
public class OServerQueryResponse extends java.lang.Object implements OBinaryResponse
| Modifier and Type | Field and Description |
|---|---|
static byte |
RECORD_TYPE_BLOB |
static byte |
RECORD_TYPE_EDGE |
static byte |
RECORD_TYPE_ELEMENT |
static byte |
RECORD_TYPE_PROJECTION |
static byte |
RECORD_TYPE_VERTEX |
| Constructor and Description |
|---|
OServerQueryResponse() |
OServerQueryResponse(java.lang.String queryId,
boolean txChanges,
java.util.List<OResultInternal> result,
java.util.Optional<OExecutionPlan> executionPlan,
boolean hasNextPage,
java.util.Map<java.lang.String,java.lang.Long> queryStats,
boolean reloadMetadata) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<OExecutionPlan> |
getExecutionPlan() |
java.lang.String |
getQueryId() |
java.util.Map<java.lang.String,java.lang.Long> |
getQueryStats() |
java.util.List<OResultInternal> |
getResult() |
boolean |
isHasNextPage() |
boolean |
isReloadMetadata() |
boolean |
isTxChanges() |
void |
read(OChannelDataInput network,
OStorageRemoteSession session) |
void |
write(OChannelDataOutput channel,
int protocolVersion,
ORecordSerializer serializer) |
public static final byte RECORD_TYPE_BLOB
public static final byte RECORD_TYPE_VERTEX
public static final byte RECORD_TYPE_EDGE
public static final byte RECORD_TYPE_ELEMENT
public static final byte RECORD_TYPE_PROJECTION
public OServerQueryResponse(java.lang.String queryId,
boolean txChanges,
java.util.List<OResultInternal> result,
java.util.Optional<OExecutionPlan> executionPlan,
boolean hasNextPage,
java.util.Map<java.lang.String,java.lang.Long> queryStats,
boolean reloadMetadata)
public OServerQueryResponse()
public void write(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer) throws java.io.IOException
write in interface OBinaryResponsejava.io.IOExceptionpublic void read(OChannelDataInput network, OStorageRemoteSession session) throws java.io.IOException
read in interface OBinaryResponsejava.io.IOExceptionpublic java.lang.String getQueryId()
public java.util.List<OResultInternal> getResult()
public java.util.Optional<OExecutionPlan> getExecutionPlan()
public boolean isHasNextPage()
public java.util.Map<java.lang.String,java.lang.Long> getQueryStats()
public boolean isTxChanges()
public boolean isReloadMetadata()
Copyright © 2009–2022 OrientDB. All rights reserved.