Uses of Class
com.levigo.jadice.server.Limit.WhenExceedAction
-
Packages that use Limit.WhenExceedAction Package Description com.levigo.jadice.server com.levigo.jadice.server.core.util -
-
Uses of Limit.WhenExceedAction in com.levigo.jadice.server
Methods in com.levigo.jadice.server that return Limit.WhenExceedAction Modifier and Type Method Description Limit.WhenExceedAction
Limit. getExceedAction()
static Limit.WhenExceedAction
Limit.WhenExceedAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static Limit.WhenExceedAction[]
Limit.WhenExceedAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.levigo.jadice.server with parameters of type Limit.WhenExceedAction Modifier and Type Method Description <L extends Limit>
Collection<L>Limits. get(Class<L> type, Limit.WhenExceedAction action)
<L extends Limit>
LLimits. getMostRestrictive(Class<L> type, Limit.WhenExceedAction action)
Find the most restrictiveLimit
of the the given type andexceed action
void
Limit. setExceedAction(Limit.WhenExceedAction exceedAction)
Set theaction
to take when the limit has been exceeded. -
Uses of Limit.WhenExceedAction in com.levigo.jadice.server.core.util
Methods in com.levigo.jadice.server.core.util with parameters of type Limit.WhenExceedAction Modifier and Type Method Description <L extends Limit>
LLimitSupport. getNextSignificantLimit(Class<L> limitType, Limit.WhenExceedAction action)
Get the nextLimit
of given Type and Action that is not exceeded yet and that will be triggered onLimitSupport.test(Class, long)
.
-