Uses of Class
org.idevlab.rjc.util.HashAlgorithm

Packages that use HashAlgorithm
org.idevlab.rjc.sharding   
org.idevlab.rjc.util   
 

Uses of HashAlgorithm in org.idevlab.rjc.sharding
 

Methods in org.idevlab.rjc.sharding that return HashAlgorithm
 HashAlgorithm HashNodeLocator.getAlgorithm()
           
 

Methods in org.idevlab.rjc.sharding with parameters of type HashAlgorithm
 void HashNodeLocator.setAlgorithm(HashAlgorithm algorithm)
           
 

Constructors in org.idevlab.rjc.sharding with parameters of type HashAlgorithm
HashNodeLocator(Collection<? extends Shard<T>> shards, HashAlgorithm algo)
           
HashNodeLocator(Collection<? extends Shard<T>> shards, HashAlgorithm algo, Pattern tagPattern)
           
 

Uses of HashAlgorithm in org.idevlab.rjc.util
 

Methods in org.idevlab.rjc.util that return HashAlgorithm
static HashAlgorithm HashAlgorithm.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HashAlgorithm[] HashAlgorithm.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011. All Rights Reserved.