| Package | Description |
|---|---|
| systems.composable.dropwizard.cassandra | |
| systems.composable.dropwizard.cassandra.retry |
| Modifier and Type | Method and Description |
|---|---|
Optional<RetryPolicyFactory> |
CassandraFactory.getRetryPolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
CassandraFactory.setRetryPolicy(Optional<RetryPolicyFactory> retryPolicy) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRetryPolicyFactory
A factory for configuring and building
DefaultRetryPolicy instances. |
class |
DowngradingConsistencyRetryPolicyFactory
A factory for configuring and building
DowngradingConsistencyRetryPolicy instances. |
class |
FallthroughRetryPolicyFactory
A factory for configuring and building
FallthroughRetryPolicy instances. |
class |
LoggingRetryPolicyFactory
A factory for configuring and building
LoggingRetryPolicy instances. |
| Modifier and Type | Method and Description |
|---|---|
RetryPolicyFactory |
LoggingRetryPolicyFactory.getSubPolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
LoggingRetryPolicyFactory.setSubPolicy(RetryPolicyFactory subPolicy) |
Copyright © 2016 Composable Systems Limited. All rights reserved.