Uses of Class
com.datastax.driver.core.policies.LatencyAwarePolicy.Snapshot.Stats

Packages that use LatencyAwarePolicy.Snapshot.Stats
com.datastax.driver.core.policies Policies that allow to control some of the behavior of the DataStax Java driver for Cassandra. 
 

Uses of LatencyAwarePolicy.Snapshot.Stats in com.datastax.driver.core.policies
 

Methods in com.datastax.driver.core.policies that return LatencyAwarePolicy.Snapshot.Stats
 LatencyAwarePolicy.Snapshot.Stats LatencyAwarePolicy.Snapshot.getStats(Host host)
          The Stats object for a given host.
 

Methods in com.datastax.driver.core.policies that return types with arguments of type LatencyAwarePolicy.Snapshot.Stats
 Map<Host,LatencyAwarePolicy.Snapshot.Stats> LatencyAwarePolicy.Snapshot.getAllStats()
          A map with the stats for all hosts tracked by the LatencyAwarePolicy at the time of the snapshot.
 



Copyright © 2014. All rights reserved.