Uses of Class
com.hazelcast.core.OutOfMemoryHandler
Packages that use OutOfMemoryHandler
Package
Description
Contains classes/interfaces related to Client
Provides core API interfaces/classes.
-
Uses of OutOfMemoryHandler in com.hazelcast.client
Subclasses of OutOfMemoryHandler in com.hazelcast.clientModifier and TypeClassDescriptionclass
To clear resources of the client upon OutOfMemoryMethods in com.hazelcast.client with parameters of type OutOfMemoryHandlerModifier and TypeMethodDescriptionstatic 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 OutOfMemoryHandlerModifier and TypeMethodDescriptionstatic void
Hazelcast.setOutOfMemoryHandler
(OutOfMemoryHandler outOfMemoryHandler) SetsOutOfMemoryHandler
to be used when anOutOfMemoryError
is caught by Hazelcast threads. -
Uses of OutOfMemoryHandler in com.hazelcast.instance.impl
Subclasses of OutOfMemoryHandler in com.hazelcast.instance.implModifier and TypeClassDescriptionclass
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.