org.hibernate.shards
Interface HasShardIdList

All Known Implementing Classes:
AllShardsShardResolutionStrategy, BaseHasShardIdList, BaseShardLoadBalancer, BaseShardResolutionStrategy, BaseShardSelectionStrategy, RandomShardLoadBalancer, RoundRobinShardLoadBalancer

public interface HasShardIdList

Interface for objects that can provide a List of ShardIds.

Author:
maxr@google.com (Max Ross)

Method Summary
 List<ShardId> getShardIds()
           
 

Method Detail

getShardIds

List<ShardId> getShardIds()
Returns:
an unmodifiable list of ShardIds