public interface ListReadQueryData
| Modifier and Type | Method and Description |
|---|---|
ListReadQueryData |
allowFiltering(Boolean allowFiltering) |
ListReadQueryData |
columnsToFetch(com.google.common.collect.ImmutableMap<String,Boolean> columnsToFetch) |
ListReadQueryData |
distinct(Boolean distinct) |
ListReadQueryData |
fetchSize(Integer fetchSize) |
Boolean |
getAllowFiltering() |
com.google.common.collect.ImmutableMap<String,Boolean> |
getColumnsToFetch() |
Boolean |
getDistinct() |
Integer |
getFetchSize() |
com.google.common.collect.ImmutableMap<String,com.google.common.collect.ImmutableList<Object>> |
getKeys() |
Integer |
getLimit() |
com.google.common.collect.ImmutableSet<com.datastax.driver.core.querybuilder.Clause> |
getWhereConditions() |
ListReadQueryData |
keys(com.google.common.collect.ImmutableMap<String,com.google.common.collect.ImmutableList<Object>> keys) |
ListReadQueryData |
limit(Integer limit) |
ListReadQueryData |
whereConditions(com.google.common.collect.ImmutableSet<com.datastax.driver.core.querybuilder.Clause> whereConditions) |
ListReadQueryData keys(com.google.common.collect.ImmutableMap<String,com.google.common.collect.ImmutableList<Object>> keys)
keys - the keysListReadQueryData whereConditions(com.google.common.collect.ImmutableSet<com.datastax.driver.core.querybuilder.Clause> whereConditions)
whereConditions - the where conditionsListReadQueryData columnsToFetch(com.google.common.collect.ImmutableMap<String,Boolean> columnsToFetch)
columnsToFetch - the columns to fetchListReadQueryData limit(Integer limit)
limit - the lmitListReadQueryData allowFiltering(Boolean allowFiltering)
allowFiltering - the allow filtering flagListReadQueryData fetchSize(Integer fetchSize)
fetchSize - the fetch sizeListReadQueryData distinct(Boolean distinct)
distinct - the distinct flagcom.google.common.collect.ImmutableMap<String,com.google.common.collect.ImmutableList<Object>> getKeys()
com.google.common.collect.ImmutableSet<com.datastax.driver.core.querybuilder.Clause> getWhereConditions()
com.google.common.collect.ImmutableMap<String,Boolean> getColumnsToFetch()
Integer getLimit()
Boolean getAllowFiltering()
Integer getFetchSize()
Boolean getDistinct()
Copyright © 2012–2015 1&1. All rights reserved.