public abstract class QueryOptions extends Object
Constructor and Description |
---|
QueryOptions() |
Modifier and Type | Method and Description |
---|---|
abstract IndexConfig |
config() |
QueryOptions |
convertForBackend() |
static QueryOptions |
create(IndexConfig config,
int start,
int limit,
Set<String> fields) |
abstract com.google.common.collect.ImmutableSet<String> |
fields() |
abstract int |
limit() |
abstract int |
start() |
QueryOptions |
withLimit(int newLimit) |
QueryOptions |
withStart(int newStart) |
public static QueryOptions create(IndexConfig config, int start, int limit, Set<String> fields)
public QueryOptions convertForBackend()
public abstract IndexConfig config()
public abstract int start()
public abstract int limit()
public abstract com.google.common.collect.ImmutableSet<String> fields()
public QueryOptions withLimit(int newLimit)
public QueryOptions withStart(int newStart)