Uses of Interface
com.datastax.driver.core.Host.StateListener

Packages that use Host.StateListener
com.datastax.driver.core The main package for the DataStax Java driver for Cassandra. 
com.datastax.driver.core.policies Policies that allow to control some of the behavior of the DataStax Java driver for Cassandra. 
 

Uses of Host.StateListener in com.datastax.driver.core
 

Methods in com.datastax.driver.core with parameters of type Host.StateListener
 void Host.HealthMonitor.register(Host.StateListener listener)
          Register the provided listener to be notified on up/down events.
 void Host.HealthMonitor.unregister(Host.StateListener listener)
          Unregister a given provided listener.
 

Uses of Host.StateListener in com.datastax.driver.core.policies
 

Subinterfaces of Host.StateListener in com.datastax.driver.core.policies
 interface LoadBalancingPolicy
          The policy that decides which Cassandra hosts to contact for each new query.
 

Classes in com.datastax.driver.core.policies that implement Host.StateListener
 class DCAwareRoundRobinPolicy
          A data-center aware Round-robin load balancing policy.
 class RoundRobinPolicy
          A Round-robin load balancing policy.
 class TokenAwarePolicy
          A wrapper load balancing policy that add token awareness to a child policy.
 



Copyright © 2013. All Rights Reserved.