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 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 ClusterPanicException Modifier and Type Method Description protected 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.
-