public class IncrexParams extends BaseIncrexParams<IncrexParams>
INCREX command. Accepts long
lower/upper bounds; paired with the
increx(key,
long, IncrexParams) overload (sends BYINT on the wire).
For float-bounded INCREX use IncrexFloatParams.
Usage examples:
new IncrexParams().lbound(0).ubound(100).saturate().ex(60) IncrexParams.increxParams().ex(30).enx()
| Constructor and Description |
|---|
IncrexParams() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParams(CommandArguments args)
Wire-format emission.
|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
static IncrexParams |
increxParams() |
IncrexParams |
lbound(long lbound) |
IncrexParams |
ubound(long ubound) |
public static IncrexParams increxParams()
public IncrexParams lbound(long lbound)
public IncrexParams ubound(long ubound)
public void addParams(CommandArguments args)
BaseIncrexParamsSATURATE → expiry → ENX.addParams in interface IParamsaddParams in class BaseIncrexParams<IncrexParams>public boolean equals(java.lang.Object o)
equals in class BaseIncrexParams<IncrexParams>public int hashCode()
hashCode in class BaseIncrexParams<IncrexParams>Copyright © 2026. All rights reserved.