Searched refs:allShards (Results 1 – 1 of 1) sorted by relevance
359 private void topBottom(List<List<IRemoteTest>> allShards, int shardCount) { in topBottom() argument367 for (List<IRemoteTest> shard : allShards) { in topBottom()397 for (int j = 0; j < (allShards.get(give).size() * (0.2f / (i + 1))); j++) { in topBottom()398 IRemoteTest givetest = allShards.get(give).remove(0); in topBottom()399 allShards.get(receive).add(givetest); in topBottom()