| Package | Description | 
|---|---|
| com.datastax.driver.core.policies | 
 Policies that allow to control some of the behavior of the DataStax Java driver for Cassandra. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ErrorAwarePolicy
Chainable load balancing policy that filters out hosts based on their error rates. 
 | 
class  | 
HostFilterPolicy
A load balancing policy wrapper that ensures that only hosts matching the predicate will ever be
 returned. 
 | 
class  | 
LatencyAwarePolicy
A wrapper load balancing policy that adds latency awareness to a child policy. 
 | 
class  | 
TokenAwarePolicy
A wrapper load balancing policy that adds token awareness to a child policy. 
 | 
class  | 
WhiteListPolicy
A load balancing policy wrapper that ensure that only hosts from a provided white list will ever
 be returned. 
 | 
Copyright © 2012–2018. All rights reserved.