Uses of Class
org.infinispan.persistence.support.SingletonCacheWriter.PushStateException
-
Packages that use SingletonCacheWriter.PushStateException Package Description org.infinispan.persistence.support org.infinispan.util.logging Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines. -
-
Uses of SingletonCacheWriter.PushStateException in org.infinispan.persistence.support
Methods in org.infinispan.persistence.support that throw SingletonCacheWriter.PushStateException Modifier and Type Method Description protected void
SingletonCacheWriter. activeStatusChanged(boolean newActiveState)
Deprecated.Method called when the cache either becomes the coordinator or stops being the coordinator. -
Uses of SingletonCacheWriter.PushStateException in org.infinispan.util.logging
Methods in org.infinispan.util.logging with parameters of type SingletonCacheWriter.PushStateException Modifier and Type Method Description void
Log_$logger. errorChangingSingletonStoreStatus(SingletonCacheWriter.PushStateException e)
void
Log. errorChangingSingletonStoreStatus(SingletonCacheWriter.PushStateException e)
-