io.nosqlbench.virtdata.core.bindings.VirtDataLibrary Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of driver-cql-shaded Show documentation
Show all versions of driver-cql-shaded Show documentation
A Shaded CQL ActivityType driver for http://nosqlbench.io/
package io.nosqlbench.virtdata.core.bindings;
import org.apache.logging.log4j.Logger;
import org.apache.logging.log4j.LogManager;
public interface VirtDataLibrary {
final static Logger logger = LogManager.getLogger(VirtDataLibrary.class);
VirtDataFunctionLibrary getFunctionLibrary();
String getLibname();
BindingsTemplate getBindingsTemplate(String... namesAndSpecs);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy