Package com.linkedin.databus.bootstrap.common.BootstrapCleanerStaticConfig

Examples of com.linkedin.databus.bootstrap.common.BootstrapCleanerStaticConfig.BootstrapDBType


      incCleanerStats();

      SourceStatusInfo s = _sourceStatusInfo;
      {
        assert(s.getSrcName().equals(_source));
        BootstrapDBType type = _bootstrapCleanerStaticConfig.getBootstrapType(s.getSrcName());

        LOG.info("Cleaner running for source :" + s.getSrcName() + "("
            + s.getSrcId() + ") with bootstrapDB type :" + type);

        BootstrapLogInfo logInfo = _bootstrapDBCleanerQueryExecutor.getThresholdWindowSCN(type, s.getSrcId());
View Full Code Here

TOP

Related Classes of com.linkedin.databus.bootstrap.common.BootstrapCleanerStaticConfig.BootstrapDBType

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.