Uses of Class
org.redisson.client.RedisPubSubConnection
-
Packages that use RedisPubSubConnection Package Description org.redisson.client org.redisson.connection org.redisson.connection.balancer org.redisson.connection.pool org.redisson.pubsub -
-
Uses of RedisPubSubConnection in org.redisson.client
Methods in org.redisson.client that return RedisPubSubConnection Modifier and Type Method Description RedisPubSubConnection
RedisClient. connectPubSub()
Methods in org.redisson.client that return types with arguments of type RedisPubSubConnection Modifier and Type Method Description RFuture<RedisPubSubConnection>
RedisClient. connectPubSubAsync()
Constructor parameters in org.redisson.client with type arguments of type RedisPubSubConnection Constructor Description RedisPubSubConnection(RedisClient redisClient, io.netty.channel.Channel channel, RPromise<RedisPubSubConnection> connectionPromise)
-
Uses of RedisPubSubConnection in org.redisson.connection
Methods in org.redisson.connection that return RedisPubSubConnection Modifier and Type Method Description RedisPubSubConnection
ClientConnectionsEntry. pollSubscribeConnection()
Methods in org.redisson.connection that return types with arguments of type RedisPubSubConnection Modifier and Type Method Description RFuture<RedisPubSubConnection>
ClientConnectionsEntry. connectPubSub()
Queue<RedisPubSubConnection>
ClientConnectionsEntry. getAllSubscribeConnections()
RFuture<RedisPubSubConnection>
MasterSlaveEntry. nextPubSubConnection()
Methods in org.redisson.connection with parameters of type RedisPubSubConnection Modifier and Type Method Description void
ClientConnectionsEntry. releaseSubscribeConnection(RedisPubSubConnection connection)
void
MasterSlaveEntry. returnPubSubConnection(RedisPubSubConnection connection)
-
Uses of RedisPubSubConnection in org.redisson.connection.balancer
Methods in org.redisson.connection.balancer that return types with arguments of type RedisPubSubConnection Modifier and Type Method Description RFuture<RedisPubSubConnection>
LoadBalancerManager. nextPubSubConnection()
Methods in org.redisson.connection.balancer with parameters of type RedisPubSubConnection Modifier and Type Method Description void
LoadBalancerManager. returnPubSubConnection(RedisPubSubConnection connection)
-
Uses of RedisPubSubConnection in org.redisson.connection.pool
Methods in org.redisson.connection.pool that return RedisPubSubConnection Modifier and Type Method Description protected RedisPubSubConnection
PubSubConnectionPool. poll(ClientConnectionsEntry entry, RedisCommand<?> command)
Methods in org.redisson.connection.pool that return types with arguments of type RedisPubSubConnection Modifier and Type Method Description protected RFuture<RedisPubSubConnection>
PubSubConnectionPool. connect(ClientConnectionsEntry entry)
RFuture<RedisPubSubConnection>
MasterPubSubConnectionPool. get(RedisCommand<?> command)
RFuture<RedisPubSubConnection>
PubSubConnectionPool. get()
Methods in org.redisson.connection.pool with parameters of type RedisPubSubConnection Modifier and Type Method Description protected void
PubSubConnectionPool. releaseConnection(ClientConnectionsEntry entry, RedisPubSubConnection conn)
-
Uses of RedisPubSubConnection in org.redisson.pubsub
Methods in org.redisson.pubsub that return RedisPubSubConnection Modifier and Type Method Description RedisPubSubConnection
PubSubConnectionEntry. getConnection()
Methods in org.redisson.pubsub with parameters of type RedisPubSubConnection Modifier and Type Method Description void
PublishSubscribeService. reattachPubSub(RedisPubSubConnection redisPubSubConnection)
Constructors in org.redisson.pubsub with parameters of type RedisPubSubConnection Constructor Description PubSubConnectionEntry(RedisPubSubConnection conn, int subscriptionsPerConnection)
-