| Package | Description | 
|---|---|
| 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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClientOutOfMemoryHandler
To clear resources of the client upon OutOfMemory 
 | 
| 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 | Method and Description | 
|---|---|
static void | 
OutOfMemoryErrorDispatcher.setClientHandler(OutOfMemoryHandler outOfMemoryHandler)  | 
static void | 
OutOfMemoryErrorDispatcher.setHandler(OutOfMemoryHandler outOfMemoryHandler)  | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.