public class Cluster implements ClusterMBean {
public void startCluster() {
ClusterThreadProxy.startThread(Config.getIntProperty("DIST_INDEXATION_SLEEP",5000),Config.getIntProperty("DIST_INDEXATION_INIT_DELAY",1000));
DistributedJournalAPI distJournal=APILocator.getDistributedJournalAPI();
distJournal.setIndexationEnabled(true);
}