Uses of Class
com.atlassian.confluence.cluster.safety.ClusterPanicException
-
Packages that use ClusterPanicException Package Description com.atlassian.confluence.cluster.hazelcast com.atlassian.confluence.cluster.safety -
-
Uses of ClusterPanicException in com.atlassian.confluence.cluster.hazelcast
Methods in com.atlassian.confluence.cluster.hazelcast that throw ClusterPanicException Modifier and Type Method Description protected voidHazelcastClusterSafetyManager. 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 ClusterPanicException Modifier and Type Method Description protected voidAbstractClusterSafetyManager. onCacheNumberIsMissed(@NonNull Integer dbSafetyNumber, int nextValue)Method is called when safety number is missed in cache.protected voidAbstractClusterSafetyManager. onDatabaseNumberIsMissed(@NonNull String lastCacheModifier, @NonNull Integer cacheSafetyNumber, int nextValue)Method is called when safety number is missed in database.protected voidAbstractClusterSafetyManager. 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 voidAbstractClusterSafetyManager. onNumbersAreEqual(@NonNull String lastCacheModifier, @NonNull Integer dbSafetyNumber, @NonNull Integer cacheSafetyNumber, int nextValue)Method is called when safety numbers in cache and database are equal.
-