| Package | Description |
|---|---|
| com.threerings.parlor.rating.server.persist |
| Modifier and Type | Method and Description |
|---|---|
Percentiler |
RatingRepository.loadPercentile(int gameId,
int gameMode)
Loads the percentile distribution associated with the specified game and mode.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,Percentiler> |
RatingRepository.loadPercentiles(int gameId)
Loads all the percentile distributions associated with the specified game.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RatingRepository.updatePercentile(int gameId,
int gameMode,
Percentiler tiler)
Writes the supplied percentiler's data out to the database.
|
Copyright © 2015. All rights reserved.