Uses of Package
com.netflix.astyanax.query

Packages that use com.netflix.astyanax.query
com.netflix.astyanax   
com.netflix.astyanax.impl   
com.netflix.astyanax.model   
com.netflix.astyanax.query   
com.netflix.astyanax.thrift   
 

Classes in com.netflix.astyanax.query used by com.netflix.astyanax
ColumnFamilyQuery
          Top level column family query lets you choose the type of query being performed at the key level.
 

Classes in com.netflix.astyanax.query used by com.netflix.astyanax.impl
IndexOperator
           
PreparedIndexColumnExpression
           
PreparedIndexExpression
           
PreparedIndexOperationExpression
           
PreparedIndexValueExpression
           
 

Classes in com.netflix.astyanax.query used by com.netflix.astyanax.model
PreparedIndexExpression
           
 

Classes in com.netflix.astyanax.query used by com.netflix.astyanax.query
AllRowsQuery
          Specialized query to iterate the contents of a column family.
ColumnCountQuery
           
ColumnFamilyQuery
          Top level column family query lets you choose the type of query being performed at the key level.
ColumnQuery
          Interface to execute a column query on a single row.
CqlQuery
          Interface for executing a CQL query.
IndexColumnExpression
           
IndexOperationExpression
           
IndexOperator
           
IndexQuery
           
IndexValueExpression
           
PreparedIndexColumnExpression
           
PreparedIndexExpression
           
PreparedIndexOperationExpression
           
PreparedIndexValueExpression
           
RowQuery
          Interface to narrow down the path and column slices within a query after the keys were seleted using the ColumnFamilyQuery.
RowSliceQuery
          Interface to narrow down the path and column slices within a query after the keys were seleted using the ColumnFamilyQuery.
 

Classes in com.netflix.astyanax.query used by com.netflix.astyanax.thrift
AllRowsQuery
          Specialized query to iterate the contents of a column family.
ColumnFamilyQuery
          Top level column family query lets you choose the type of query being performed at the key level.
CqlQuery
          Interface for executing a CQL query.
IndexColumnExpression
           
IndexQuery
           
PreparedIndexExpression
           
RowQuery
          Interface to narrow down the path and column slices within a query after the keys were seleted using the ColumnFamilyQuery.
RowSliceQuery
          Interface to narrow down the path and column slices within a query after the keys were seleted using the ColumnFamilyQuery.
 



Copyright © 2012. All Rights Reserved.