com.fnklabs.draenei.orm.CassandraClientFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fnklabs-draenei Show documentation
Show all versions of fnklabs-draenei Show documentation
ORM for Cassandra but with distributed cache and analytics utils from package
package com.fnklabs.draenei.orm;
import com.fnklabs.draenei.CassandraClient;
/**
* Factory that must create and return instance of {@link CassandraClient}
*/
public interface CassandraClientFactory {
CassandraClient create();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy