Package com.linkedin.databus.bootstrap.common

Examples of com.linkedin.databus.bootstrap.common.BootstrapCleanerConfig


   */
  public static void main(String[] args)
    throws Exception
  {
    parseArgs(args);
    BootstrapCleanerConfig config = new BootstrapCleanerConfig();
    BootstrapConfig bsConfig = new BootstrapConfig();

    ConfigLoader<BootstrapCleanerStaticConfig> configLoader =
                new ConfigLoader<BootstrapCleanerStaticConfig>("databus.bootstrap.cleaner.", config);

View Full Code Here


  private BootstrapCleanerConfig cleaner;

  public BootstrapProducerConfig() throws IOException
  {
    super();
    cleaner = new BootstrapCleanerConfig();
  }
View Full Code Here

TOP

Related Classes of com.linkedin.databus.bootstrap.common.BootstrapCleanerConfig

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.