public class RankingDomain extends Object
| Constructor and Description |
|---|
RankingDomain(CacheDatabase cache,
JobQueueDomain jobQueueDomain,
StampSheetConfiguration stampSheetConfiguration,
Gs2RestSession session,
String namespaceName,
String userId,
String categoryName) |
| Modifier and Type | Method and Description |
|---|---|
static String |
createCacheKey(String categoryName) |
static String |
createCacheParentKey(String namespaceName,
String userId,
String categoryName,
String childType) |
String |
getCategoryName() |
String |
getNamespaceName() |
String |
getUserId() |
Ranking |
model() |
ScoreDomain |
putScore(PutScoreByUserIdRequest request) |
public RankingDomain(CacheDatabase cache, JobQueueDomain jobQueueDomain, StampSheetConfiguration stampSheetConfiguration, Gs2RestSession session, String namespaceName, String userId, String categoryName)
public String getNamespaceName()
public String getUserId()
public String getCategoryName()
public ScoreDomain putScore(PutScoreByUserIdRequest request)
public static String createCacheParentKey(String namespaceName, String userId, String categoryName, String childType)
public Ranking model()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.