MCPcopy Create free account
hub / github.com/apache/cassandra-python-driver / new_plan

Method new_plan

cassandra/policies.py:1080–1081  ·  view source on GitHub ↗
(self, keyspace, statement)

Source from the content-addressed store, hash-verified

1078class NoSpeculativeExecutionPolicy(SpeculativeExecutionPolicy):
1079
1080 def new_plan(self, keyspace, statement):
1081 return NoSpeculativeExecutionPlan()
1082
1083
1084class ConstantSpeculativeExecutionPolicy(SpeculativeExecutionPolicy):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected