com.hazelcast.instance
Class OutOfMemoryHandlerHelper

java.lang.Object
  extended by 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

Method Summary
static void inactivate(HazelcastInstance hazelcastInstance)
           
static void tryCloseConnections(HazelcastInstance hazelcastInstance)
           
static void tryShutdown(HazelcastInstance hazelcastInstance)
           
static void tryStopThreads(HazelcastInstance hazelcastInstance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.