Uses of Class
io.lettuce.core.dynamic.segment.CommandSegment
| Package | Description |
|---|---|
| io.lettuce.core.dynamic.segment |
Support for
CommandSegments and segment parsing. |
-
Uses of CommandSegment in io.lettuce.core.dynamic.segment
Methods in io.lettuce.core.dynamic.segment that return CommandSegment Modifier and Type Method Description static CommandSegmentCommandSegment. constant(String content)Create a constantCommandSegment.static CommandSegmentCommandSegment. indexedParameter(int index)static CommandSegmentCommandSegment. namedParameter(String name)Create a named parameter referenceCommandSegment.Methods in io.lettuce.core.dynamic.segment that return types with arguments of type CommandSegment Modifier and Type Method Description Iterator<CommandSegment>CommandSegments. iterator()Constructor parameters in io.lettuce.core.dynamic.segment with type arguments of type CommandSegment Constructor Description CommandSegments(List<CommandSegment> segments)