public static class Service.FetchRequest extends Service.Request
| Modifier and Type | Field and Description |
|---|---|
private static com.google.protobuf.Descriptors.FieldDescriptor |
CONNECTION_ID_DESCRIPTOR |
String |
connectionId |
int |
fetchMaxRowCount
Maximum number of rows to be returned in the frame.
|
private static com.google.protobuf.Descriptors.FieldDescriptor |
FRAME_MAX_SIZE_DESCRIPTOR |
long |
offset |
int |
statementId |
PRIME| Constructor and Description |
|---|
FetchRequest() |
FetchRequest(String connectionId,
int statementId,
long offset,
int fetchMaxRowCount) |
| Modifier and Type | Method and Description |
|---|---|
(package private) Service.FetchResponse |
accept(Service service) |
(package private) Service.FetchRequest |
deserialize(com.google.protobuf.Message genericMsg) |
boolean |
equals(Object o) |
int |
hashCode() |
(package private) Requests.FetchRequest |
serialize() |
p, p, p, pprivate static final com.google.protobuf.Descriptors.FieldDescriptor CONNECTION_ID_DESCRIPTOR
private static final com.google.protobuf.Descriptors.FieldDescriptor FRAME_MAX_SIZE_DESCRIPTOR
public final String connectionId
public final int statementId
public final long offset
public final int fetchMaxRowCount
FetchRequest()
public FetchRequest(String connectionId, int statementId, long offset, int fetchMaxRowCount)
Service.FetchResponse accept(Service service)
accept in class Service.RequestService.FetchRequest deserialize(com.google.protobuf.Message genericMsg)
deserialize in class Service.RequestRequests.FetchRequest serialize()
serialize in class Service.RequestCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.