排行榜中间数据的数量。【有默认值】
(int rankType)
| 225 | * 排行榜中间数据的数量。【有默认值】 |
| 226 | */ |
| 227 | public final int getComputeCount(int rankType) { |
| 228 | var factor = computeFactor; |
| 229 | if (factor < 2) |
| 230 | factor = 2; |
| 231 | return (int)(getConcurrentLevel(rankType) * factor); |
| 232 | } |
| 233 | |
| 234 | /** |
| 235 | * 删除rank |
no test coverage detected