public class ThresholdMasterDomain extends Object
| Constructor and Description |
|---|
ThresholdMasterDomain(CacheDatabase cache,
JobQueueDomain jobQueueDomain,
StampSheetConfiguration stampSheetConfiguration,
Gs2RestSession session,
String namespaceName,
String thresholdName) |
| Modifier and Type | Method and Description |
|---|---|
static String |
createCacheKey(String thresholdName) |
static String |
createCacheParentKey(String namespaceName,
String thresholdName,
String childType) |
ThresholdMasterDomain |
delete(DeleteThresholdMasterRequest request) |
String |
getNamespaceName() |
String |
getThresholdName() |
ThresholdMaster |
model() |
ThresholdMasterDomain |
update(UpdateThresholdMasterRequest request) |
public ThresholdMasterDomain(CacheDatabase cache, JobQueueDomain jobQueueDomain, StampSheetConfiguration stampSheetConfiguration, Gs2RestSession session, String namespaceName, String thresholdName)
public String getNamespaceName()
public String getThresholdName()
public ThresholdMasterDomain update(UpdateThresholdMasterRequest request)
public ThresholdMasterDomain delete(DeleteThresholdMasterRequest request)
public static String createCacheParentKey(String namespaceName, String thresholdName, String childType)
public ThresholdMaster model()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.