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

com.lordofthejars.nosqlunit.cassandra.CassandraConnectionCallback Maven / Gradle / Ivy

package com.lordofthejars.nosqlunit.cassandra;

import me.prettyprint.hector.api.Cluster;
import me.prettyprint.hector.api.Keyspace;

public interface CassandraConnectionCallback {

	Cluster cluster();
	Keyspace keyspace();
	CassandraConfiguration cassandraConfiguration();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy