Package org.exoplatform.services.jcr.impl.core.query.jbosscache

Examples of org.exoplatform.services.jcr.impl.core.query.jbosscache.JbossCacheIndexUpdateMonitor


   {
      // TODO Auto-generated method stub
      super.setUp();
      cache = createCache();
      indexUpdateMonitor =
         new JBossCacheIndexUpdateMonitor(Fqn.fromString("root"),cache, false, new IndexerIoModeHandler(IndexerIoMode.READ_WRITE));
   }
View Full Code Here

TOP

Related Classes of org.exoplatform.services.jcr.impl.core.query.jbosscache.JbossCacheIndexUpdateMonitor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.