Uses of Class
com.atlassian.confluence.cluster.safety.ClusterPanicException
Packages that use ClusterPanicException
Package
Description
-
Uses of ClusterPanicException in com.atlassian.confluence.cluster.hazelcast
Methods in com.atlassian.confluence.cluster.hazelcast that throw ClusterPanicExceptionModifier and TypeMethodDescriptionprotected void
HazelcastClusterSafetyManager.onNumbersAreDifferent
(@NonNull String lastCacheModifier, @NonNull Integer dbSafetyNumber, @NonNull Integer cacheSafetyNumber, int nextValue) -
Uses of ClusterPanicException in com.atlassian.confluence.cluster.safety
Methods in com.atlassian.confluence.cluster.safety that throw ClusterPanicExceptionModifier and TypeMethodDescriptionprotected void
AbstractClusterSafetyManager.onCacheNumberIsMissed
(@NonNull Integer dbSafetyNumber, int nextValue) Method is called when safety number is missed in cache.protected void
AbstractClusterSafetyManager.onDatabaseNumberIsMissed
(@NonNull String lastCacheModifier, @NonNull Integer cacheSafetyNumber, int nextValue) Method is called when safety number is missed in database.protected void
AbstractClusterSafetyManager.onNumbersAreDifferent
(@NonNull String lastCacheModifier, @NonNull Integer dbSafetyNumber, @NonNull Integer cacheSafetyNumber, int nextValue) Method is called when safety numbers in cache and database are not equal.protected void
AbstractClusterSafetyManager.onNumbersAreEqual
(@NonNull String lastCacheModifier, @NonNull Integer dbSafetyNumber, @NonNull Integer cacheSafetyNumber, int nextValue) Method is called when safety numbers in cache and database are equal.