Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.datastax.driver.core.policies Classes and Interfaces - 34 results found.
NameDescriptionTypePackageFramework
AddressTranslaterTranslates IP addresses received from Cassandra nodes into locally queriable The driver auto-detect new Cassandra nodes added to the cluster through serverInterfacecom.datastax.driver.core.policiesDataStax
ChainableLoadBalancingPolicyA load balancing policy that wraps another policy.Interfacecom.datastax.driver.core.policiesDataStax
CloseableAddressTranslater at Cluster shutdown.Interfacecom.datastax.driver.core.policiesDataStax
CloseableLoadBalancingPolicyA load balancing policy that wants to be notified at cluster shutdown.Interfacecom.datastax.driver.core.policiesDataStax
ConstantReconnectionPolicyA reconnection policy that waits a constant time between each reconnection attempt.Classcom.datastax.driver.core.policiesDataStax
ConstantSpeculativeExecutionPolicyA SpeculativeExecutionPolicy that schedules a given number of speculative executions, separated by a fixed delay.Classcom.datastax.driver.core.policiesDataStax
DCAwareRoundRobinPolicyA data-center aware Round-robin load balancing policy.Classcom.datastax.driver.core.policiesDataStax
DCAwareRoundRobinPolicy .BuilderHelper class to build the policy.Classcom.datastax.driver.core.policiesDataStax
DefaultRetryPolicyThe default retry policy.Classcom.datastax.driver.core.policiesDataStax
DowngradingConsistencyRetryPolicyA retry policy that sometimes retry with a lower consistency level than the one initially requested.Classcom.datastax.driver.core.policiesDataStax
EC2MultiRegionAddressTranslaterAddressTranslater implementation for a multi-region EC2 deployment where clients are also deployed in EC2.Classcom.datastax.driver.core.policiesDataStax
ExponentialReconnectionPolicyA reconnection policy that waits exponentially longer between each reconnection attempt (but keeps a constant delay once a maximum delay isClasscom.datastax.driver.core.policiesDataStax
FallthroughRetryPolicyA retry policy that never retry (nor ignore).Classcom.datastax.driver.core.policiesDataStax
HostFilterPolicyA load balancing policy wrapper that ensures that only hosts matching the predicate will ever be returned.Classcom.datastax.driver.core.policiesDataStax
IdentityTranslaterClasscom.datastax.driver.core.policiesDataStax
LatencyAwarePolicyA wrapper load balancing policy that adds latency awareness to a child policy.Classcom.datastax.driver.core.policiesDataStax
LatencyAwarePolicy .BuilderHelper builder object to create a latency aware policy.Classcom.datastax.driver.core.policiesDataStax
LatencyAwarePolicy .SnapshotAn immutable snapshot of the per-host scores (and stats in general) maintained by LatencyAwarePolicy to base its decision upon.Classcom.datastax.driver.core.policiesDataStax
LatencyAwarePolicy .Snapshot .StatsA snapshot of the statistics on a given host kept by LatencyAwarePolicy.Classcom.datastax.driver.core.policiesDataStax
LoadBalancingPolicyThe policy that decides which Cassandra hosts to contact for each new query.Interfacecom.datastax.driver.core.policiesDataStax
LoggingRetryPolicyA retry policy that wraps another policy, logging the decision made by its sub-policy.Classcom.datastax.driver.core.policiesDataStax
NoSpeculativeExecutionPolicyA SpeculativeExecutionPolicy that never schedules speculative executions.Classcom.datastax.driver.core.policiesDataStax
PercentileSpeculativeExecutionPolicyA policy that triggers speculative executions when the request to the current host is above a given percentile.Classcom.datastax.driver.core.policiesDataStax
PoliciesPolicies configured for a Cluster instance.Classcom.datastax.driver.core.policiesDataStax
ReconnectionPolicyPolicy that decides how often the reconnection to a dead node is attempted.Interfacecom.datastax.driver.core.policiesDataStax
ReconnectionPolicy .ReconnectionScheduleSchedules reconnection attempts to a node.Interfacecom.datastax.driver.core.policiesDataStax
RetryPolicyA policy that defines a default behavior to adopt when a request returns a TimeoutException or an UnavailableException.Interfacecom.datastax.driver.core.policiesDataStax
RetryPolicy .RetryDecisionA retry decision to adopt on a Cassandra exception (read/write timeout or unavailable exception).Classcom.datastax.driver.core.policiesDataStax
RetryPolicy .RetryDecision .TypeThe type of retry decisions.Classcom.datastax.driver.core.policiesDataStax
RoundRobinPolicyA Round-robin load balancing policy.Classcom.datastax.driver.core.policiesDataStax
SpeculativeExecutionPolicyThe policy that decides if the driver will send speculative queries to the next hosts when the current host takes too Note that only idempotent statements will be speculatively retried, seeInterfacecom.datastax.driver.core.policiesDataStax
SpeculativeExecutionPolicy .SpeculativeExecutionPlanA plan that governs speculative executions for a given query.Interfacecom.datastax.driver.core.policiesDataStax
TokenAwarePolicyA wrapper load balancing policy that add token awareness to a child policy.Classcom.datastax.driver.core.policiesDataStax
WhiteListPolicyA load balancing policy wrapper that ensure that only hosts from a provided white list will ever be returned.Classcom.datastax.driver.core.policiesDataStax