Package com.senseidb.search.node.inmemory

Examples of com.senseidb.search.node.inmemory.InMemorySenseiService


  @Override
  protected void setUp() throws Exception {
    SingleNodeStarter.start("conf", 15000);

    File conf = new File(FederatedBrokerIntegrationTest.class.getClassLoader().getResource("conf").toURI());
    InMemorySenseiService senseiInMemoryService = InMemorySenseiService.valueOf(conf);

    // sensei proxy
    PropertiesConfiguration senseiConfiguration = new PropertiesConfiguration(FederatedBrokerIntegrationTest.class.getClassLoader().getResource("conf/sensei.properties"));
    senseiProxy = SenseiBrokerProxy.valueOf(senseiConfiguration, new HashMap<String, String>(), new SenseiJavaSerializer());
    // memory proxy
View Full Code Here

TOP

Related Classes of com.senseidb.search.node.inmemory.InMemorySenseiService

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.