Searched refs:storageStatsLoggingSampleInterval (Results 1 – 4 of 4) sorted by relevance
75 public Optional<Integer> storageStatsLoggingSampleInterval = Optional.absent(); field in TestFlags350 public int storageStatsLoggingSampleInterval() { in storageStatsLoggingSampleInterval() method in TestFlags351 return storageStatsLoggingSampleInterval.or(delegate.storageStatsLoggingSampleInterval()); in storageStatsLoggingSampleInterval()
243 default int storageStatsLoggingSampleInterval() { in storageStatsLoggingSampleInterval() method
180 flags.storageStatsLoggingSampleInterval()); in logMddStorageStats()
175 flags.storageStatsLoggingSampleInterval = Optional.of(1); in setUp()