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

org.nohope.cassandra.mapservice.StatementExecutorProvider Maven / Gradle / Ivy

The newest version!
package org.nohope.cassandra.mapservice;

import com.datastax.driver.core.BoundStatement;

/**
 */
interface StatementExecutorProvider {
    T getExecutor(BoundStatement bound);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy