接口 RedisMapper<T>
-
- 类型参数:
T-
- 所有超级接口:
org.apache.flink.api.common.functions.Function,Serializable
- 所有已知子接口:
RedisSinkMapper<T>
- 所有已知实现类:
RowRedisQueryMapper,RowRedisSinkMapper
public interface RedisMapper<T> extends org.apache.flink.api.common.functions.Function, Serializable
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 RedisCommandBaseDescriptiongetCommandDescription()Returns descriptor which defines data type.
-
-
-
方法详细资料
-
getCommandDescription
RedisCommandBaseDescription getCommandDescription()
Returns descriptor which defines data type.- 返回:
- data type descriptor
-
-