org.cassandraunit.dataset
Class FileDataSet

java.lang.Object
  extended by org.cassandraunit.dataset.FileDataSet
All Implemented Interfaces:
DataSet

public class FileDataSet
extends Object
implements DataSet


Constructor Summary
FileDataSet(String dataSetLocation)
           
 
Method Summary
 List<ColumnFamilyModel> getColumnFamilies()
           
 KeyspaceModel getKeyspace()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileDataSet

public FileDataSet(String dataSetLocation)
Method Detail

getKeyspace

public KeyspaceModel getKeyspace()
Specified by:
getKeyspace in interface DataSet

getColumnFamilies

public List<ColumnFamilyModel> getColumnFamilies()
Specified by:
getColumnFamilies in interface DataSet


Copyright © 2012. All Rights Reserved.