Package | Description |
---|---|
com.hazelcast.client.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.hotrestart |
This package contains Hot Restart classes needed for open source Hazelcast code
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.internal.cluster.impl |
This package contains the implementation of the cluster functionality.
|
Modifier and Type | Method and Description |
---|---|
HotRestartService |
ClientClusterProxy.getHotRestartService() |
Modifier and Type | Method and Description |
---|---|
HotRestartService |
Cluster.getHotRestartService()
Returns the Hot Restart service for interacting with Hot Restart.
|
Modifier and Type | Class and Description |
---|---|
class |
NoOpHotRestartService
Empty implementation of HotRestartService to avoid null checks.
|
Modifier and Type | Method and Description |
---|---|
HotRestartService |
DefaultNodeExtension.getHotRestartService() |
HotRestartService |
NodeExtension.getHotRestartService()
Returns the public hot restart service
|
Modifier and Type | Method and Description |
---|---|
HotRestartService |
ClusterServiceImpl.getHotRestartService() |
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.