| Package | Description |
|---|---|
| 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.spi.impl |
Provides util classes for com.hazelcast.client
|
| com.hazelcast.client.spi.impl.listener |
| Modifier and Type | Class and Description |
|---|---|
protected class |
NearCachedClientMapProxy.InvalidationListener |
| Modifier and Type | Method and Description |
|---|---|
void |
NearCachedClientMapProxy.addNearCacheInvalidateListener(EventHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
String |
ClientListenerService.registerListener(BaseClientAddListenerRequest addRequest,
BaseClientRemoveListenerRequest removeRequest,
EventHandler handler) |
protected String |
ClientProxy.registerListener(BaseClientAddListenerRequest addRequest,
BaseClientRemoveListenerRequest removeRequest,
EventHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
EventHandler |
ClientInvocation.getEventHandler() |
| Constructor and Description |
|---|
ClientInvocation(HazelcastClientInstanceImpl client,
EventHandler handler,
ClientRequest request) |
ClientInvocation(HazelcastClientInstanceImpl client,
EventHandler handler,
ClientRequest request,
Address address) |
ClientInvocation(HazelcastClientInstanceImpl client,
EventHandler handler,
ClientRequest request,
Connection connection) |
ClientInvocation(HazelcastClientInstanceImpl client,
EventHandler handler,
ClientRequest request,
int partitionId) |
| Modifier and Type | Method and Description |
|---|---|
protected EventHandler |
ClientListenerServiceImpl.getEventHandler(long callId) |
EventHandler |
ClientRegistrationKey.getHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientListenerServiceImpl.addEventHandler(long callId,
EventHandler handler) |
String |
ClientSmartListenerService.registerListener(BaseClientAddListenerRequest addRequest,
BaseClientRemoveListenerRequest removeRequest,
EventHandler handler) |
String |
ClientNonSmartListenerService.registerListener(BaseClientAddListenerRequest addRequest,
BaseClientRemoveListenerRequest removeRequest,
EventHandler handler) |
| Constructor and Description |
|---|
ClientRegistrationKey(String userRegistrationId,
BaseClientAddListenerRequest addRequest,
BaseClientRemoveListenerRequest removeRequest,
EventHandler handler) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.