Uses of Class
org.apache.cassandra.db.Table

Packages that use Table
org.apache.cassandra.db   
 

Uses of Table in org.apache.cassandra.db
 

Methods in org.apache.cassandra.db that return Table
static Table Table.open(java.lang.String table)
           
 

Methods in org.apache.cassandra.db with parameters of type Table
 Row ColumnReadCommand.getRow(Table table)
           
 Row ColumnsSinceReadCommand.getRow(Table table)
           
abstract  Row ReadCommand.getRow(Table table)
           
 Row RowReadCommand.getRow(Table table)
           
 Row SliceByNamesReadCommand.getRow(Table table)
           
 Row SliceReadCommand.getRow(Table table)
           
 



Copyright © 2009 The Apache Software Foundation