| 限定符和类型 | 方法和说明 |
|---|---|
static RedisConfigType |
RedisConfigType.lookupConnect(java.lang.Integer timeoutMills)
|
static RedisConfigType |
RedisConfigType.lookupConnectUnchecked(java.lang.Integer timeoutMills)
与
#lookupConnect(Long)功能相似,不同的时当没有找到有效redis连接时,不抛出异常,返回null |
RedisConfigType |
RedisConfigManager.lookupMessageQueueConnect(java.lang.Integer timeoutMills) |
RedisConfigType |
RedisConfigManager.lookupMessageQueueConnectUnchecked(java.lang.Integer timeoutMills) |
RedisConfigType |
RedisConfigProvider.type()
返回当前配置的连接类型,不可为
null |
RedisConfigType |
DefaultLocalRedisConfigProvider.type() |
RedisConfigType |
DefaultLocalhostRedisConfigProvider.type() |
RedisConfigType |
DefaultCustomRedisConfigProvider.type() |
RedisConfigType |
DefaultCloudRedisConfigProvider.type() |
static RedisConfigType |
RedisConfigType.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static RedisConfigType[] |
RedisConfigType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2023. All Rights Reserved.