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

Packages that use Table
org.apache.cassandra.config   
org.apache.cassandra.db   
org.apache.cassandra.streaming   
 

Uses of Table in org.apache.cassandra.config
 

Methods in org.apache.cassandra.config that return Table
 Table Schema.getTableInstance(java.lang.String tableName)
          Get table instance by name
 Table Schema.removeTableInstance(java.lang.String tableName)
          Remove table from schema
 

Methods in org.apache.cassandra.config with parameters of type Table
 void Schema.storeTableInstance(Table table)
          Store given Table instance to the schema
 

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.clear(java.lang.String table, Schema schema)
           
static Table Table.open(java.lang.String table)
           
static Table Table.open(java.lang.String table, Schema schema)
           
 

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)
           
 

Uses of Table in org.apache.cassandra.streaming
 

Methods in org.apache.cassandra.streaming with parameters of type Table
static void StreamOut.transferRanges(java.net.InetAddress target, Table table, java.util.Collection<Range> ranges, java.lang.Runnable callback, OperationType type)
          Stream the given ranges to the target endpoint from each CF in the given keyspace.
 



Copyright © 2012 The Apache Software Foundation