Uses of Class
com.threerings.parlor.rating.util.Percentiler

Packages that use Percentiler
com.threerings.parlor.rating.server.persist   
 

Uses of Percentiler in com.threerings.parlor.rating.server.persist
 

Methods in com.threerings.parlor.rating.server.persist that return Percentiler
 Percentiler RatingRepository.loadPercentile(int gameId, int gameMode)
          Loads the percentile distribution associated with the specified game and mode.
 

Methods in com.threerings.parlor.rating.server.persist that return types with arguments of type Percentiler
 Map<Integer,Percentiler> RatingRepository.loadPercentiles(int gameId)
          Loads all the percentile distributions associated with the specified game.
 

Methods in com.threerings.parlor.rating.server.persist with parameters of type Percentiler
 void RatingRepository.updatePercentile(int gameId, int gameMode, Percentiler tiler)
          Writes the supplied percentiler's data out to the database.
 



Copyright © 2011. All Rights Reserved.