public static class BigIntIndexQuery.Builder extends BigIntIndexQuery.Init<BigInteger,BigIntIndexQuery.Builder>
| Constructor and Description |
|---|
BigIntIndexQuery.Builder(Namespace namespace,
String indexName,
BigInteger match)
Construct a Builder for a BigIntIndexQuery with a single 2i key.
|
BigIntIndexQuery.Builder(Namespace namespace,
String indexName,
BigInteger start,
BigInteger end)
Construct a Builder for a BigIntIndexQuery with a range.
|
| Modifier and Type | Method and Description |
|---|---|
BigIntIndexQuery |
build()
Construct the query.
|
protected BigIntIndexQuery.Builder |
self() |
withRegexTermFilterwithContinuation, withKeyAndIndex, withMaxResults, withPaginationSort, withTimeoutpublic BigIntIndexQuery.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 BigIntIndexQuery.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 © 2015. All rights reserved.