public static class BigIntIndexQuery.Builder extends BigIntIndexQuery.Init<BigInteger,BigIntIndexQuery.Builder>
Constructor and Description |
---|
Builder(Namespace namespace,
String indexName,
BigInteger match)
Construct a Builder for a BigIntIndexQuery with a single 2i key.
|
Builder(Namespace namespace,
String indexName,
BigInteger start,
BigInteger end)
Construct a Builder for a BigIntIndexQuery with a range.
|
Builder(Namespace namespace,
String indexName,
byte[] coverContext)
Construct a Builder for a BigIntIndexQuery with a cover context.
|
Modifier and Type | Method and Description |
---|---|
BigIntIndexQuery |
build()
Construct the query.
|
protected BigIntIndexQuery.Builder |
self() |
withRegexTermFilter
withContinuation, withCoverageContext, withKeyAndIndex, withMaxResults, withPaginationSort, withReturnBody, withTimeout
public Builder(Namespace namespace, String indexName, byte[] coverContext)
Note that your index name should not include the Riak _int or _bin extension.
namespace
- The namespace in Riak to query.indexName
- The name of the index in Riak.coverContext
- cover context.public Builder(Namespace namespace, String indexName, BigInteger start, BigInteger end)
Note that your index name should not include the Riak _int or _bin extension.
namespace
- The namespace in Riak to query.indexName
- The name of the index in Riak.start
- the start of the 2i range.end
- the end of the 2i range.public Builder(Namespace namespace, String indexName, BigInteger match)
Note that your index name should not include the Riak _int or _bin extension.
namespace
- The namespace in Riak to query.indexName
- The name of the index in Riak.match
- the 2i key.protected BigIntIndexQuery.Builder self()
self
in class SecondaryIndexQuery.Init<BigInteger,BigIntIndexQuery.Builder>
public BigIntIndexQuery build()
Copyright © 2016. All rights reserved.