Home | History | Annotate | Download | only in base

Lines Matching refs:shard

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