Package | Description |
---|---|
com.hazelcast.client.impl.clientside |
Contains most of the client side HazelcastInstance implementation 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 |
ClientICacheManager
Hazelcast instance cache manager provides a means to obtain JCache caches via HazelcastInstance API.
|
Modifier and Type | Method and Description |
---|---|
ICacheManager |
HazelcastClientProxy.getCacheManager() |
Modifier and Type | Method and Description |
---|---|
ICacheManager |
HazelcastInstance.getCacheManager()
Obtain the
ICacheManager that provides access to JSR-107 (JCache) caches configured on a Hazelcast cluster. |
Modifier and Type | Class and Description |
---|---|
class |
HazelcastInstanceCacheManager
Hazelcast
ICacheManager implementation accessible via HazelcastInstance that provides access to JSR-107
(JCache) caches configured on the cluster via Hazelcast API. |
Modifier and Type | Method and Description |
---|---|
ICacheManager |
HazelcastInstanceProxy.getCacheManager() |
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.