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

Class NoSpeculativeExecutionPlan

cassandra/policies.py:1073–1075  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1071
1072
1073class NoSpeculativeExecutionPlan(SpeculativeExecutionPlan):
1074 def next_execution(self, host):
1075 return -1
1076
1077
1078class NoSpeculativeExecutionPolicy(SpeculativeExecutionPolicy):

Callers 2

ResponseFutureClass · 0.90
new_planMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected