Searched refs:smallShardSize (Results 1 – 1 of 1) sorted by relevance
287 int smallShardSize = totalSize / shardCount; in shardList() local288 int bigShardSize = smallShardSize + 1; in shardList()306 for (; i < totalSize; i += smallShardSize) { in shardList()307 shards.add(fullList.subList(i, i + smallShardSize)); in shardList()