Uses of Class
org.infinispan.topology.CacheJoinException
-
Packages that use CacheJoinException Package Description org.infinispan.util.logging Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines. -
-
Uses of CacheJoinException in org.infinispan.util.logging
Methods in org.infinispan.util.logging that return CacheJoinException Modifier and Type Method Description CacheJoinException
Log_$logger. extraneousMembersJoinRestoredCache(List extraneousMembers, String cacheName)
CacheJoinException
Log. extraneousMembersJoinRestoredCache(List<Address> extraneousMembers, String cacheName)
CacheJoinException
Log_$logger. nodeWithIncompatibleStateJoiningCache(Address joiner, String cacheName)
CacheJoinException
Log. nodeWithIncompatibleStateJoiningCache(Address joiner, String cacheName)
CacheJoinException
Log_$logger. nodeWithoutPersistentStateJoiningCacheWithState(Address joiner, String cacheName)
CacheJoinException
Log. nodeWithoutPersistentStateJoiningCacheWithState(Address joiner, String cacheName)
CacheJoinException
Log_$logger. nodeWithPersistentStateJoiningClusterWithoutState(Address joiner, String cacheName)
CacheJoinException
Log. nodeWithPersistentStateJoiningClusterWithoutState(Address joiner, String cacheName)
-