Searched refs:getShardIndex (Results 1 – 8 of 8) sorted by relevance
145 public Integer getShardIndex(); in getShardIndex() method
356 public Integer getShardIndex() { in getShardIndex() method in CommandOptions
464 if (config.getCommandOptions().getShardIndex() != null) { in updateInvocationContext()466 "shard_index", config.getCommandOptions().getShardIndex().toString()); in updateInvocationContext()496 if (config.getCommandOptions().getShardIndex() != null) { in updateBuild()498 "shard_index", config.getCommandOptions().getShardIndex().toString()); in updateBuild()
152 if (config.getCommandOptions().getShardIndex() != null) { in logStartInvocation()156 config.getCommandOptions().getShardIndex() + 1, in logStartInvocation()
591 public Integer getShardIndex() { in testValidateOptionsShardIndexException()611 public Integer getShardIndex() { in testValidateOptionsShardIndexAboveShardCount()
1198 if (options.getShardIndex() != null in validateOptions()1199 && (options.getShardCount() == null || options.getShardIndex() < 0 in validateOptions()1200 || options.getShardIndex() >= options.getShardCount())) { in validateOptions()
48 Integer shardIndex = config.getCommandOptions().getShardIndex(); in shardConfig()
256 int getShardIndex() { in getShardIndex() method in GTest