org.cassandraunit.model
Class KeyspaceModel
java.lang.Object
org.cassandraunit.model.KeyspaceModel
public class KeyspaceModel
- extends Object
- Author:
- Jeremy Sevellec
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyspaceModel
public KeyspaceModel()
getName
public String getName()
setName
public void setName(String name)
getReplicationFactor
public int getReplicationFactor()
setReplicationFactor
public void setReplicationFactor(int replicationFactor)
setStrategy
public void setStrategy(StrategyModel strategy)
getStrategy
public StrategyModel getStrategy()
setColumnFamilies
public void setColumnFamilies(List<ColumnFamilyModel> columnFamilies)
getColumnFamilies
public List<ColumnFamilyModel> getColumnFamilies()
Copyright © 2012. All Rights Reserved.