Methods in com.netflix.astyanax.recipes that return ReverseIndexQuery |
ReverseIndexQuery<K,C,V> |
ReverseIndexQuery.forEach(com.google.common.base.Function<Row<K,C>,Void> callback)
|
ReverseIndexQuery<K,C,V> |
ReverseIndexQuery.forEachIndexEntry(ReverseIndexQuery.IndexEntryCallback<K,V> callback)
|
ReverseIndexQuery<K,C,V> |
ReverseIndexQuery.fromIndexValue(V startValue)
|
static
|
ReverseIndexQuery.newQuery(Keyspace ks,
ColumnFamily<K,C> cf,
String indexCf,
Serializer<V> valSerializer)
|
ReverseIndexQuery<K,C,V> |
ReverseIndexQuery.setShardBlockSize(int size)
Set the number shard keys to fetch for the first query |
ReverseIndexQuery<K,C,V> |
ReverseIndexQuery.setShardNextPageSize(int size)
|
ReverseIndexQuery<K,C,V> |
ReverseIndexQuery.setShardPageSize(int size)
Set the number columns to read from each shard when paginating. |
ReverseIndexQuery<K,C,V> |
ReverseIndexQuery.toIndexValue(V endValue)
|
ReverseIndexQuery<K,C,V> |
ReverseIndexQuery.useExecutor(ExecutorService executor)
|
ReverseIndexQuery<K,C,V> |
ReverseIndexQuery.useRetryPolicy(RetryPolicy retry)
|
ReverseIndexQuery<K,C,V> |
ReverseIndexQuery.withColumnSlice(Collection<C> columnSlice)
|
ReverseIndexQuery<K,C,V> |
ReverseIndexQuery.withConsistencyLevel(ConsistencyLevel consistencyLevel)
|
ReverseIndexQuery<K,C,V> |
ReverseIndexQuery.withIndexShards(Collection<ByteBuffer> shardKeys)
|