Package org.apache.blur.agent.connections.cleaners

Examples of org.apache.blur.agent.connections.cleaners.CleanerDatabaseConnection


    setupLogger(configProps);
    new Agent(configProps);
  }

  private void setupCleaners(JdbcTemplate jdbc, List<String> activeCollectors) {
    new Thread(new AgentCleaners(activeCollectors, new CleanerDatabaseConnection(jdbc)), "Agent Cleaner Thread").start();
  }
View Full Code Here

TOP

Related Classes of org.apache.blur.agent.connections.cleaners.CleanerDatabaseConnection

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.