Searched refs:getShardCount (Results 1 – 9 of 9) sorted by relevance
135 public Integer getShardCount(); in getShardCount() method
340 public Integer getShardCount() { in getShardCount() method in CommandOptions
460 if (config.getCommandOptions().getShardCount() != null) { in updateInvocationContext()462 "shard_count", config.getCommandOptions().getShardCount().toString()); in updateInvocationContext()492 if (config.getCommandOptions().getShardCount() != null) { in updateBuild()494 "shard_count", config.getCommandOptions().getShardCount().toString()); in updateBuild()
157 config.getCommandOptions().getShardCount()); in logStartInvocation()
1195 if (options.getShardCount() != null && options.getShardCount() < 1) { in validateOptions()1199 && (options.getShardCount() == null || options.getShardIndex() < 0 in validateOptions()1200 || options.getShardIndex() >= options.getShardCount())) { in validateOptions()
573 public Integer getShardCount() {return -1;} in testValidateOptionsShardException()615 public Integer getShardCount() { in testValidateOptionsShardIndexAboveShardCount()
84 Integer shardCount = config.getCommandOptions().getShardCount(); in shardConfig()
47 Integer shardCount = config.getCommandOptions().getShardCount(); in shardConfig()
272 int getShardCount() { in getShardCount() method in GTest