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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidonOutOfMemory(OutOfMemoryError oom, com.atlassian.nutcluster.core.NutclusterInstance[] nutclusterInstances) Methods inherited from class com.atlassian.nutcluster.core.OutOfMemoryHandlershouldHandle, tryCloseConnections, tryShutdown
- 
Constructor Details- 
ConfluenceOutOfMemoryHandlerpublic ConfluenceOutOfMemoryHandler()
 
- 
- 
Method Details- 
onOutOfMemorypublic void onOutOfMemory(OutOfMemoryError oom, com.atlassian.nutcluster.core.NutclusterInstance[] nutclusterInstances) - Specified by:
- onOutOfMemoryin class- com.atlassian.nutcluster.core.OutOfMemoryHandler
 
 
-