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

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


    {
      if (availableThresholdPercent > 100 ||
          availableThresholdPercent < 0)
        throw new InvalidConfigException("availableThresholdPercent must be between 0-100");

      return new DiskSpaceTriggerConfig(enable, runIntervalSeconds, availableThresholdPercent, bootstrapDBDrive);
    }
View Full Code Here

TOP

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

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.