Liferay 6.2-ce-ga5

com.liferay.portal.search.lucene.cluster
Class LuceneClusterUtil

java.lang.Object
  extended by com.liferay.portal.search.lucene.cluster.LuceneClusterUtil

public class LuceneClusterUtil
extends Object


Constructor Summary
LuceneClusterUtil()
           
 
Method Summary
static void loadIndexesFromCluster(long companyId)
           
static void loadIndexesFromCluster(long[] companyIds, Address bootupAddress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LuceneClusterUtil

public LuceneClusterUtil()
Method Detail

loadIndexesFromCluster

public static void loadIndexesFromCluster(long companyId)
                                   throws SystemException
Throws:
SystemException

loadIndexesFromCluster

public static void loadIndexesFromCluster(long[] companyIds,
                                          Address bootupAddress)
                                   throws SystemException
Throws:
SystemException

Liferay 6.2-ce-ga5