类 RedisCommandDescription
- java.lang.Object
-
- org.apache.flink.streaming.connectors.redis.command.RedisCommandBaseDescription
-
- org.apache.flink.streaming.connectors.redis.command.RedisCommandDescription
-
- 所有已实现的接口:
Serializable
public class RedisCommandDescription extends RedisCommandBaseDescription implements Serializable
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 RedisCommandDescription(RedisCommand redisCommand, Integer ttl, LocalTime expireTime, Boolean setIfAbsent, Boolean ttlKeyNotAbsent)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 LocalTimegetExpireTime()BooleangetSetIfAbsent()IntegergetTTL()booleangetTtlKeyNotAbsent()-
从类继承的方法 org.apache.flink.streaming.connectors.redis.command.RedisCommandBaseDescription
getRedisCommand
-
-
-
-
构造器详细资料
-
RedisCommandDescription
public RedisCommandDescription(RedisCommand redisCommand, Integer ttl, LocalTime expireTime, Boolean setIfAbsent, Boolean ttlKeyNotAbsent)
-
-