类的使用
org.apache.flink.streaming.connectors.redis.command.RedisCommand
-
使用RedisCommand的程序包 程序包 说明 org.apache.flink.streaming.connectors.redis.command org.apache.flink.streaming.connectors.redis.mapper org.apache.flink.streaming.connectors.redis.table -
-
org.apache.flink.streaming.connectors.redis.command中RedisCommand的使用
返回RedisCommand的org.apache.flink.streaming.connectors.redis.command中的方法 修饰符和类型 方法 说明 RedisCommandRedisCommandBaseDescription. getRedisCommand()static RedisCommandRedisCommand. valueOf(String name)返回带有指定名称的该类型的枚举常量。static RedisCommand[]RedisCommand. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。参数类型为RedisCommand的org.apache.flink.streaming.connectors.redis.command中的构造器 构造器 说明 RedisCommandBaseDescription(RedisCommand redisCommand)RedisCommandDescription(RedisCommand redisCommand, Integer ttl, LocalTime expireTime, Boolean setIfAbsent, Boolean ttlKeyNotAbsent) -
org.apache.flink.streaming.connectors.redis.mapper中RedisCommand的使用
声明为RedisCommand的org.apache.flink.streaming.connectors.redis.mapper中的字段 修饰符和类型 字段 说明 (专用程序包) RedisCommandRowRedisQueryMapper. redisCommand返回RedisCommand的org.apache.flink.streaming.connectors.redis.mapper中的方法 修饰符和类型 方法 说明 RedisCommandRowRedisQueryMapper. getRedisCommand()RedisCommandRowRedisSinkMapper. getRedisCommand()参数类型为RedisCommand的org.apache.flink.streaming.connectors.redis.mapper中的构造器 构造器 说明 RowRedisQueryMapper(RedisCommand redisCommand)RowRedisSinkMapper(RedisCommand redisCommand, org.apache.flink.configuration.ReadableConfig config) -
org.apache.flink.streaming.connectors.redis.table中RedisCommand的使用
参数类型为RedisCommand的org.apache.flink.streaming.connectors.redis.table中的构造器 构造器 说明 RedisDynamicTableSink(RedisCommand redisCommand, Map<String,String> properties, org.apache.flink.table.catalog.ResolvedSchema resolvedSchema, org.apache.flink.configuration.ReadableConfig config)RedisDynamicTableSource(RedisCommand redisCommand, Map<String,String> properties, org.apache.flink.table.catalog.ResolvedSchema resolvedSchema, org.apache.flink.configuration.ReadableConfig config)
-