Uses of Class
org.cassandraunit.dataset.xml.Strategy

Packages that use Strategy
org.cassandraunit.dataset.xml   
 

Uses of Strategy in org.cassandraunit.dataset.xml
 

Fields in org.cassandraunit.dataset.xml declared as Strategy
protected  Strategy Keyspace.strategy
           
 

Methods in org.cassandraunit.dataset.xml that return Strategy
static Strategy Strategy.fromValue(String v)
           
 Strategy Keyspace.getStrategy()
          Gets the value of the strategy property.
static Strategy Strategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Strategy[] Strategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.cassandraunit.dataset.xml with parameters of type Strategy
 void Keyspace.setStrategy(Strategy value)
          Sets the value of the strategy property.
 



Copyright © 2012. All Rights Reserved.