com.hazelcast.client
Class ClientOutOfMemoryHandler

java.lang.Object
  extended by com.hazelcast.core.OutOfMemoryHandler
      extended by com.hazelcast.client.ClientOutOfMemoryHandler

public class ClientOutOfMemoryHandler
extends OutOfMemoryHandler

To clear resources of the client upon OutOfMemory


Nested Class Summary
static class ClientOutOfMemoryHandler.ClientHelper
           
 
Constructor Summary
ClientOutOfMemoryHandler()
           
 
Method Summary
 void onOutOfMemory(OutOfMemoryError oom, HazelcastInstance[] hazelcastInstances)
           
 
Methods inherited from class com.hazelcast.core.OutOfMemoryHandler
inactivate, tryCloseConnections, tryShutdown, tryStopThreads
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientOutOfMemoryHandler

public ClientOutOfMemoryHandler()
Method Detail

onOutOfMemory

public void onOutOfMemory(OutOfMemoryError oom,
                          HazelcastInstance[] hazelcastInstances)
Specified by:
onOutOfMemory in class OutOfMemoryHandler


Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.