public class InfinispanUtil extends Object
Modifier and Type | Field and Description |
---|---|
static int |
MAXIMUM_REPLACE_RETRIES |
Constructor and Description |
---|
InfinispanUtil() |
Modifier and Type | Method and Description |
---|---|
static org.infinispan.client.hotrod.RemoteCache |
getRemoteCache(org.infinispan.Cache ispnCache) |
static Set<org.infinispan.persistence.remote.RemoteStore> |
getRemoteStores(org.infinispan.Cache ispnCache) |
static TopologyInfo |
getTopologyInfo(KeycloakSession session) |
static boolean |
isCoordinator(org.infinispan.Cache cache) |
public static final int MAXIMUM_REPLACE_RETRIES
public static Set<org.infinispan.persistence.remote.RemoteStore> getRemoteStores(org.infinispan.Cache ispnCache)
public static org.infinispan.client.hotrod.RemoteCache getRemoteCache(org.infinispan.Cache ispnCache)
public static TopologyInfo getTopologyInfo(KeycloakSession session)
public static boolean isCoordinator(org.infinispan.Cache cache)
cache
- Copyright © 2020 JBoss by Red Hat. All rights reserved.