|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClientContext | |
|---|---|
| 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 |
| Uses of ClientContext in com.hazelcast.client.cache.impl |
|---|
| Methods in com.hazelcast.client.cache.impl that return ClientContext | |
|---|---|
ClientContext |
ClientCacheDistributedObject.getClientContext()
|
| Constructors in com.hazelcast.client.cache.impl with parameters of type ClientContext | |
|---|---|
ClientCacheProxy(CacheConfig<K,V> cacheConfig,
ClientContext clientContext,
HazelcastClientCacheManager cacheManager)
|
|
ClientClusterWideIterator(ClientCacheProxy<K,V> cacheProxy,
ClientContext context)
|
|
| Uses of ClientContext in com.hazelcast.client.nearcache |
|---|
| Constructors in com.hazelcast.client.nearcache with parameters of type ClientContext | |
|---|---|
ClientHeapNearCache(String mapName,
ClientContext context,
NearCacheConfig nearCacheConfig)
|
|
| Uses of ClientContext in com.hazelcast.client.proxy |
|---|
| Constructors in com.hazelcast.client.proxy with parameters of type ClientContext | |
|---|---|
ClientConditionProxy(ClientLockProxy clientLockProxy,
String name,
ClientContext ctx)
|
|
| Uses of ClientContext in com.hazelcast.client.spi |
|---|
| Methods in com.hazelcast.client.spi that return ClientContext | |
|---|---|
protected ClientContext |
ClientProxy.getContext()
|
| Methods in com.hazelcast.client.spi with parameters of type ClientContext | |
|---|---|
protected void |
ClientProxy.setContext(ClientContext context)
|
| Uses of ClientContext in com.hazelcast.client.util |
|---|
| Constructors in com.hazelcast.client.util with parameters of type ClientContext | |
|---|---|
ClientCancellableDelegatingFuture(ICompletableFuture future,
ClientContext context,
String uuid,
Address target,
int partitionId,
V defaultValue)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||