|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CountQuery | |
|---|---|
| me.prettyprint.cassandra.model.thrift | |
| me.prettyprint.cassandra.service.spring | |
| me.prettyprint.hector.api.factory | |
| me.prettyprint.hector.api.query | The api.query package defines the different query types |
| Uses of CountQuery in me.prettyprint.cassandra.model.thrift |
|---|
| Classes in me.prettyprint.cassandra.model.thrift that implement CountQuery | |
|---|---|
class |
ThriftCountQuery<K,N>
Counts column for a standard column family |
| Methods in me.prettyprint.cassandra.model.thrift that return CountQuery | |
|---|---|
CountQuery<K,N> |
ThriftCountQuery.setColumnNames(N... columnNames)
|
CountQuery<K,N> |
ThriftCountQuery.setRange(N start,
N finish,
int count)
|
| Uses of CountQuery in me.prettyprint.cassandra.service.spring |
|---|
| Methods in me.prettyprint.cassandra.service.spring that return CountQuery | ||
|---|---|---|
|
HectorTemplateImpl.createCountQuery(Serializer<K> keySerializer,
Serializer<N> nameSerializer)
|
|
|
HectorTemplate.createCountQuery(Serializer<K> keySerializer,
Serializer<N> nameSerializer)
|
|
| Uses of CountQuery in me.prettyprint.hector.api.factory |
|---|
| Methods in me.prettyprint.hector.api.factory that return CountQuery | ||
|---|---|---|
static
|
HFactory.createCountQuery(Keyspace keyspace,
Serializer<K> keySerializer,
Serializer<N> nameSerializer)
|
|
| Uses of CountQuery in me.prettyprint.hector.api.query |
|---|
| Methods in me.prettyprint.hector.api.query that return CountQuery | |
|---|---|
CountQuery<K,N> |
CountQuery.setColumnFamily(String cf)
|
CountQuery<K,N> |
CountQuery.setKey(K key)
|
CountQuery<K,N> |
CountQuery.setRange(N start,
N finish,
int count)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||