Package io.gs2.cdk.limit.ref
Class NamespaceRef
java.lang.Object
io.gs2.cdk.limit.ref.NamespaceRef
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncountUp(String limitName, String counterName, Integer countUpValue, Integer maxValue, String userId) deleteCounter(String limitName, String counterName) deleteCounter(String limitName, String counterName, String userId) grn()limitModel(String limitName) verifyCounter(String limitName, String counterName, String verifyType, Integer count) verifyCounter(String limitName, String counterName, String verifyType, Integer count, String userId)
-
Constructor Details
-
NamespaceRef
-
-
Method Details
-
limitModel
-
countDown
public CountDownByUserId countDown(String limitName, String counterName, Integer countDownValue, String userId) -
countDown
-
deleteCounter
-
deleteCounter
-
countUp
-
countUp
public CountUpByUserId countUp(String limitName, String counterName, Integer countUpValue, Integer maxValue) -
verifyCounter
-
verifyCounter
public VerifyCounterByUserId verifyCounter(String limitName, String counterName, String verifyType, Integer count) -
grn
-