public static class Service.SyncResultsRequest extends Service.Request
Service.apply(SyncResultsRequest)| Modifier and Type | Field and Description |
|---|---|
private static com.google.protobuf.Descriptors.FieldDescriptor |
CONNECTION_ID_DESCRIPTOR |
String |
connectionId |
long |
offset |
private static com.google.protobuf.Descriptors.FieldDescriptor |
OFFSET_DESCRIPTOR |
QueryState |
state |
private static com.google.protobuf.Descriptors.FieldDescriptor |
STATE_DESCRIPTOR |
private static com.google.protobuf.Descriptors.FieldDescriptor |
STATEMENT_ID_DESCRIPTOR |
int |
statementId |
PRIME| Constructor and Description |
|---|
SyncResultsRequest() |
SyncResultsRequest(String connectionId,
int statementId,
QueryState state,
long offset) |
| Modifier and Type | Method and Description |
|---|---|
(package private) Service.SyncResultsResponse |
accept(Service service) |
(package private) Service.Request |
deserialize(com.google.protobuf.Message genericMsg) |
boolean |
equals(Object o) |
int |
hashCode() |
(package private) Requests.SyncResultsRequest |
serialize() |
p, p, p, pprivate static final com.google.protobuf.Descriptors.FieldDescriptor CONNECTION_ID_DESCRIPTOR
private static final com.google.protobuf.Descriptors.FieldDescriptor STATEMENT_ID_DESCRIPTOR
private static final com.google.protobuf.Descriptors.FieldDescriptor STATE_DESCRIPTOR
private static final com.google.protobuf.Descriptors.FieldDescriptor OFFSET_DESCRIPTOR
public final String connectionId
public final int statementId
public final QueryState state
public final long offset
SyncResultsRequest()
public SyncResultsRequest(String connectionId, int statementId, QueryState state, long offset)
Service.SyncResultsResponse accept(Service service)
accept in class Service.RequestService.Request deserialize(com.google.protobuf.Message genericMsg)
deserialize in class Service.RequestRequests.SyncResultsRequest serialize()
serialize in class Service.RequestCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.