Searched refs:getHostLogSuffix (Results 1 – 4 of 4) sorted by relevance
178 if (shardConfig.getCommandOptions().getHostLogSuffix() != null) { in rescheduleConfig()179 suffix = shardConfig.getCommandOptions().getHostLogSuffix() + suffix; in rescheduleConfig()
195 public String getHostLogSuffix(); in getHostLogSuffix() method
524 public String getHostLogSuffix() { in getHostLogSuffix() method in CommandOptions
474 if (config.getCommandOptions().getHostLogSuffix() != null) { in reportHostLog()475 name += config.getCommandOptions().getHostLogSuffix(); in reportHostLog()