nn::nex::RankingCachedResult Class

Syntax

class RankingCachedResult : public nn::nex::RankingResult

Description

Stores ranking information with a cache.

Enumerated Types

LocalUpdateState Defines the return value of the RankingCachedResult::LocalUpdateState function.

Member Functions

RankingCachedResult Constructor.
V ~RankingCachedResult Destructor.
GetMaxLength Returns the maximum length set in the config file.
GetCreatedTime Gets the date and time the cache was created.
GetExpiredTime Gets the date and time the cache expires.
LocalUpdate Updates the locally stored top ranking with cache to the specified score.
GetTotalCount Gets the total count of rankings that match the conditions. (Inherits RankingResult.)
GetRankDataList Gets the resulting ranking list. (Inherits RankingResult.)
GetSinceTime Gets the time that tabulation of rankings began. (Inherits RankingResult.)

Class Hierarchy

nn::nex::RankingResult
  nn::nex::RankingCachedResult

Revision History

2014/03/20
Initial version.

CONFIDENTIAL