Package | Description |
---|---|
com.hazelcast.cache.impl.nearcache |
Near cache support.
|
com.hazelcast.cache.impl.nearcache.impl |
Near cache implementations.
|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.client.cache.impl |
Hazelcast JSR-107 aka JCache implementation client side
|
com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.client.spi |
Contains classes/interfaces related to Service Provider Interface
such as ClientProxy , ClientClusterService
|
Modifier and Type | Method and Description |
---|---|
NearCacheManager |
NearCacheContext.getNearCacheManager() |
Modifier and Type | Method and Description |
---|---|
void |
NearCacheContext.setNearCacheManager(NearCacheManager nearCacheManager) |
Constructor and Description |
---|
NearCacheContext(NearCacheManager nearCacheManager,
SerializationService serializationService,
NearCacheExecutor nearCacheExecutor) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultNearCacheManager |
Modifier and Type | Method and Description |
---|---|
NearCacheManager |
ClientExtension.createNearCacheManager()
Creates a
NearCacheManager instance to be used by this client. |
Modifier and Type | Method and Description |
---|---|
NearCacheManager |
HazelcastClientCacheManager.getNearCacheManager()
Gets the related
NearCacheManager with the underlying client instance. |
Modifier and Type | Method and Description |
---|---|
NearCacheManager |
DefaultClientExtension.createNearCacheManager() |
NearCacheManager |
HazelcastClientInstanceImpl.getNearCacheManager() |
Modifier and Type | Method and Description |
---|---|
NearCacheManager |
ClientContext.getNearCacheManager() |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.