Uses of Class
io.lettuce.core.dynamic.parameter.Parameter
| Package | Description |
|---|---|
| io.lettuce.core.dynamic |
Core package for Redis Command Interface support through
RedisCommandFactory. |
| io.lettuce.core.dynamic.parameter |
Parameter access and descriptors.
|
| io.lettuce.core.dynamic.segment |
Support for
CommandSegments and segment parsing. |
-
Uses of Parameter in io.lettuce.core.dynamic
Methods in io.lettuce.core.dynamic that return types with arguments of type Parameter Modifier and Type Method Description Parameters<? extends Parameter>CommandMethod. getParameters()Parameters<? extends Parameter>DeclaredCommandMethod. getParameters() -
Uses of Parameter in io.lettuce.core.dynamic.parameter
Classes in io.lettuce.core.dynamic.parameter with type parameters of type Parameter Modifier and Type Class Description classParameters<P extends Parameter>Base class to abstract methodParameters.Subclasses of Parameter in io.lettuce.core.dynamic.parameter Modifier and Type Class Description static classExecutionSpecificParameters.ExecutionAwareParameterMethods in io.lettuce.core.dynamic.parameter that return Parameter Modifier and Type Method Description ParameterParameters. getBindableParameter(int index)Get the bindable parameter according it's logical position in the command. -
Uses of Parameter in io.lettuce.core.dynamic.segment
Methods in io.lettuce.core.dynamic.segment with parameters of type Parameter Modifier and Type Method Description abstract booleanCommandSegment. canConsume(Parameter parameter)Check whether this segment can consume theParameterby applying parameter substitution.