com.hazelcast.instance
Class OutOfMemoryHandlerHelper
java.lang.Object
com.hazelcast.instance.OutOfMemoryHandlerHelper
public final class OutOfMemoryHandlerHelper
- extends Object
Helper class for OutOfMemoryHandlers to close sockets, stop threads, release allocated resources
of an HazelcastInstanceImpl.
- See Also:
OutOfMemoryHandler
,
DefaultOutOfMemoryHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tryCloseConnections
public static void tryCloseConnections(HazelcastInstance hazelcastInstance)
tryShutdown
public static void tryShutdown(HazelcastInstance hazelcastInstance)
inactivate
public static void inactivate(HazelcastInstance hazelcastInstance)
tryStopThreads
public static void tryStopThreads(HazelcastInstance hazelcastInstance)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.