Class TopologyInfo
- java.lang.Object
-
- org.keycloak.connections.infinispan.TopologyInfo
-
public class TopologyInfo extends Object
- Author:
- Marek Posolda
-
-
Constructor Summary
Constructors Constructor Description TopologyInfo(org.infinispan.manager.EmbeddedCacheManager cacheManager, Config.Scope config, boolean embedded)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
amIOwner(org.infinispan.Cache cache, Object key)
True if I am primary owner of the key in case of distributed caches.String
getMyNodeName()
String
getMySiteName()
String
getRouteName(org.infinispan.Cache cache, Object key)
Get route to be used as the identifier for sticky session.String
toString()
-
-
-
Constructor Detail
-
TopologyInfo
public TopologyInfo(org.infinispan.manager.EmbeddedCacheManager cacheManager, Config.Scope config, boolean embedded)
-
-