Uses of Class
org.apache.cassandra.config.Schema

Packages that use Schema
org.apache.cassandra.config   
org.apache.cassandra.db   
org.apache.cassandra.db.migration   
 

Uses of Schema in org.apache.cassandra.config
 

Fields in org.apache.cassandra.config declared as Schema
static Schema Schema.instance
           
 

Methods in org.apache.cassandra.config that return Schema
 Schema Schema.load(java.util.Collection<KSMetaData> tableDefs, java.util.UUID version)
          Load up non-system tables and set schema version to the given value
 

Uses of Schema in org.apache.cassandra.db
 

Methods in org.apache.cassandra.db with parameters of type Schema
static Table Table.clear(java.lang.String table, Schema schema)
           
static Table Table.open(java.lang.String table, Schema schema)
           
 

Uses of Schema in org.apache.cassandra.db.migration
 

Fields in org.apache.cassandra.db.migration declared as Schema
protected  Schema Migration.schema
           
 



Copyright © 2012 The Apache Software Foundation