| 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  | ErrorAwarePolicyChainable load balancing policy that filters out hosts based on their error rates. | 
| class  | HostFilterPolicyA load balancing policy wrapper that ensures that only hosts matching the predicate will ever be
 returned. | 
| class  | LatencyAwarePolicyA wrapper load balancing policy that adds latency awareness to a child policy. | 
| class  | TokenAwarePolicyA wrapper load balancing policy that adds token awareness to a child policy. | 
| class  | WhiteListPolicyA load balancing policy wrapper that ensure that only hosts from a provided white list will ever
 be returned. | 
Copyright © 2012–2025. All rights reserved.