跳过导航链接
B C D E G H O P R S T W 

B

build() - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig.Builder
 
builder() - 类 中的静态方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig

C

close() - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.RedisDataSource
 
com.alibaba.csp.sentinel.datasource.redis - 程序包 com.alibaba.csp.sentinel.datasource.redis
 
com.alibaba.csp.sentinel.datasource.redis.config - 程序包 com.alibaba.csp.sentinel.datasource.redis.config
 

D

DEFAULT_CLUSTER_PORT - 类 中的静态变量com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig
The default redisCluster port.
DEFAULT_REDIS_PORT - 类 中的静态变量com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig
The default redis port.
DEFAULT_SENTINEL_PORT - 类 中的静态变量com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig
The default redisSentinel port.
DEFAULT_TIMEOUT_MILLISECONDS - 类 中的静态变量com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig
Default timeout: 60 sec

E

equals(Object) - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig
 
equals(Object) - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisHostAndPort
 

G

getClientName() - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig
Returns the client name.
getDatabase() - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig
Returns the Redis database number.
getHost() - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig
Returns the host.
getHost() - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisHostAndPort
 
getPassword() - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig
Returns the password.
getPort() - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig
Returns the Redis port.
getPort() - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisHostAndPort
 
getRedisClusters() - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig
 
getRedisSentinelMasterId() - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig
Returns the Sentinel Master Id.
getRedisSentinels() - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig
 
getTimeout() - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig
Returns the command timeout for synchronous command execution.

H

hashCode() - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig
 
hashCode() - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisHostAndPort
 
hasPort() - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisHostAndPort
 
host - 类 中的变量com.alibaba.csp.sentinel.datasource.redis.config.RedisHostAndPort
 

O

of(String, int) - 类 中的静态方法com.alibaba.csp.sentinel.datasource.redis.config.RedisHostAndPort
Create a RedisHostAndPort of host and port

P

port - 类 中的变量com.alibaba.csp.sentinel.datasource.redis.config.RedisHostAndPort
 

R

readSource() - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.RedisDataSource
 
redis(String) - 类 中的静态方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig.Builder
Set Redis host.
redis(String, int) - 类 中的静态方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig.Builder
Set Redis host and port.
redisCluster(String) - 类 中的静态方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig.Builder
Set Cluster host.
redisCluster(String, int) - 类 中的静态方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig.Builder
Set Cluster host and port.
RedisConnectionConfig - com.alibaba.csp.sentinel.datasource.redis.config中的类
This class provide a builder to build redis client connection config.
RedisConnectionConfig() - 类 的构造器com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig
Default empty constructor.
RedisConnectionConfig(String, int, long) - 类 的构造器com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig
Constructor with host/port and timeout.
RedisConnectionConfig.Builder - com.alibaba.csp.sentinel.datasource.redis.config中的类
Builder for Redis RedisConnectionConfig.
RedisDataSource<T> - com.alibaba.csp.sentinel.datasource.redis中的类
A read-only DataSource with Redis backend.
RedisDataSource(RedisConnectionConfig, String, String, Converter<String, T>) - 类 的构造器com.alibaba.csp.sentinel.datasource.redis.RedisDataSource
Constructor of RedisDataSource.
RedisHostAndPort - com.alibaba.csp.sentinel.datasource.redis.config中的类
An immutable representation of a host and port.
redisSentinel(String) - 类 中的静态方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig.Builder
Set Sentinel host.
redisSentinel(String, int) - 类 中的静态方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig.Builder
Set Sentinel host and port.
redisSentinel(String, String) - 类 中的静态方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig.Builder
Set Sentinel host and master id.
redisSentinel(String, int, String) - 类 中的静态方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig.Builder
Set Sentinel host, port and master id.

S

setClientName(String) - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig
Sets the client name to be applied on Redis connections.
setDatabase(int) - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig
Sets the Redis database number.
setHost(String) - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig
Sets the Redis host.
setPassword(String) - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig
Sets the password.
setPassword(char[]) - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig
Sets the password.
setPort(int) - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig
Sets the Redis port.
setRedisSentinelMasterId(String) - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig
Sets the Sentinel Master Id.
setTimeout(Long) - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig
Sets the command timeout for synchronous command execution.

T

toString() - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig
 
toString() - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisHostAndPort
 

W

withClientName(String) - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig.Builder
Configures a client name.
withDatabase(int) - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig.Builder
Configures the database number.
withHost(String) - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig.Builder
Adds host information to the builder.
withPassword(String) - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig.Builder
Configures authentication.
withPassword(char[]) - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig.Builder
Configures authentication.
withPort(int) - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig.Builder
Adds port information to the builder.
withRedisCluster(String) - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig.Builder
Add a withRedisCluster host to the existing builder.
withRedisCluster(String, int) - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig.Builder
Add a withRedisCluster host/port to the existing builder.
withRedisSentinel(String) - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig.Builder
Add a withRedisSentinel host to the existing builder.
withRedisSentinel(String, int) - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig.Builder
Add a withRedisSentinel host/port to the existing builder.
withSentinelMasterId(String) - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig.Builder
Configures a redisSentinel master Id.
withTimeout(long) - 类 中的方法com.alibaba.csp.sentinel.datasource.redis.config.RedisConnectionConfig.Builder
Configures a timeout.
B C D E G H O P R S T W 
跳过导航链接

Copyright © 2022 Alibaba Group. All rights reserved.