LoggingRetryPolicyOnReadTimeout Method |
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public RetryDecision OnReadTimeout(
IStatement query,
ConsistencyLevel cl,
int requiredResponses,
int receivedResponses,
bool dataRetrieved,
int nbRetry
)
Parameters
- query
- Type: CassandraIStatement
- cl
- Type: CassandraConsistencyLevel
- requiredResponses
- Type: SystemInt32
- receivedResponses
- Type: SystemInt32
- dataRetrieved
- Type: SystemBoolean
- nbRetry
- Type: SystemInt32
Return Value
Type:
RetryDecisionImplements
IRetryPolicyOnReadTimeout(IStatement, ConsistencyLevel, Int32, Int32, Boolean, Int32)See Also