Searched defs:shardIndex (Results 1 – 13 of 13) sorted by relevance
47 Integer shardIndex = config.getCommandOptions().getShardIndex(); in replicatedSetup() local
51 Integer shardIndex = config.getCommandOptions().getShardIndex(); in shardConfig() local
302 void setShardIndex(int shardIndex) { in setShardIndex()483 private IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
253 public void setShardIndex(int shardIndex) { in setShardIndex()638 private IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
548 private IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
52 private int shardIndex = 0; field in ShardMainResultForwarder
864 Integer shardIndex = config.getCommandOptions().getShardIndex(); in invoke() local
141 public void setShardIndex(Integer shardIndex); in setShardIndex()
397 public void setShardIndex(Integer shardIndex) { in setShardIndex()
92 Integer shardIndex) { in ClusterCommand()
306 final Integer shardIndex = mConfiguration.getCommandOptions().getShardIndex(); in buildJavaCommandArgs() local
672 private void helperTestShardIndex(int shardCount, int shardIndex) throws Exception { in helperTestShardIndex()
264 private List<IRemoteTest> testShard(int shardIndex) throws Exception { in testShard()