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)
          Deprecated. See Host.getMonitor(). Replaced by Cluster.register(com.datastax.driver.core.Host.StateListener).
 Cluster Cluster.register(Host.StateListener listener)
          Registers the provided listener to be notified on hosts up/down/added/removed events.
 void Host.HealthMonitor.unregister(Host.StateListener listener)
          Deprecated. See Host.getMonitor(). Replaced by Cluster.unregister(com.datastax.driver.core.Host.StateListener).
 void Cluster.unregister(Host.StateListener listener)
          Unregisters the provided listener from being notified on hosts events.
 

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.