class Logging
A retry policy that logs the decisions of its child policy.
Implements
Methods
__construct
(Cassandra\RetryPolicy $childPolicy )
Creates a new RetryPolicy\Logging retry policy.
This documentation is no longer maintained. For the latest information, see github.com/datastax/php-driver
A retry policy that logs the decisions of its child policy.
Cassandra\RetryPolicy $childPolicy )
Creates a new RetryPolicy\Logging retry policy.
| Name | Type | Details |
|---|---|---|
| $childPolicy | Cassandra\RetryPolicy |
Any retry policy other than |