Uses of Class
org.cassandraunit.model.StrategyModel

Packages that use StrategyModel
org.cassandraunit   
org.cassandraunit.model   
 

Uses of StrategyModel in org.cassandraunit
 

Methods in org.cassandraunit that return StrategyModel
 StrategyModel LoadingOption.getStrategy()
           
 

Methods in org.cassandraunit with parameters of type StrategyModel
 void LoadingOption.setStrategy(StrategyModel strategy)
           
 

Uses of StrategyModel in org.cassandraunit.model
 

Methods in org.cassandraunit.model that return StrategyModel
static StrategyModel StrategyModel.fromValue(String v)
           
 StrategyModel KeyspaceModel.getStrategy()
           
static StrategyModel StrategyModel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StrategyModel[] StrategyModel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.cassandraunit.model with parameters of type StrategyModel
 void KeyspaceModel.setStrategy(StrategyModel strategy)
           
 



Copyright © 2012. All Rights Reserved.