Package | Description |
---|---|
com.hazelcast.client.cache.impl |
Hazelcast JSR-107 aka JCache implementation client side
|
com.hazelcast.client.nearcache |
Contains classes/interfaces related to com.hazelcast.client.nearcache
|
com.hazelcast.client.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
com.hazelcast.client.spi |
Contains classes/interfaces related to Service Provider Interface
such as ClientProxy , ClientClusterService
|
com.hazelcast.client.util |
This package contains some utility classes and the base implementations of the
loadbalancer implementations
|
Modifier and Type | Method and Description |
---|---|
ClientContext |
ClientCacheDistributedObject.getClientContext() |
Constructor and Description |
---|
ClientCacheProxy(CacheConfig<K,V> cacheConfig,
ClientContext clientContext,
HazelcastClientCacheManager cacheManager) |
ClientClusterWideIterator(ClientCacheProxy<K,V> cacheProxy,
ClientContext context) |
Constructor and Description |
---|
ClientHeapNearCache(String mapName,
ClientContext context,
NearCacheConfig nearCacheConfig) |
Constructor and Description |
---|
ClientConditionProxy(ClientLockProxy clientLockProxy,
String name,
ClientContext ctx) |
Modifier and Type | Method and Description |
---|---|
protected ClientContext |
ClientProxy.getContext() |
Modifier and Type | Method and Description |
---|---|
protected void |
ClientProxy.setContext(ClientContext context) |
Constructor and Description |
---|
ClientCancellableDelegatingFuture(ICompletableFuture future,
ClientContext context,
String uuid,
Address target,
int partitionId,
V defaultValue) |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.