Class ConfluenceOutOfMemoryHandler


  • public class ConfluenceOutOfMemoryHandler
    extends com.hazelcast.core.OutOfMemoryHandler
    In a case of OOM error, default OutOfMemoryHandler shuts down Hazelcast instance and uregisters all hazelcast servers. This implementation tries to carry on without shutting down the Hazelcast instance.
    Since:
    5.11
    • Constructor Detail

      • ConfluenceOutOfMemoryHandler

        public ConfluenceOutOfMemoryHandler()
    • Method Detail

      • onOutOfMemory

        public void onOutOfMemory​(OutOfMemoryError oom,
                                  com.hazelcast.core.HazelcastInstance[] hazelcastInstances)
        Specified by:
        onOutOfMemory in class com.hazelcast.core.OutOfMemoryHandler