Liferay 6.1.2-ce-ga3

com.liferay.portal.dao.shard
Class RoundRobinShardSelector

java.lang.Object
  extended by com.liferay.portal.dao.shard.RoundRobinShardSelector
All Implemented Interfaces:
ShardSelector

public class RoundRobinShardSelector
extends Object
implements ShardSelector


Field Summary
 
Fields inherited from interface com.liferay.portal.dao.shard.ShardSelector
COMPANY_SCOPE
 
Constructor Summary
RoundRobinShardSelector()
           
 
Method Summary
 String getShardName(String scope, String shardName, Map<String,String> params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoundRobinShardSelector

public RoundRobinShardSelector()
Method Detail

getShardName

public String getShardName(String scope,
                           String shardName,
                           Map<String,String> params)
Specified by:
getShardName in interface ShardSelector

Liferay 6.1.2-ce-ga3