Class ConfluenceOutOfMemoryHandler
java.lang.Object
com.atlassian.nutcluster.core.OutOfMemoryHandler
com.atlassian.confluence.cluster.nutcluster.ConfluenceOutOfMemoryHandler
public class ConfluenceOutOfMemoryHandler
extends com.atlassian.nutcluster.core.OutOfMemoryHandler
In a case of OOM error, default
OutOfMemoryHandler shuts down Nutcluster instance and uregisters all
nutcluster servers. This implementation tries to carry on without shutting down the Nutcluster instance.- Since:
- 5.11
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonOutOfMemory(OutOfMemoryError oom, com.atlassian.nutcluster.core.NutclusterInstance[] nutclusterInstances) Methods inherited from class com.atlassian.nutcluster.core.OutOfMemoryHandler
shouldHandle, tryCloseConnections, tryShutdown
-
Constructor Details
-
ConfluenceOutOfMemoryHandler
public ConfluenceOutOfMemoryHandler()
-
-
Method Details
-
onOutOfMemory
public void onOutOfMemory(OutOfMemoryError oom, com.atlassian.nutcluster.core.NutclusterInstance[] nutclusterInstances) - Specified by:
onOutOfMemoryin classcom.atlassian.nutcluster.core.OutOfMemoryHandler
-