![JAR search and dependency download from the Maven repository](/logo.png)
io.dropwizard.cassandra.speculativeexecution.SpeculativeExecutionPolicyFactory Maven / Gradle / Ivy
package io.dropwizard.cassandra.speculativeexecution;
import com.fasterxml.jackson.annotation.JsonTypeInfo;
import io.dropwizard.cassandra.DropwizardCassandraConfigBuilder;
import io.dropwizard.jackson.Discoverable;
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, property = "type")
public interface SpeculativeExecutionPolicyFactory extends Discoverable, DropwizardCassandraConfigBuilder {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy