Package | Description |
---|---|
com.datastax.driver.core.policies |
Policies that allow to control some of the behavior of the DataStax Java driver for Cassandra.
|
Modifier and Type | Method and Description |
---|---|
SpeculativeExecutionPolicy.SpeculativeExecutionPlan |
SpeculativeExecutionPolicy.newPlan(String loggedKeyspace,
Statement statement)
Returns the plan to use for a new query.
|
SpeculativeExecutionPolicy.SpeculativeExecutionPlan |
PercentileSpeculativeExecutionPolicy.newPlan(String loggedKeyspace,
Statement statement) |
SpeculativeExecutionPolicy.SpeculativeExecutionPlan |
NoSpeculativeExecutionPolicy.newPlan(String loggedKeyspace,
Statement statement) |
SpeculativeExecutionPolicy.SpeculativeExecutionPlan |
ConstantSpeculativeExecutionPolicy.newPlan(String loggedKeyspace,
Statement statement) |
Copyright © 2012–2017. All rights reserved.