Package at.molindo.esi4j.rebuild.simple

Examples of at.molindo.esi4j.rebuild.simple.SimpleRebuildProcessor


  private final List<Esi4JRebuildProcessor> _processors;

  private TimeValue _healthTimeout = TimeValue.timeValueSeconds(60);

  public DefaultRebuildManager() {
    this(new ScrutineerRebuildProcessor(), new SimpleRebuildProcessor());
  }
View Full Code Here


  private final List<Esi4JRebuildProcessor> _processors;

  private TimeValue _healthTimeout = TimeValue.timeValueSeconds(60);

  public DefaultRebuildManager() {
    this(new ScrutineerRebuildProcessor(), new SimpleRebuildProcessor());
  }
View Full Code Here

TOP

Related Classes of at.molindo.esi4j.rebuild.simple.SimpleRebuildProcessor

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.