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

Packages that use Table
org.apache.cassandra.db   
 

Uses of Table in org.apache.cassandra.db
 

Fields in org.apache.cassandra.db declared as Table
 Table ColumnFamilyStore.table
           
 

Methods in org.apache.cassandra.db that return Table
static Table Table.clear(java.lang.String table)
           
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
static ColumnFamilyStore ColumnFamilyStore.createColumnFamilyStore(Table table, java.lang.String columnFamily)
           
static ColumnFamilyStore ColumnFamilyStore.createColumnFamilyStore(Table table, java.lang.String columnFamily, IPartitioner partitioner, CFMetaData metadata)
           
abstract  Row ReadCommand.getRow(Table table)
           
 Row SliceByNamesReadCommand.getRow(Table table)
           
 Row SliceFromReadCommand.getRow(Table table)
           
 



Copyright © 2011 The Apache Software Foundation