com.datastax.ebdrivers.dsegraph.statements.BindableGraphStatement Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of driver-dsegraph-shaded Show documentation
Show all versions of driver-dsegraph-shaded Show documentation
A DSE Graph ActivityType driver for nosqlbench, based on http://nosqlbench.io/
package com.datastax.ebdrivers.dsegraph.statements;
import com.datastax.driver.dse.graph.SimpleGraphStatement;
public interface BindableGraphStatement {
SimpleGraphStatement bind(long value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy