public static final class Requests.FetchRequest extends com.google.protobuf.GeneratedMessage implements Requests.FetchRequestOrBuilder
FetchRequest
Request for Meta#fetch(Meta.StatementHandle, List, long, int)
| Modifier and Type | Class and Description |
|---|---|
static class |
Requests.FetchRequest.Builder
Protobuf type
FetchRequest |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
CONNECTION_ID_FIELD_NUMBER |
private Object |
connectionId_ |
private static Requests.FetchRequest |
DEFAULT_INSTANCE |
static int |
FETCH_MAX_ROW_COUNT_FIELD_NUMBER |
private int |
fetchMaxRowCount_ |
private byte |
memoizedIsInitialized |
private long |
offset_ |
static int |
OFFSET_FIELD_NUMBER |
private static com.google.protobuf.Parser<Requests.FetchRequest> |
PARSER |
private static long |
serialVersionUID |
static int |
STATEMENT_ID_FIELD_NUMBER |
private int |
statementId_ |
| Modifier | Constructor and Description |
|---|---|
private |
Requests.FetchRequest() |
private |
Requests.FetchRequest(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
private |
Requests.FetchRequest(com.google.protobuf.GeneratedMessage.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectionId()
optional string connection_id = 1; |
com.google.protobuf.ByteString |
getConnectionIdBytes()
optional string connection_id = 1; |
static Requests.FetchRequest |
getDefaultInstance() |
Requests.FetchRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getFetchMaxRowCount()
optional uint32 fetch_max_row_count = 4; |
long |
getOffset()
optional uint64 offset = 3; |
com.google.protobuf.Parser<Requests.FetchRequest> |
getParserForType() |
int |
getSerializedSize() |
int |
getStatementId()
optional uint32 statement_id = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Requests.FetchRequest.Builder |
newBuilder() |
static Requests.FetchRequest.Builder |
newBuilder(Requests.FetchRequest prototype) |
Requests.FetchRequest.Builder |
newBuilderForType() |
protected Requests.FetchRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Requests.FetchRequest |
parseDelimitedFrom(InputStream input) |
static Requests.FetchRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Requests.FetchRequest |
parseFrom(byte[] data) |
static Requests.FetchRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Requests.FetchRequest |
parseFrom(com.google.protobuf.ByteString data) |
static Requests.FetchRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Requests.FetchRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Requests.FetchRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Requests.FetchRequest |
parseFrom(InputStream input) |
static Requests.FetchRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Requests.FetchRequest> |
parser() |
Requests.FetchRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField, writeReplace, writeString, writeStringNoTagequals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int CONNECTION_ID_FIELD_NUMBER
private volatile Object connectionId_
public static final int STATEMENT_ID_FIELD_NUMBER
private int statementId_
public static final int OFFSET_FIELD_NUMBER
private long offset_
public static final int FETCH_MAX_ROW_COUNT_FIELD_NUMBER
private int fetchMaxRowCount_
private byte memoizedIsInitialized
private static final long serialVersionUID
private static final Requests.FetchRequest DEFAULT_INSTANCE
private static final com.google.protobuf.Parser<Requests.FetchRequest> PARSER
private Requests.FetchRequest(com.google.protobuf.GeneratedMessage.Builder<?> builder)
private Requests.FetchRequest()
private Requests.FetchRequest(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic String getConnectionId()
optional string connection_id = 1;getConnectionId in interface Requests.FetchRequestOrBuilderpublic com.google.protobuf.ByteString getConnectionIdBytes()
optional string connection_id = 1;getConnectionIdBytes in interface Requests.FetchRequestOrBuilderpublic int getStatementId()
optional uint32 statement_id = 2;getStatementId in interface Requests.FetchRequestOrBuilderpublic long getOffset()
optional uint64 offset = 3;getOffset in interface Requests.FetchRequestOrBuilderpublic int getFetchMaxRowCount()
optional uint32 fetch_max_row_count = 4;
Maximum number of rows to be returned in the frame. Negative means no limit.
getFetchMaxRowCount in interface Requests.FetchRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic static Requests.FetchRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Requests.FetchRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Requests.FetchRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Requests.FetchRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Requests.FetchRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static Requests.FetchRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Requests.FetchRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Requests.FetchRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Requests.FetchRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Requests.FetchRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Requests.FetchRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Requests.FetchRequest.Builder newBuilder()
public static Requests.FetchRequest.Builder newBuilder(Requests.FetchRequest prototype)
public Requests.FetchRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Requests.FetchRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessagepublic static Requests.FetchRequest getDefaultInstance()
public static com.google.protobuf.Parser<Requests.FetchRequest> parser()
public com.google.protobuf.Parser<Requests.FetchRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic Requests.FetchRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2012–2016 The Apache Software Foundation. All rights reserved.