Uses of Interface
io.lettuce.core.dynamic.CommandMethod
| Package | Description |
|---|---|
| io.lettuce.core.dynamic |
Core package for Redis Command Interface support through
RedisCommandFactory. |
| io.lettuce.core.dynamic.codec |
RedisCodec resolution support. |
| io.lettuce.core.dynamic.segment |
Support for
CommandSegments and segment parsing. |
-
Uses of CommandMethod in io.lettuce.core.dynamic
Classes in io.lettuce.core.dynamic that implement CommandMethod Modifier and Type Class Description classDeclaredCommandMethodAbstraction of a method that is designated to execute a Redis command method.Methods in io.lettuce.core.dynamic that return CommandMethod Modifier and Type Method Description static CommandMethodDeclaredCommandMethod. create(Method method)Create a newDeclaredCommandMethodgiven aMethod.CommandMethodCommandCreationException. getCommandMethod()Constructors in io.lettuce.core.dynamic with parameters of type CommandMethod Constructor Description CommandCreationException(CommandMethod commandMethod, String msg)Create a newCommandCreationExceptiongivenCommandMethodand a message.CommandMethodSyntaxException(CommandMethod commandMethod, String msg)Create a newCommandMethodSyntaxExceptiongivenCommandMethodand a message. -
Uses of CommandMethod in io.lettuce.core.dynamic.codec
Methods in io.lettuce.core.dynamic.codec with parameters of type CommandMethod Modifier and Type Method Description RedisCodec<?,?>AnnotationRedisCodecResolver. resolve(CommandMethod commandMethod)RedisCodec<?,?>RedisCodecResolver. resolve(CommandMethod commandMethod)Resolve aRedisCodecfor the givenCommandMethod. -
Uses of CommandMethod in io.lettuce.core.dynamic.segment
Methods in io.lettuce.core.dynamic.segment with parameters of type CommandMethod Modifier and Type Method Description CommandSegmentsAnnotationCommandSegmentFactory. createCommandSegments(CommandMethod commandMethod)CommandSegmentsCommandSegmentFactory. createCommandSegments(CommandMethod commandMethod)CreateCommandSegmentsfor aCommandMethod.