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
 Table ColumnFamilyStore.getTable()
           
static Table Table.open(java.lang.String table)
           
 

Methods in org.apache.cassandra.db that return types with arguments of type Table
static java.lang.Iterable<Table> Table.all()
           
 

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



Copyright © 2010 The Apache Software Foundation