Uses of Interface
com.netflix.astyanax.query.ColumnFamilyQuery

Packages that use ColumnFamilyQuery
com.netflix.astyanax   
com.netflix.astyanax.query   
com.netflix.astyanax.thrift   
 

Uses of ColumnFamilyQuery in com.netflix.astyanax
 

Methods in com.netflix.astyanax that return ColumnFamilyQuery
<K,C> ColumnFamilyQuery<K,C>
Keyspace.prepareQuery(ColumnFamily<K,C> cf)
          Starting point for constructing a query.
 

Uses of ColumnFamilyQuery in com.netflix.astyanax.query
 

Methods in com.netflix.astyanax.query that return ColumnFamilyQuery
 ColumnFamilyQuery<K,C> ColumnFamilyQuery.pinToHost(Host host)
          Run the query on the specified host
 ColumnFamilyQuery<K,C> ColumnFamilyQuery.setConsistencyLevel(ConsistencyLevel consistencyLevel)
          Set the consistency level for this operations.
 ColumnFamilyQuery<K,C> ColumnFamilyQuery.withRetryPolicy(RetryPolicy retry)
          Set the retry policy to use instead of the default
 

Uses of ColumnFamilyQuery in com.netflix.astyanax.thrift
 

Classes in com.netflix.astyanax.thrift that implement ColumnFamilyQuery
 class ThriftColumnFamilyQueryImpl<K,C>
          Implementation of all column family queries using the thrift API.
 

Methods in com.netflix.astyanax.thrift that return ColumnFamilyQuery
 ColumnFamilyQuery<K,C> ThriftColumnFamilyQueryImpl.pinToHost(Host host)
           
<K,C> ColumnFamilyQuery<K,C>
ThriftKeyspaceImpl.prepareQuery(ColumnFamily<K,C> cf)
           
 ColumnFamilyQuery<K,C> ThriftColumnFamilyQueryImpl.setConsistencyLevel(ConsistencyLevel consistencyLevel)
           
 ColumnFamilyQuery<K,C> ThriftColumnFamilyQueryImpl.withRetryPolicy(RetryPolicy retry)
           
 



Copyright © 2012. All Rights Reserved.