Uses of Class
com.hazelcast.core.OutOfMemoryHandler

Packages that use OutOfMemoryHandler 
Package Description
com.hazelcast.client
Contains classes/interfaces related to Client
com.hazelcast.core
Provides core API interfaces/classes.
com.hazelcast.instance.impl  
  • Uses of OutOfMemoryHandler in com.hazelcast.client

    Subclasses of OutOfMemoryHandler in com.hazelcast.client 
    Modifier and Type Class Description
    class  ClientOutOfMemoryHandler
    To clear resources of the client upon OutOfMemory
    Methods in com.hazelcast.client with parameters of type OutOfMemoryHandler 
    Modifier and Type Method Description
    static void HazelcastClient.setOutOfMemoryHandler​(OutOfMemoryHandler outOfMemoryHandler)
    Sets OutOfMemoryHandler to be used when an OutOfMemoryError is caught by Hazelcast Client threads.
  • Uses of OutOfMemoryHandler in com.hazelcast.core

    Methods in com.hazelcast.core with parameters of type OutOfMemoryHandler 
    Modifier and Type Method Description
    static void Hazelcast.setOutOfMemoryHandler​(OutOfMemoryHandler outOfMemoryHandler)
    Sets OutOfMemoryHandler to be used when an OutOfMemoryError is caught by Hazelcast threads.
  • Uses of OutOfMemoryHandler in com.hazelcast.instance.impl

    Subclasses of OutOfMemoryHandler in com.hazelcast.instance.impl with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw  
    Modifier and Type Class Description
    class  com.hazelcast.instance.impl.DefaultOutOfMemoryHandler
    Default OutOfMemoryHandler implementation that tries to release local resources (threads, connections, memory) immediately and disconnects members from the rest of the cluster.