Uses of Class
com.datastax.driver.core.policies.RetryPolicy.RetryDecision.Type

Packages that use RetryPolicy.RetryDecision.Type
com.datastax.driver.core.policies Policies that allow to control some of the behavior of the DataStax Java driver for Cassandra. 
 

Uses of RetryPolicy.RetryDecision.Type in com.datastax.driver.core.policies
 

Methods in com.datastax.driver.core.policies that return RetryPolicy.RetryDecision.Type
 RetryPolicy.RetryDecision.Type RetryPolicy.RetryDecision.getType()
          The type of this retry decision.
static RetryPolicy.RetryDecision.Type RetryPolicy.RetryDecision.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RetryPolicy.RetryDecision.Type[] RetryPolicy.RetryDecision.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013. All rights reserved.