| Package | Description |
|---|---|
| org.redisson.api | |
| org.redisson.client | |
| org.redisson.client.handler | |
| org.redisson.connection | |
| org.redisson.spring.support |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeListener.onConnect(RedisClient client) |
void |
NodeListener.onDisconnect(RedisClient client) |
| Modifier and Type | Method and Description |
|---|---|
static RedisClient |
RedisClient.create(RedisClientConfig config) |
RedisClient |
RedisConnection.getRedisClient() |
| Constructor and Description |
|---|
RedisConnection(RedisClient redisClient) |
RedisConnection(RedisClient redisClient,
io.netty.channel.Channel channel,
RPromise<C> connectionPromise) |
RedisPubSubConnection(RedisClient redisClient,
io.netty.channel.Channel channel,
RPromise<RedisPubSubConnection> connectionPromise) |
| Constructor and Description |
|---|
BaseConnectionHandler(RedisClient redisClient) |
RedisChannelInitializer(io.netty.bootstrap.Bootstrap bootstrap,
RedisClientConfig config,
RedisClient redisClient,
io.netty.channel.group.ChannelGroup channels,
RedisChannelInitializer.Type type) |
RedisConnectionHandler(RedisClient redisClient) |
RedisPubSubConnectionHandler(RedisClient redisClient) |
| Modifier and Type | Method and Description |
|---|---|
RedisClient |
MasterSlaveConnectionManager.createClient(NodeType type,
URI address) |
RedisClient |
ConnectionManager.createClient(NodeType type,
URI address) |
RedisClient |
MasterSlaveConnectionManager.createClient(NodeType type,
URI address,
int timeout,
int commandTimeout) |
RedisClient |
ConnectionManager.createClient(NodeType type,
URI address,
int timeout,
int commandTimeout) |
RedisClient |
RedisClientEntry.getClient() |
RedisClient |
MasterSlaveEntry.getClient() |
RedisClient |
ClientConnectionsEntry.getClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
MasterSlaveConnectionManager.shutdownAsync(RedisClient client) |
void |
ConnectionManager.shutdownAsync(RedisClient client) |
| Constructor and Description |
|---|
ClientConnectionsEntry(RedisClient client,
int poolMinSize,
int poolMaxSize,
int subscribePoolMinSize,
int subscribePoolMaxSize,
ConnectionManager connectionManager,
NodeType nodeType) |
RedisClientEntry(RedisClient client,
CommandSyncService commandExecutor,
NodeType type) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<RedisClient> |
RedisDefinitionParser.getBeanClass(Element element) |
Copyright © 2014–2017 The Redisson Project. All rights reserved.