类 RowRedisQueryMapper<OUT>
- java.lang.Object
-
- org.apache.flink.streaming.connectors.redis.mapper.RowRedisQueryMapper<OUT>
-
- 所有已实现的接口:
Serializable,org.apache.flink.api.common.functions.Function,RedisMapper<OUT>
public class RowRedisQueryMapper<OUT> extends Object implements RedisMapper<OUT>
row redis mapper. @Author: jeff.zou @Date: 2022/3/7.14:59- 另请参阅:
- 序列化表格
-
-
字段概要
字段 修饰符和类型 字段 说明 (专用程序包) RedisCommandredisCommand
-
构造器概要
构造器 构造器 说明 RowRedisQueryMapper(RedisCommand redisCommand)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 RedisCommandBaseDescriptiongetCommandDescription()Returns descriptor which defines data type.RedisCommandgetRedisCommand()
-
-
-
字段详细资料
-
redisCommand
RedisCommand redisCommand
-
-
构造器详细资料
-
RowRedisQueryMapper
public RowRedisQueryMapper(RedisCommand redisCommand)
-
-
方法详细资料
-
getRedisCommand
public RedisCommand getRedisCommand()
-
getCommandDescription
public RedisCommandBaseDescription getCommandDescription()
从接口复制的说明:RedisMapperReturns descriptor which defines data type.- 指定者:
getCommandDescription在接口中RedisMapper<OUT>- 返回:
- data type descriptor
-
-