Uses of Class
org.apache.cassandra.config.CFMetaData.Caching

Packages that use CFMetaData.Caching
org.apache.cassandra.config   
 

Uses of CFMetaData.Caching in org.apache.cassandra.config
 

Methods in org.apache.cassandra.config that return CFMetaData.Caching
static CFMetaData.Caching CFMetaData.Caching.fromString(java.lang.String cache)
           
 CFMetaData.Caching CFMetaData.getCaching()
           
static CFMetaData.Caching CFMetaData.Caching.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CFMetaData.Caching[] CFMetaData.Caching.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.cassandra.config with parameters of type CFMetaData.Caching
 CFMetaData CFMetaData.caching(CFMetaData.Caching prop)
           
 



Copyright © 2012 The Apache Software Foundation