Examples of DiskSpaceTriggerConfig


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
Copyright © 2018 www.massapi.com. 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.