public class RedisStoreFactory extends BaseStoreFactory
| Constructor and Description |
|---|
RedisStoreFactory() |
RedisStoreFactory(redis.clients.jedis.Jedis redisClient,
redis.clients.jedis.Jedis redisPub,
redis.clients.jedis.Jedis redisSub) |
| Modifier and Type | Method and Description |
|---|---|
Store |
create(UUID sessionId) |
PubSubStore |
getPubSubStore() |
void |
init(NamespacesHub namespacesHub,
JsonSupport jsonSupport) |
void |
onDisconnect(MainBaseClient client) |
void |
shutdown() |
getNodeIdpublic RedisStoreFactory()
public RedisStoreFactory(redis.clients.jedis.Jedis redisClient,
redis.clients.jedis.Jedis redisPub,
redis.clients.jedis.Jedis redisSub)
public void init(NamespacesHub namespacesHub, JsonSupport jsonSupport)
init in interface StoreFactoryinit in class BaseStoreFactorypublic PubSubStore getPubSubStore()
getPubSubStore in interface StoreFactorygetPubSubStore in class BaseStoreFactorypublic void onDisconnect(MainBaseClient client)
onDisconnect in interface DisconnectableonDisconnect in class BaseStoreFactorypublic void shutdown()
Copyright © 2012–2013. All rights reserved.