Package | Description |
---|---|
com.hazelcast.client |
This package contains the serverside client functionality
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientOutOfMemoryHandler
To clear resources of the client upon OutOfMemory
|
Modifier and Type | Method and Description |
---|---|
static void |
HazelcastClientManager.setOutOfMemoryHandler(OutOfMemoryHandler outOfMemoryHandler) |
static void |
HazelcastClient.setOutOfMemoryHandler(OutOfMemoryHandler outOfMemoryHandler)
Sets OutOfMemoryHandler to be used when an OutOfMemoryError
is caught by Hazelcast Client threads.
|
Modifier and Type | Method and Description |
---|---|
static void |
Hazelcast.setOutOfMemoryHandler(OutOfMemoryHandler outOfMemoryHandler)
Sets OutOfMemoryHandler to be used when an OutOfMemoryError
is caught by Hazelcast threads.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultOutOfMemoryHandler
Default OutOfMemoryHandler implementation that tries to release local resources (threads, connections, memory)
immediately and disconnects members from the rest of the cluster.
|
Modifier and Type | Method and Description |
---|---|
static void |
OutOfMemoryErrorDispatcher.setClientHandler(OutOfMemoryHandler outOfMemoryHandler) |
static void |
OutOfMemoryErrorDispatcher.setServerHandler(OutOfMemoryHandler outOfMemoryHandler) |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.