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

Class NoSpeculativeExecutionPolicy

cassandra/policies.py:1078–1081  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected