| Package | Description |
|---|---|
| org.stuartgunter.dropwizard.cassandra | |
| org.stuartgunter.dropwizard.cassandra.retry |
| Modifier and Type | Method and Description |
|---|---|
RetryPolicyFactory |
CassandraFactory.getRetryPolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
CassandraFactory.setRetryPolicy(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 © 2014 Stuart Gunter. All rights reserved.