public class RedissonStoreFactory extends BaseStoreFactory
| Constructor and Description |
|---|
RedissonStoreFactory() |
RedissonStoreFactory(org.redisson.api.RedissonClient redisson) |
RedissonStoreFactory(org.redisson.Redisson redisClient,
org.redisson.Redisson redisPub,
org.redisson.Redisson redisSub) |
| Modifier and Type | Method and Description |
|---|---|
<K,V> Map<K,V> |
createMap(String name) |
Store |
createStore(UUID sessionId) |
PubSubStore |
pubSubStore() |
void |
shutdown() |
getNodeId, init, onDisconnect, toStringpublic RedissonStoreFactory()
public RedissonStoreFactory(org.redisson.api.RedissonClient redisson)
public RedissonStoreFactory(org.redisson.Redisson redisClient,
org.redisson.Redisson redisPub,
org.redisson.Redisson redisSub)
public PubSubStore pubSubStore()
pubSubStore in interface StoreFactorypubSubStore in class BaseStoreFactorypublic void shutdown()
Copyright © 2012–2016. All rights reserved.