All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cassandraunit.dataset.DataSet Maven / Gradle / Ivy

There is a newer version: 4.3.1.0
Show newest version
package org.cassandraunit.dataset;

import org.cassandraunit.model.ColumnFamilyModel;
import org.cassandraunit.model.KeyspaceModel;

import java.util.List;

/**
 * @author Jeremy Sevellec
 */
public interface DataSet {

    KeyspaceModel getKeyspace();

    List getColumnFamilies();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy