|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HostFailoverPolicy | |
|---|---|
| net.dataforte.cassandra.pool | |
| Uses of HostFailoverPolicy in net.dataforte.cassandra.pool |
|---|
| Fields in net.dataforte.cassandra.pool declared as HostFailoverPolicy | |
|---|---|
protected HostFailoverPolicy |
PoolProperties.failoverPolicy
|
| Methods in net.dataforte.cassandra.pool that return HostFailoverPolicy | |
|---|---|
HostFailoverPolicy |
DataSource.getFailoverPolicy()
|
HostFailoverPolicy |
PoolProperties.getFailoverPolicy()
|
HostFailoverPolicy |
PoolConfiguration.getFailoverPolicy()
Returns the failover policy. |
static HostFailoverPolicy |
HostFailoverPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static HostFailoverPolicy[] |
HostFailoverPolicy.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in net.dataforte.cassandra.pool with parameters of type HostFailoverPolicy | |
|---|---|
void |
DataSource.setFailoverPolicy(HostFailoverPolicy failoverPolicy)
|
void |
PoolProperties.setFailoverPolicy(HostFailoverPolicy failoverPolicy)
|
void |
PoolConfiguration.setFailoverPolicy(HostFailoverPolicy failoverPolicy)
Sets the host failover policy, i.e. what to do when connecting to a host fails |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||