Uses of Class
org.redisson.client.RedisConnection
Packages that use RedisConnection
Package
Description
-
Uses of RedisConnection in org.redisson.client
Subclasses of RedisConnection in org.redisson.clientMethods in org.redisson.client with type parameters of type RedisConnectionModifier and TypeMethodDescription<C extends RedisConnection>
CompletableFuture<C> RedisConnection.getConnectionPromise()static <C extends RedisConnection>
CRedisConnection.getFrom(io.netty.channel.Channel channel) Methods in org.redisson.client that return RedisConnectionMethods in org.redisson.client that return types with arguments of type RedisConnection -
Uses of RedisConnection in org.redisson.client.handler
Classes in org.redisson.client.handler with type parameters of type RedisConnection -
Uses of RedisConnection in org.redisson.command
Methods in org.redisson.command that return types with arguments of type RedisConnectionModifier and TypeMethodDescriptionprotected CompletableFuture<RedisConnection> RedisExecutor.getConnection(CompletableFuture<R> attemptPromise) protected CompletableFuture<RedisConnection> RedisQueuedBatchExecutor.getConnection(CompletableFuture<R> attemptPromise) CommandBatchService.ConnectionEntry.getConnectionFuture()Methods in org.redisson.command with parameters of type RedisConnectionModifier and TypeMethodDescriptionprotected voidRedisCommonBatchExecutor.sendCommand(CompletableFuture<Void> attemptPromise, RedisConnection connection) protected voidRedisExecutor.sendCommand(CompletableFuture<R> attemptPromise, RedisConnection connection) protected voidRedisQueuedBatchExecutor.sendCommand(CompletableFuture<R> attemptPromise, RedisConnection connection) Method parameters in org.redisson.command with type arguments of type RedisConnectionModifier and TypeMethodDescriptionprotected voidRedisExecutor.handleError(CompletableFuture<RedisConnection> connectionFuture, Throwable cause) protected voidRedisQueuedBatchExecutor.handleError(CompletableFuture<RedisConnection> connectionFuture, Throwable cause) Constructor parameters in org.redisson.command with type arguments of type RedisConnectionModifierConstructorDescriptionConnectionEntry(CompletableFuture<RedisConnection> connectionFuture) -
Uses of RedisConnection in org.redisson.connection
Classes in org.redisson.connection with type parameters of type RedisConnectionMethods in org.redisson.connection with type parameters of type RedisConnectionModifier and TypeMethodDescription<R extends RedisConnection>
booleanConnectionsHolder.remove(R connection) <R extends RedisConnection>
booleanTrackedConnectionsHolder.remove(R connection) <T extends RedisConnection>
voidClientConnectionsEntry.returnConnection(T connection) Methods in org.redisson.connection that return types with arguments of type RedisConnectionModifier and TypeMethodDescriptionTrackedConnectionsHolder.acquireConnection(RedisCommand<?> command) MasterSlaveEntry.connectionReadOp(RedisCommand<?> command, boolean trackChanges) MasterSlaveEntry.connectionReadOp(RedisCommand<?> command, RedisClient client, boolean trackChanges) MasterSlaveEntry.connectionReadOp(RedisCommand<?> command, RedisURI addr) SingleEntry.connectionReadOp(RedisCommand<?> command, boolean trackChanges) SingleEntry.connectionReadOp(RedisCommand<?> command, RedisURI addr) MasterSlaveEntry.connectionWriteOp(RedisCommand<?> command) protected final CompletionStage<RedisConnection> MasterSlaveConnectionManager.connectToNode(NodeType type, BaseConfig<?> cfg, RedisURI addr, String sslHostname) protected final CompletionStage<RedisConnection> MasterSlaveConnectionManager.connectToNode(BaseConfig<?> cfg, RedisURI addr, String sslHostname) TrackedConnectionsHolder.getAllConnections()ClientConnectionsEntry.getConnectionsHolder()TrackedConnectionsHolder.getFreeConnections()MasterSlaveEntry.redirectedConnectionWriteOp(RedisCommand<?> command, RedisURI addr) MasterSlaveEntry.trackedConnectionWriteOp(RedisCommand<?> command) Methods in org.redisson.connection with parameters of type RedisConnectionModifier and TypeMethodDescriptionvoidClientConnectionsEntry.addHandler(RedisConnection connection, ConnectionsHolder<?> handler) protected voidMasterSlaveConnectionManager.closeNodeConnection(RedisConnection conn) voidTrackedConnectionsHolder.releaseConnection(ClientConnectionsEntry entry, RedisConnection connection) voidMasterSlaveEntry.releaseRead(RedisConnection connection, boolean trackChanges) voidSingleEntry.releaseRead(RedisConnection connection, boolean trackChanges) voidMasterSlaveEntry.releaseTrackedWrite(RedisConnection connection) Deprecated.voidMasterSlaveEntry.releaseWrite(RedisConnection connection) Method parameters in org.redisson.connection with type arguments of type RedisConnectionModifier and TypeMethodDescriptionvoidIdleConnectionWatcher.add(ClientConnectionsEntry entry, int minimumAmount, int maximumAmount, ConnectionsHolder<? extends RedisConnection> holder) protected final voidClientConnectionsEntry.nodeDown(ConnectionsHolder<RedisConnection> connectionsHolder) Constructor parameters in org.redisson.connection with type arguments of type RedisConnectionModifierConstructorDescriptionEntry(int minimumAmount, int maximumAmount, ConnectionsHolder<? extends RedisConnection> holder) -
Uses of RedisConnection in org.redisson.connection.pool
Methods in org.redisson.connection.pool that return types with arguments of type RedisConnectionModifier and TypeMethodDescriptionMasterConnectionPool.get(RedisCommand<?> command, boolean trackChanges) protected ConnectionsHolder<RedisConnection> MasterConnectionPool.getConnectionHolder(ClientConnectionsEntry entry, boolean trackChanges) protected ConnectionsHolder<RedisConnection> SlaveConnectionPool.getConnectionHolder(ClientConnectionsEntry entry, boolean trackChanges)