|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutOfMemoryHandler | |
---|---|
com.hazelcast.client | Contains classes/interfaces related to Client |
com.hazelcast.core | Provides core API interfaces/classes. |
com.hazelcast.instance | This package contains Hazelcast Instance functionality. |
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. |
Uses of OutOfMemoryHandler in com.hazelcast.instance |
---|
Subclasses of OutOfMemoryHandler in com.hazelcast.instance | |
---|---|
class |
DefaultOutOfMemoryHandler
Default OutOfMemoryHandler implementation that tries to release local resources (threads, connections, memory) immediately and disconnects members from the rest of the cluster. |
Methods in com.hazelcast.instance with parameters of type OutOfMemoryHandler | |
---|---|
static void |
OutOfMemoryErrorDispatcher.setClientHandler(OutOfMemoryHandler outOfMemoryHandler)
|
static void |
OutOfMemoryErrorDispatcher.setServerHandler(OutOfMemoryHandler outOfMemoryHandler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |