Liferay 6.0.5

com.liferay.portal.kernel.dao.shard
Class ShardUtil

java.lang.Object
  extended by com.liferay.portal.kernel.dao.shard.ShardUtil
Direct Known Subclasses:
ShardUtil

public class ShardUtil
extends Object


Constructor Summary
ShardUtil()
           
 
Method Summary
static DataSource getDataSource()
           
static boolean isEnabled()
           
static String popCompanyService()
           
static void pushCompanyService(long companyId)
           
static void pushCompanyService(String shardName)
           
 void setShard(Shard shard)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShardUtil

public ShardUtil()
Method Detail

getDataSource

public static DataSource getDataSource()

isEnabled

public static boolean isEnabled()

popCompanyService

public static String popCompanyService()

pushCompanyService

public static void pushCompanyService(long companyId)

pushCompanyService

public static void pushCompanyService(String shardName)

setShard

public void setShard(Shard shard)

Liferay 6.0.5