Searched refs:totalShard (Results 1 – 1 of 1) sorted by relevance
563 protected List<IModuleDef> getShard(List<IModuleDef> fullList, int shardIndex, int totalShard) { in getShard() argument564 List<List<IModuleDef>> res = LinearPartition.split(fullList, totalShard); in getShard()