Searched refs:shards (Results 1 – 5 of 5) sorted by relevance
163 int shards = Integer.parseInt(arg); in setCustomCommands()164 if (shards <= 1) { in setCustomCommands()168 splitModules(shards); in setCustomCommands()310 private void splitModules(int shards) { in splitModules() argument359 for (int i = 0; i < shards; i++) { in splitModules()364 long[] shardTimes = new long[shards]; in splitModules()373 if (shardIndex == shards) { in splitModules()375 shardIndex = shards - 1; in splitModules()
40 'run mts --shards <number of shards>
41 'run cts-root --shards <number of shards>
50 'run catbox --shards <number of shards>
57 'run vts --shard-count <number of shards>