| Package | Description |
|---|---|
| com.hazelcast.client.nearcache | |
| com.hazelcast.client.proxy | |
| com.hazelcast.client.spi | |
| com.hazelcast.client.util |
| Constructor and Description |
|---|
ClientNearCache(String mapName,
ClientNearCacheType cacheType,
ClientContext context,
NearCacheConfig nearCacheConfig) |
| Constructor and Description |
|---|
ClientConditionProxy(String instanceName,
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) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ListenerUtil.listen(ClientContext context,
ClientRequest request,
Object key,
EventHandler handler) |
static boolean |
ListenerUtil.stopListening(ClientContext context,
BaseClientRemoveListenerRequest request,
String registrationId) |
| Constructor and Description |
|---|
ClientCancellableDelegatingFuture(ICompletableFuture future,
ClientContext context,
String uuid,
Address target,
int partitionId) |
ClientCancellableDelegatingFuture(ICompletableFuture future,
ClientContext context,
String uuid,
Address target,
int partitionId,
V defaultValue) |
Copyright © 2021 Hazelcast, Inc.. All rights reserved.