Uses of Class
com.hazelcast.core.OutOfMemoryHandler
Package
Description
Contains classes/interfaces related to Client
Provides core API interfaces/classes.
-
Uses of OutOfMemoryHandler in com.hazelcast.client
Modifier and TypeClassDescriptionclass
To clear resources of the client upon OutOfMemoryModifier 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
Modifier 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
Modifier 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.