public abstract class AbstractCassandraUnit4TestCase extends Object
| Constructor and Description |
|---|
AbstractCassandraUnit4TestCase() |
AbstractCassandraUnit4TestCase(String configurationFileName) |
AbstractCassandraUnit4TestCase(String configurationFileName,
String host) |
| Modifier and Type | Method and Description |
|---|---|
void |
before() |
me.prettyprint.hector.api.Cluster |
getCluster() |
abstract DataSet |
getDataSet() |
me.prettyprint.hector.api.Keyspace |
getKeyspace() |
void |
setCluster(me.prettyprint.hector.api.Cluster cluster) |
void |
setKeyspace(me.prettyprint.hector.api.Keyspace keyspace) |
public AbstractCassandraUnit4TestCase()
public AbstractCassandraUnit4TestCase(String configurationFileName)
public abstract DataSet getDataSet()
public void setKeyspace(me.prettyprint.hector.api.Keyspace keyspace)
public me.prettyprint.hector.api.Keyspace getKeyspace()
public void setCluster(me.prettyprint.hector.api.Cluster cluster)
public me.prettyprint.hector.api.Cluster getCluster()
Copyright © 2014. All Rights Reserved.