Uses of Class
com.hazelcast.core.OutOfMemoryHandler

Packages that use OutOfMemoryHandler
com.hazelcast.client This package contains the serverside client functionality 
com.hazelcast.core Provides core API interfaces/classes. 
 

Uses of OutOfMemoryHandler in com.hazelcast.client
 

Subclasses of OutOfMemoryHandler in com.hazelcast.client
 class ClientOutOfMemoryHandler
          To clear resources of the client upon OutOfMemory
 

Uses of OutOfMemoryHandler in com.hazelcast.core
 

Methods in com.hazelcast.core with parameters of type OutOfMemoryHandler
static void Hazelcast.setOutOfMemoryHandler(OutOfMemoryHandler outOfMemoryHandler)
          Sets OutOfMemoryHandler to be used when an OutOfMemoryError is caught by Hazelcast threads.
 



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