Uses of Interface
org.apache.cassandra.locator.IReplicaPlacementStrategy

Packages that use IReplicaPlacementStrategy
org.apache.cassandra.locator   
 

Uses of IReplicaPlacementStrategy in org.apache.cassandra.locator
 

Classes in org.apache.cassandra.locator that implement IReplicaPlacementStrategy
 class AbstractStrategy
          This class contains a helper method that will be used by all abstraction that implement the IReplicaPlacementStrategy interface.
 class RackAwareStrategy
           
 class RackUnawareStrategy
          This class returns the nodes responsible for a given key but does not respect rack awareness.
 



Copyright © 2009 The Apache Software Foundation