Uses of Interface
org.idevlab.rjc.sharding.Shard

Packages that use Shard
org.idevlab.rjc.sharding   
 

Uses of Shard in org.idevlab.rjc.sharding
 

Classes in org.idevlab.rjc.sharding that implement Shard
 class ShardImpl<T>
           
 

Methods in org.idevlab.rjc.sharding that return types with arguments of type Shard
 Collection<Shard<T>> ShardsFactoryImpl.create()
           
 Collection<Shard<T>> ShardsFactory.create()
           
 

Method parameters in org.idevlab.rjc.sharding with type arguments of type Shard
 void HashNodeLocator.setShards(Collection<? extends Shard<T>> shards)
           
 

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



Copyright © 2011. All Rights Reserved.