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

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

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)
          Load up non-system tables
 Schema Schema.load(KSMetaData keyspaceDef)
          Load specific keyspace into Schema
 

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)
           
 



Copyright © 2013 The Apache Software Foundation