Home | History | Annotate | Download | only in base

Lines Matching refs:shard

2741    * @return a shard expansion of the given String.
2770 "Maximum shard must be greater than or equal to " +
2771 "the minimum shard");
2774 for (int shard = minShard; shard <= maxShard; shard++) {
2775 tmp.append(prefix).append(shard).append(suffix);
2776 if (shard != maxShard) {