public static interface RiakKvPB.RpbIndexReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getBucket()
required bytes bucket = 1; |
com.google.protobuf.ByteString |
getContinuation()
optional bytes continuation = 10; |
com.google.protobuf.ByteString |
getCoverContext()
optional bytes cover_context = 15; |
com.google.protobuf.ByteString |
getIndex()
required bytes index = 2; |
com.google.protobuf.ByteString |
getKey()
optional bytes key = 4; |
int |
getMaxResults()
optional uint32 max_results = 9; |
boolean |
getPaginationSort()
optional bool pagination_sort = 14; |
RiakKvPB.RpbIndexReq.IndexQueryType |
getQtype()
required .RpbIndexReq.IndexQueryType qtype = 3; |
com.google.protobuf.ByteString |
getRangeMax()
optional bytes range_max = 6; |
com.google.protobuf.ByteString |
getRangeMin()
optional bytes range_min = 5; |
boolean |
getReturnBody()
optional bool return_body = 16; |
boolean |
getReturnTerms()
optional bool return_terms = 7; |
boolean |
getStream()
optional bool stream = 8; |
com.google.protobuf.ByteString |
getTermRegex()
optional bytes term_regex = 13; |
int |
getTimeout()
optional uint32 timeout = 11; |
com.google.protobuf.ByteString |
getType()
optional bytes type = 12; |
boolean |
hasBucket()
required bytes bucket = 1; |
boolean |
hasContinuation()
optional bytes continuation = 10; |
boolean |
hasCoverContext()
optional bytes cover_context = 15; |
boolean |
hasIndex()
required bytes index = 2; |
boolean |
hasKey()
optional bytes key = 4; |
boolean |
hasMaxResults()
optional uint32 max_results = 9; |
boolean |
hasPaginationSort()
optional bool pagination_sort = 14; |
boolean |
hasQtype()
required .RpbIndexReq.IndexQueryType qtype = 3; |
boolean |
hasRangeMax()
optional bytes range_max = 6; |
boolean |
hasRangeMin()
optional bytes range_min = 5; |
boolean |
hasReturnBody()
optional bool return_body = 16; |
boolean |
hasReturnTerms()
optional bool return_terms = 7; |
boolean |
hasStream()
optional bool stream = 8; |
boolean |
hasTermRegex()
optional bytes term_regex = 13; |
boolean |
hasTimeout()
optional uint32 timeout = 11; |
boolean |
hasType()
optional bytes type = 12; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasBucket()
required bytes bucket = 1;
com.google.protobuf.ByteString getBucket()
required bytes bucket = 1;
boolean hasIndex()
required bytes index = 2;
com.google.protobuf.ByteString getIndex()
required bytes index = 2;
boolean hasQtype()
required .RpbIndexReq.IndexQueryType qtype = 3;
RiakKvPB.RpbIndexReq.IndexQueryType getQtype()
required .RpbIndexReq.IndexQueryType qtype = 3;
boolean hasKey()
optional bytes key = 4;
key here means equals value for index?
com.google.protobuf.ByteString getKey()
optional bytes key = 4;
key here means equals value for index?
boolean hasRangeMin()
optional bytes range_min = 5;
com.google.protobuf.ByteString getRangeMin()
optional bytes range_min = 5;
boolean hasRangeMax()
optional bytes range_max = 6;
com.google.protobuf.ByteString getRangeMax()
optional bytes range_max = 6;
boolean hasReturnTerms()
optional bool return_terms = 7;
boolean getReturnTerms()
optional bool return_terms = 7;
boolean hasStream()
optional bool stream = 8;
boolean getStream()
optional bool stream = 8;
boolean hasMaxResults()
optional uint32 max_results = 9;
int getMaxResults()
optional uint32 max_results = 9;
boolean hasContinuation()
optional bytes continuation = 10;
com.google.protobuf.ByteString getContinuation()
optional bytes continuation = 10;
boolean hasTimeout()
optional uint32 timeout = 11;
int getTimeout()
optional uint32 timeout = 11;
boolean hasType()
optional bytes type = 12;
Bucket type, if not set we assume the 'default' type
com.google.protobuf.ByteString getType()
optional bytes type = 12;
Bucket type, if not set we assume the 'default' type
boolean hasTermRegex()
optional bytes term_regex = 13;
com.google.protobuf.ByteString getTermRegex()
optional bytes term_regex = 13;
boolean hasPaginationSort()
optional bool pagination_sort = 14;
Whether to use pagination sort for non-paginated queries
boolean getPaginationSort()
optional bool pagination_sort = 14;
Whether to use pagination sort for non-paginated queries
boolean hasCoverContext()
optional bytes cover_context = 15;
parallel extraction extension
com.google.protobuf.ByteString getCoverContext()
optional bytes cover_context = 15;
parallel extraction extension
boolean hasReturnBody()
optional bool return_body = 16;
Return values with keys, only works with $bucket/$key index queries
boolean getReturnBody()
optional bool return_body = 16;
Return values with keys, only works with $bucket/$key index queries
Copyright © 2016. All rights reserved.