类 RedisCommandBaseDescription
- java.lang.Object
-
- org.apache.flink.streaming.connectors.redis.command.RedisCommandBaseDescription
-
- 所有已实现的接口:
Serializable
- 直接已知子类:
RedisCommandDescription
public class RedisCommandBaseDescription extends Object implements Serializable
base description. @Author: jeff.zou @Date: 2022/3/9.14:55- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 RedisCommandBaseDescription(RedisCommand redisCommand)
-
-
-
构造器详细资料
-
RedisCommandBaseDescription
public RedisCommandBaseDescription(RedisCommand redisCommand)
-
-
方法详细资料
-
getRedisCommand
public RedisCommand getRedisCommand()
-
-